Package com.gigaspaces.metadata
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
String getName()Gets the property name.- Returns:
- The property name.
-
getTypeName
String getTypeName()Gets the property type name.- Returns:
- The property type name.
-
getTypeDisplayName
String getTypeDisplayName()Gets the property display type name.- Returns:
- The property display type name.
- Since:
- 9.0.1
-
getType
Class<?> getType()Gets the property type.- Returns:
- The property type.
-
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()
-