Uses of Class
core.Association

Packages that use Association
collections   
 

Uses of Association in collections
 

Methods in collections that return Association
 Association[] AssociationList.getAssociation()
          Gets the association value for this AssociationList.
 Association AssociationList.getAssociation(int i)
           
 

Methods in collections with parameters of type Association
 void AssociationList.setAssociation(Association[] association)
          Sets the association value for this AssociationList.
 void AssociationList.setAssociation(int i, Association _value)
           
 

Constructors in collections with parameters of type Association
AssociationList(Association[] association)