public interface Association
 NAME
      Association.java -
 DESCRIPTION
      An Association describes a relationship between two objects.
 NOTES
 VERSION
 MODIFIED   (MM/DD/YY)
 | Modifier and Type | Method and Description | 
|---|---|
| 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() | 
AssociationEnd getSourceEnd()
AssociationEnd getDestinationEnd()
RowDef getSourceOwner()
RowDef getDestinationOwner()
AttributeDefImpl[] getAttributeDefImpls()
AttributeDefImpl[] getOtherAttributeDefImpls()
AttributeDefImpl[] getAttributeDefImplsByEndName(java.lang.String endName)
AssociationEnd findEndByName(java.lang.String endName)
DefObject[] getDefs()
java.lang.String getName()
java.lang.String getFullName()
java.lang.String getAssociationClause()
java.lang.String getReverseAssociationClause()