public class BaseValueObjectDefinition extends java.lang.Object implements VariableDefinition
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 and Description | 
|---|
| BaseValueObjectDefinition(java.lang.String id,
                         Definition parent,
                         java.lang.String bindPath,
                         java.lang.String javaType)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
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.VariableDefinitionpublic java.lang.String getJavaTypeString()
getJavaTypeString in interface VariableDefinitionpublic DataControlDefinition getDataControlDefinition()
getDataControlDefinition in interface VariableDefinitionpublic int getDefinitionType()
getDefinitionType in interface Definitionpublic java.lang.String getName()
getName in interface NamedDefinitionpublic Definition getDefinitionParent()
getDefinitionParent in interface NamedDefinitionpublic java.lang.String getFullName()
getFullName in interface NamedDefinitionpublic java.lang.Object getProperty(java.lang.String propertyName)
getProperty in interface NamedDefinitionpropertyName - 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