|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 2 (11.1.2.4.0) E17483-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.jbo.common.NamedObjectImpl
oracle.jbo.server.NamedObjectImpl
oracle.jbo.server.ComponentObjectImpl
oracle.jbo.server.AssociationReference
public class AssociationReference
NAME
AssociationReference.java -
DESCRIPTION
The AssociationReference is an object that references an
EntityAssociation or a ViewLinkDefImpl.
NOTES
VERSION
MODIFIED (MM/DD/YY)
| Field Summary |
|---|
| Fields inherited from class oracle.jbo.common.NamedObjectImpl |
|---|
mFullName, mObjName, mParent, mProperties, RES_ID_SUFFIX, RESID_SUFFIX |
| Fields inherited from interface oracle.jbo.GenericHints |
|---|
PROPERTY_LABEL, PROPERTY_LABEL_PLURAL, PROPERTY_TOOLTIP |
| Method Summary | |
|---|---|
AssociationDefImpl |
getAccessor()
|
AssociationDefBase |
getAssociationDef()
|
AssociationEnd |
getAssociationEnd()
|
DefObject |
getDef()
Gets the Def Object. |
java.lang.String |
getDefXMLElementTag()
|
java.lang.String |
getDefXMLNameSpace()
|
java.lang.String |
getEndName()
|
AssociationDefImpl |
getOtherAccessor()
|
AssociationEnd |
getOtherAssociationEnd()
|
java.lang.String |
getOtherEndName()
|
RowReference |
getOtherRowReference()
|
RowReference |
getRowReference()
|
java.lang.String |
getXMLElementTag()
Returns a piece of static info for the type of object this is invoked upon. |
boolean |
isAssociationReversed()
|
void |
loadXMLContents(DefElement xmlElement)
|
void |
writeChildren(DefWriter jos)
Writes the Object's children to the Persistent storage |
void |
writeContents(DefWriter jos)
Objects should write their persistence output in this method |
void |
writeObject(DefWriter jos)
Objects should write their persistence output in this method |
| Methods inherited from class oracle.jbo.server.NamedObjectImpl |
|---|
setParent, setPropertiesMap |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface oracle.jbo.ComponentObject |
|---|
getFullName, getName |
| Methods inherited from interface oracle.jbo.Properties |
|---|
getProperties, getProperty, getProperty, refreshProperty |
| Methods inherited from interface oracle.jbo.VariableManagerOwner |
|---|
getName |
| Method Detail |
|---|
public DefObject getDef()
ComponentObjectImpl
public AssociationDefBase getAssociationDef()
public RowReference getRowReference()
public RowReference getOtherRowReference()
public java.lang.String getEndName()
public java.lang.String getOtherEndName()
public AssociationDefImpl getAccessor()
public AssociationDefImpl getOtherAccessor()
public AssociationEnd getAssociationEnd()
public AssociationEnd getOtherAssociationEnd()
public boolean isAssociationReversed()
public java.lang.String getXMLElementTag()
PersistentDefinition
getXMLElementTag in interface PersistentDefinitionpublic java.lang.String getDefXMLElementTag()
getDefXMLElementTag in interface PersistentDefinitionpublic java.lang.String getDefXMLNameSpace()
getDefXMLNameSpace in interface PersistentDefinitionpublic void writeObject(DefWriter jos)
PersistentDefinition
writeObject in interface PersistentDefinitionjos - the Output storage for persistencepublic void writeContents(DefWriter jos)
PersistentDefinition
writeContents in interface PersistentDefinitionjos - the Output storage for persistencepublic void writeChildren(DefWriter jos)
PersistentDefinition
writeChildren in interface PersistentDefinitionjos - the Output storage for persistencepublic void loadXMLContents(DefElement xmlElement)
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 2 (11.1.2.4.0) E17483-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||