Uses of Enum Class
de.espirit.firstspirit.transport.PropertiesTransportOptions.ProjectPropertyType
Packages that use PropertiesTransportOptions.ProjectPropertyType
Package
Description
-
Uses of PropertiesTransportOptions.ProjectPropertyType in de.espirit.firstspirit.store.access.nexport
Methods in de.espirit.firstspirit.store.access.nexport that return PropertiesTransportOptions.ProjectPropertyTypeModifier and TypeMethodDescriptionPropertyTypeExportInfo.getPropertyType()Retrieves thePropertiesTransportOptions.ProjectPropertyTypeof this element ornullfor fs meta files in global directory -
Uses of PropertiesTransportOptions.ProjectPropertyType in de.espirit.firstspirit.store.access.nexport.operations
Methods in de.espirit.firstspirit.store.access.nexport.operations that return types with arguments of type PropertiesTransportOptions.ProjectPropertyTypeModifier and TypeMethodDescriptionImportOperation.Result.getModifiedProjectProperties()Provides theEnumSetof modified project properties. -
Uses of PropertiesTransportOptions.ProjectPropertyType in de.espirit.firstspirit.transport
Methods in de.espirit.firstspirit.transport that return PropertiesTransportOptions.ProjectPropertyTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.PropertiesTransportOptions.ProjectPropertyType.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in de.espirit.firstspirit.transport with type arguments of type PropertiesTransportOptions.ProjectPropertyTypeModifier and TypeMethodDescriptionvoidPropertiesTransportOptions.setProjectPropertiesTransport(@NotNull EnumSet<PropertiesTransportOptions.ProjectPropertyType> types) Defines which properties types should be transported within related transport.