|
Oracle Application Development Framework Model and Business Components Java API Reference
10.1.3.1.0 B28969-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for holding named metadata.
Field Summary |
Fields inherited from interface oracle.binding.meta.Definition |
TYPE_ACCESSOR, TYPE_ATTRIBUTE, TYPE_DATACONTROL, TYPE_DEFINITION, TYPE_DEFINITIONCONTEXT, TYPE_METHODRETURN, TYPE_NAMED, TYPE_OPERATION, TYPE_PARAMETER, TYPE_STRUCTURE, TYPE_VARIABLE |
Method Summary | |
Definition |
getDefinitionParent() Returns the parent of this metadata definition, which is the Definition that contains this Definition. |
java.lang.String |
getFullName() Returns the full name of this Definition, which includes the name of any parent objects. |
java.lang.String |
getName() Returns the name of this Definition. |
java.util.Hashtable |
getProperties() Gets the table of properties. |
java.lang.Object |
getProperty(java.lang.String propertyName) Retrieves the value of a property with the given name. |
Methods inherited from interface oracle.binding.meta.Definition |
getDefinitionType |
Method Detail |
public Definition getDefinitionParent()
public java.lang.String getName()
public java.lang.String getFullName()
public java.lang.Object getProperty(java.lang.String propertyName)
propertyName
- Name of the property to be retrieved.public java.util.Hashtable getProperties()
|
Oracle Application Development Framework Model and Business Components Java API Reference
10.1.3.1.0 B28969-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |