|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.binding.metaimpl.BaseValueObjectDefinition
public class BaseValueObjectDefinition
A class for holding metadata of variables.
Field Summary |
---|
Fields inherited from interface oracle.binding.meta.Definition |
---|
TYPE_ACCESSOR, TYPE_ATTRIBUTE, TYPE_CRITERIA, TYPE_CRITERIA_ITEM, TYPE_CRITERIA_OPERATOR, TYPE_CRITERIA_ROW, TYPE_DATACONTROL, TYPE_DEFINITION, TYPE_DEFINITIONCONTEXT, TYPE_NAMED, TYPE_OPERATION, TYPE_OPERATIONRETURN, 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. |
void |
setProperty(java.lang.String propertyName, java.lang.Object value) Set a property with a value. |
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 void setProperty(java.lang.String propertyName, java.lang.Object value)
propertyName
- The name of the property.value
- The value of the property.public java.util.Hashtable getProperties()
getProperties
in interface NamedDefinition
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |