|
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 |
java.lang.Object
oracle.binding.metaimpl.BaseValueObjectDefinition
A class for holding metadata of variables.
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 |
Constructor Summary | |
BaseValueObjectDefinition(java.lang.String id, Definition parent, java.lang.String bindPath, java.lang.String javaType) Constructor. |
Method Summary | |
DataControlDefinition |
getDataControlDefinition() Returns the definition of the DataControl that the variable belongs to. |
Definition |
getDefinitionParent() Returns the parent of this metadata definition, which is the Definition that contains this Definition. |
int |
getDefinitionType() Retrieves the type of the variable. |
java.lang.String |
getFullName() Returns the full name of this Definition. |
java.lang.String |
getJavaTypeString() Retrieves the type of the variable. |
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) Returns the value of the given property name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BaseValueObjectDefinition(java.lang.String id, Definition parent, java.lang.String bindPath, java.lang.String javaType)
id
- Name of the variable.parent
- Metadata of the parent structure.bindPath
- Path used to find this object at runtimejavaType
- Fully-qualified Java class name of the attribute type.VariableDefinition
Method Detail |
public java.lang.String getJavaTypeString()
getJavaTypeString
in interface VariableDefinition
public DataControlDefinition getDataControlDefinition()
getDataControlDefinition
in interface VariableDefinition
public int getDefinitionType()
getDefinitionType
in interface Definition
public java.lang.String getName()
getName
in interface NamedDefinition
public Definition getDefinitionParent()
getDefinitionParent
in interface NamedDefinition
public java.lang.String getFullName()
getFullName
in interface NamedDefinition
public java.lang.Object getProperty(java.lang.String propertyName)
getProperty
in interface NamedDefinition
propertyName
- Name of property whose value is to be returned.public java.util.Hashtable getProperties()
getProperties
in interface NamedDefinition
|
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 |