|
GemFire 6.5.1.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ObjectType
An ObjectType represents the type of an object in a query. An ObjectType is similar to a Class, except unlike a Class it can be extended to add more information such as a subtype for collection Classes, a key type for a map class, or a field information for structs. Note that multiple instances of are allowed of the same type, so ObjectTypes should always be compared using equals.
StructType,
CollectionType,
MapType| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.gemstone.gemfire.DataSerializable |
|---|
DataSerializable.Replaceable |
| Method Summary | |
|---|---|
String |
getSimpleClassName()
|
boolean |
isCollectionType()
Return true if this is a CollectionType. |
boolean |
isMapType()
Return true if this is a MapType |
boolean |
isStructType()
Return true if this is a StructType |
Class |
resolveClass()
|
| Methods inherited from interface com.gemstone.gemfire.DataSerializable |
|---|
fromData, toData |
| Method Detail |
|---|
boolean isCollectionType()
boolean isMapType()
boolean isStructType()
String getSimpleClassName()
Class resolveClass()
|
GemFire 6.5.1.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||