|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ObjectType
Special utility class to determine whether this object is of a certain type (whether the given type is a template for this type).
| Method Summary | |
|---|---|
Collection<String> |
getAllowedStringValues()
Returns a list of table type identifiers which are valid (specialized) versions of this table/class. |
String[] |
getChildTypes()
Get the allowed child types |
String |
getName()
Get the full name for this type |
String[] |
getParentTypes()
Get the allowed parent types |
String |
getType()
Get the type identifier for this type |
boolean |
isParentType(String type)
Check whether the given type "is a child of" (or the type itself). |
boolean |
isType(String type)
Check whether this type is "instanceof" the given type (type itself or a child thereof). |
| Method Detail |
|---|
boolean isParentType(String type)
type - type identifier (four letters) for the type to test
boolean isType(String type)
type - type identifier (four letters) for the type to test
String getType()
String getName()
Collection<String> getAllowedStringValues()
String[] getChildTypes()
String[] getParentTypes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||