GigaSpaces XAP 8.0 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.
 Class<?> getType()
          Gets the property type.
 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.

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

GigaSpaces XAP 8.0 API

Copyright © GigaSpaces.