|
GigaSpaces XAP 7.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISpaceTypeInfo
Encapsulates information about a space type.
| Method Summary | |
|---|---|
int |
getNumOfProperties()
Returns the number of properties in the type. |
ISpacePropertyInfo |
getProperty(int index)
Gets a property by index. |
ISpacePropertyInfo |
getProperty(String name)
Gets a property by name. |
int |
getPropertyIndex(String propertyName)
Gets the index of a property by its name. |
String |
getTypeName()
Gets the type name. |
| Method Detail |
|---|
String getTypeName()
int getNumOfProperties()
ISpacePropertyInfo getProperty(int index)
index - Index of requested property.
ISpacePropertyInfo getProperty(String name)
name - Name of requested property.
int getPropertyIndex(String propertyName)
propertyName - Name of property to look for.
|
GigaSpaces XAP 7.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||