Interface SpacePropertyDescriptor
- All Known Implementing Classes:
PropertyInfo, SpacePropertyInfo
public interface SpacePropertyDescriptor
Encapsulates information about a property of a space type.
- Since:
- 8.0
- Author:
- Niv Ingberg
- See Also:
-
Method Details
-
getName
-
getTypeName
-
getTypeDisplayName
String getTypeDisplayName()Gets the property display type name.- Returns:
- The property display type name.
- Since:
- 9.0.1
-
getType
-
getDocumentSupport
SpaceDocumentSupport getDocumentSupport()Gets the document support setting of this property.- Returns:
- The document support setting of this property
- Since:
- 8.0.1
-
getStorageType
StorageType getStorageType()- Returns:
- The property storage type
- Since:
- 9.0.0
-
getStorageAdapterName
String getStorageAdapterName()
-