|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SchemaObject
Most schema objects have some common attributes. This super interface represents the minimum set of properties exposed by a SchemaObject.
Method Summary | |
---|---|
String |
getDescription()
Gets a short description about this SchemaObject. |
String |
getName()
Gets the first name in the set of short names for this SchemaObject if any exists for it. |
String[] |
getNames()
Gets short names for this SchemaObject if any exists for it. |
String |
getOid()
Gets usually what is the numeric object identifier assigned to this SchemaObject. |
boolean |
isObsolete()
Gets whether or not this SchemaObject has been inactivated. |
Method Detail |
---|
boolean isObsolete()
String getOid()
String[] getNames()
String getName()
String getDescription()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |