public class PropertyInfo extends Object implements SpacePropertyDescriptor
Modifier and Type | Class and Description |
---|---|
static class |
PropertyInfo.Builder |
Modifier and Type | Method and Description |
---|---|
static PropertyInfo.Builder |
builder(String name) |
IClassSerializer |
getClassSerializer() |
SpaceDocumentSupport |
getDocumentSupport()
Gets the document support setting of this property.
|
byte |
getDotnetStorageType() |
String |
getName()
Gets the property name.
|
int |
getOriginalIndex() |
PropertyStorageAdapter |
getStorageAdapter() |
String |
getStorageAdapterName() |
StorageType |
getStorageType() |
Class<?> |
getType()
Gets the property type.
|
String |
getTypeDisplayName()
Gets the property display type name.
|
String |
getTypeName()
Gets the property type name.
|
boolean |
isBinarySpaceProperty(ITypeDesc typeDesc) |
boolean |
isCommonJavaType() |
boolean |
isPrimitive() |
boolean |
isSpacePrimitive() |
boolean |
supportsEqualsMatching() |
boolean |
supportsOrderedMatching() |
String |
toString() |
public String getName()
SpacePropertyDescriptor
getName
in interface SpacePropertyDescriptor
public String getTypeName()
SpacePropertyDescriptor
getTypeName
in interface SpacePropertyDescriptor
public String getTypeDisplayName()
SpacePropertyDescriptor
getTypeDisplayName
in interface SpacePropertyDescriptor
public Class<?> getType()
SpacePropertyDescriptor
getType
in interface SpacePropertyDescriptor
public SpaceDocumentSupport getDocumentSupport()
SpacePropertyDescriptor
getDocumentSupport
in interface SpacePropertyDescriptor
public StorageType getStorageType()
getStorageType
in interface SpacePropertyDescriptor
public boolean isBinarySpaceProperty(ITypeDesc typeDesc)
public String getStorageAdapterName()
getStorageAdapterName
in interface SpacePropertyDescriptor
public PropertyStorageAdapter getStorageAdapter()
public boolean supportsEqualsMatching()
public boolean supportsOrderedMatching()
public byte getDotnetStorageType()
public boolean isPrimitive()
public boolean isSpacePrimitive()
public IClassSerializer getClassSerializer()
public boolean isCommonJavaType()
public static PropertyInfo.Builder builder(String name)
public int getOriginalIndex()
Copyright © GigaSpaces.