public interface NamedDefinition extends 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| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
getDefinitionTypeDefinition getDefinitionParent()
java.lang.String getName()
java.lang.String getFullName()
java.lang.Object getProperty(java.lang.String propertyName)
propertyName - Name of the property to be retrieved.java.util.Hashtable getProperties()