Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

oracle.jbo.server
Interface Association

All Known Implementing Classes:
AssociationDefBase, EntityAssociation, ViewLinkDefImpl

public interface Association


Method Summary
 AssociationEnd findEndByName(java.lang.String endName)
           
 java.lang.String getAssociationClause()
           
 AttributeDefImpl[] getAttributeDefImpls()
           
 AttributeDefImpl[] getAttributeDefImplsByEndName(java.lang.String endName)
           
 DefObject[] getDefs()
           
 AssociationEnd getDestinationEnd()
           
 RowDef getDestinationOwner()
           
 java.lang.String getFullName()
           
 java.lang.String getName()
           
 AttributeDefImpl[] getOtherAttributeDefImpls()
           
 java.lang.String getReverseAssociationClause()
           
 AssociationEnd getSourceEnd()
           
 RowDef getSourceOwner()
           
 

Method Detail

getSourceEnd

AssociationEnd getSourceEnd()

getDestinationEnd

AssociationEnd getDestinationEnd()

getSourceOwner

RowDef getSourceOwner()

getDestinationOwner

RowDef getDestinationOwner()

getAttributeDefImpls

AttributeDefImpl[] getAttributeDefImpls()
Returns:
The AttributeDefImpls on one end of this association.

getOtherAttributeDefImpls

AttributeDefImpl[] getOtherAttributeDefImpls()
Returns:
The AttributeDefImpls on other end of this association.

getAttributeDefImplsByEndName

AttributeDefImpl[] getAttributeDefImplsByEndName(java.lang.String endName)
Returns:
The AttributeDefImpls for the end.

findEndByName

AssociationEnd findEndByName(java.lang.String endName)

getDefs

DefObject[] getDefs()
Returns:
The Defs on both ends of this association.

getName

java.lang.String getName()

getFullName

java.lang.String getFullName()

getAssociationClause

java.lang.String getAssociationClause()

getReverseAssociationClause

java.lang.String getReverseAssociationClause()

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.