Uses of Interface
wt.iba.definition.ParentAttributeOrganizer

Packages that use ParentAttributeOrganizer
wt.iba.definition   
 

Uses of ParentAttributeOrganizer in wt.iba.definition
 

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

Methods in wt.iba.definition that return ParentAttributeOrganizer
 ParentAttributeOrganizer ChildAttributeOrganizer.getOrganizerParent()
          Gets the object for the association that plays role: ORGANIZER_PARENT.
 ParentAttributeOrganizer AttributeOrganizerLineage.getOrganizerParent()
          Gets the object for the association that plays role: ORGANIZER_PARENT_ROLE.
 ParentAttributeOrganizer AttributeOrganizer.getOrganizerParent()
          Gets the object for the association that plays role: ORGANIZER_PARENT.
 

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