|
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 | ||||||||
public interface AccessorDefinition
Interface for holding accessor metadata. Accessor is an attribute that returns a collection.
| 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 |
| Method Summary | |
|---|---|
StructureDefinition |
getCollectionStructure()
Retrieves the metadata of the collection itself. |
AccessorDefinition |
getParentAccessor()
Retrieves the AccessorDefinition of the parent accessor. |
StructureDefinition |
getStructure()
Retrieves the metadata of the elements that the accessor collection contains. |
boolean |
isCollection()
Since an accessor can return a structured object (or a collection). |
boolean |
isScalarCollection()
Returns true if the accessor returns a collection of scalars. |
| Methods inherited from interface oracle.binding.meta.AttributeDefinition |
|---|
getSourceTypeString, isKey, isReadOnly |
| Methods inherited from interface oracle.binding.meta.VariableDefinition |
|---|
getDataControlDefinition, getJavaTypeString |
| Methods inherited from interface oracle.binding.meta.NamedDefinition |
|---|
getDefinitionParent, getFullName, getName, getProperties, getProperty |
| Methods inherited from interface oracle.binding.meta.Definition |
|---|
getDefinitionType |
| Method Detail |
|---|
boolean isCollection()
boolean isScalarCollection()
StructureDefinition getStructure()
StructureDefinition getCollectionStructure()
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 | ||||||||