Package com.gigaspaces.internal.metadata
Class PropertyInfo
java.lang.Object
com.gigaspaces.internal.metadata.PropertyInfo
- All Implemented Interfaces:
SpacePropertyDescriptor
Represents an entry property.
- Since:
- 7.0 NOTE: Starting 8.0 this class is not serialized
- Author:
- Niv Ingberg
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic PropertyInfo.BuilderGets the document support setting of this property.bytegetName()Gets the property name.intClass<?>getType()Gets the property type.Gets the property display type name.Gets the property type name.booleanisBinarySpaceProperty(ITypeDesc typeDesc) booleanbooleanbooleanbooleanbooleantoString()
-
Method Details
-
getName
Description copied from interface:SpacePropertyDescriptorGets the property name.- Specified by:
getNamein interfaceSpacePropertyDescriptor- Returns:
- The property name.
-
getTypeName
Description copied from interface:SpacePropertyDescriptorGets the property type name.- Specified by:
getTypeNamein interfaceSpacePropertyDescriptor- Returns:
- The property type name.
-
getTypeDisplayName
Description copied from interface:SpacePropertyDescriptorGets the property display type name.- Specified by:
getTypeDisplayNamein interfaceSpacePropertyDescriptor- Returns:
- The property display type name.
-
getType
Description copied from interface:SpacePropertyDescriptorGets the property type.- Specified by:
getTypein interfaceSpacePropertyDescriptor- Returns:
- The property type.
-
getDocumentSupport
Description copied from interface:SpacePropertyDescriptorGets the document support setting of this property.- Specified by:
getDocumentSupportin interfaceSpacePropertyDescriptor- Returns:
- The document support setting of this property
-
getStorageType
- Specified by:
getStorageTypein interfaceSpacePropertyDescriptor- Returns:
- The property storage type
-
isBinarySpaceProperty
-
getStorageAdapterName
- Specified by:
getStorageAdapterNamein interfaceSpacePropertyDescriptor
-
getStorageAdapter
-
supportsEqualsMatching
public boolean supportsEqualsMatching() -
supportsOrderedMatching
public boolean supportsOrderedMatching() -
getDotnetStorageType
public byte getDotnetStorageType() -
isPrimitive
public boolean isPrimitive() -
isSpacePrimitive
public boolean isSpacePrimitive() -
getClassSerializer
-
toString
-
isCommonJavaType
public boolean isCommonJavaType() -
builder
-
getOriginalIndex
public int getOriginalIndex()
-