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
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetName()Returns the name of thepropertyorPROPERTY_FS_METADATAfor FirstSpirit meta files related to properties.Retrieves thePropertiesTransportOptions.ProjectPropertyTypeof this element ornullfor 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.ProjectPropertyTypeof this element ornullfor fs meta files in global directory- Returns:
- the
PropertiesTransportOptions.ProjectPropertyTypeof this element or null for fs meta files - Since:
- 5.2.1403
- See Also:
-
getName
String getName()Returns the name of thepropertyorPROPERTY_FS_METADATAfor FirstSpirit meta files related to properties.- Specified by:
getNamein interfaceExportInfo- Returns:
- the name
- Since:
- 5.2.1403
-