| 
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.4.0) E10653-05  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.adf.model.bc4j.meta.AbstractNamedDefinition
public abstract class AbstractNamedDefinition
Abstract base class for NamedDefintion implementation classes, as well as other abstract base classes such as AbstractOperationDefinition.
| Field Summary | |
|---|---|
protected  java.util.Hashtable | 
mProperties
 | 
| 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 | |
|---|---|
AbstractNamedDefinition()
 | 
|
| Method Summary | |
|---|---|
 DataControlDefinition | 
getDataControlDefinition()
 | 
 Definition | 
getDefinitionParent()
Returns the parent of this metadata definition, which is the Definition that contains this Definition.  | 
abstract  int | 
getDefinitionType()
Retrieves the type of 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.  | 
 AccessorDefinition | 
getParentAccessor()
 | 
protected  java.lang.String | 
getParentFullName()
 | 
 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.  | 
protected  void | 
initProperties()
subclasses should overrides this method to initialize mProperties with names and values of their properties.  | 
static boolean | 
isCollectionType(java.lang.Class propClass)
 | 
protected  void | 
resolveFullName()
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
protected java.util.Hashtable mProperties
| Constructor Detail | 
|---|
public AbstractNamedDefinition()
| Method Detail | 
|---|
public DataControlDefinition getDataControlDefinition()
public Definition getDefinitionParent()
NamedDefinition
getDefinitionParent in interface NamedDefinitionpublic java.lang.String getName()
NamedDefinition
getName in interface NamedDefinitionpublic java.lang.String getFullName()
NamedDefinition
getFullName in interface NamedDefinitionprotected void initProperties()
public java.lang.Object getProperty(java.lang.String propertyName)
NamedDefinition
getProperty in interface NamedDefinitionpropertyName - Name of the property to be retrieved.
public java.util.Hashtable getProperties()
NamedDefinition
getProperties in interface NamedDefinitionpublic abstract int getDefinitionType()
Definition
getDefinitionType in interface Definitionpublic static boolean isCollectionType(java.lang.Class propClass)
protected java.lang.String getParentFullName()
protected void resolveFullName()
public AccessorDefinition getParentAccessor()
  | 
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.4.0) E10653-05  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||