GigaSpaces XAP 9.5 API

com.gigaspaces.metadata
Interface SpacePropertyDescriptor


public interface SpacePropertyDescriptor

Encapsulates information about a property of a space type.

Since:
8.0
Author:
Niv Ingberg
See Also:
SpaceTypeDescriptor

Method Summary
 com.gigaspaces.metadata.SpaceDocumentSupport getDocumentSupport()
          Gets the document support setting of this property.
 String getName()
          Gets the property name.
 StorageType getStorageType()
           
 Class<?> getType()
          Gets the property type.
 String getTypeDisplayName()
          Gets the property display type name.
 String getTypeName()
          Gets the property type name.
 

Method Detail

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

com.gigaspaces.metadata.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

GigaSpaces XAP 9.5 API

Copyright © GigaSpaces.