Uses of Interface
wt.iba.definition.ChildAttributeOrganizer

Packages that use ChildAttributeOrganizer
wt.iba.definition   
 

Uses of ChildAttributeOrganizer in wt.iba.definition
 

Classes in wt.iba.definition that implement ChildAttributeOrganizer
 class AttributeOrganizer
          Attribute organizers are available for the organization of attribute definitions with a foldering mechanism.
 

Methods in wt.iba.definition that return ChildAttributeOrganizer
 ChildAttributeOrganizer AttributeOrganizerLineage.getOrganizerChild()
          Gets the object for the association that plays role: ORGANIZER_CHILD_ROLE.
 

Methods in wt.iba.definition with parameters of type ChildAttributeOrganizer
 void AttributeOrganizerLineage.setOrganizerChild(ChildAttributeOrganizer organizerChild)
          Sets the object for the association that plays role: ORGANIZER_CHILD_ROLE.
static AttributeOrganizerLineage AttributeOrganizerLineage.newAttributeOrganizerLineage(ParentAttributeOrganizer organizerParent, ChildAttributeOrganizer organizerChild)
          Default factory for the class.