Interface PropertyTypeExportInfo
- All Superinterfaces:
ExportInfo
This interface represents an
PropertiesTransportOptions.ProjectPropertyType
during the ExportOperation
.- Since:
- 5.2.1403
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.espirit.firstspirit.store.access.nexport.ExportInfo
ExportInfo.Type
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Returns the name of theproperty
orPROPERTY_FS_METADATA
for FirstSpirit meta files related to properties.Retrieves thePropertiesTransportOptions.ProjectPropertyType
of this element ornull
for fs meta files in global directoryMethods inherited from interface de.espirit.firstspirit.store.access.nexport.ExportInfo
getCreatedFileHandles, getDeletedFileHandles, getMovedFileHandles, getStatus, getType, getUpdatedFileHandles
-
Field Details
-
PROPERTY_FS_METADATA
getName()
will deliver this field value for FirstSpirit meta files related to property files.- Since:
- 5.2.1403
- See Also:
-
-
Method Details
-
getPropertyType
Retrieves thePropertiesTransportOptions.ProjectPropertyType
of this element ornull
for fs meta files in global directory- Returns:
- the
PropertiesTransportOptions.ProjectPropertyType
of this element or null for fs meta files - Since:
- 5.2.1403
- See Also:
-
getName
String getName()Returns the name of theproperty
orPROPERTY_FS_METADATA
for FirstSpirit meta files related to properties.- Specified by:
getName
in interfaceExportInfo
- Returns:
- the name
- Since:
- 5.2.1403
-