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) |
SpaceDocumentSupport |
getDocumentSupport()
Gets the document support setting of this property.
|
byte |
getDotnetStorageType() |
String |
getName()
Gets the property name.
|
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 |
isCommonJavaType() |
boolean |
isPrimitive() |
boolean |
isSpacePrimitive() |
void |
setDefaultStorageType(StorageType defaultStorageType) |
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 void setDefaultStorageType(StorageType defaultStorageType)
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 boolean isCommonJavaType()
public static PropertyInfo.Builder builder(String name)
Copyright © GigaSpaces.