Uses of Interface
wt.iba.definition.ChildAttributeDefinition

Packages that use ChildAttributeDefinition
wt.iba.definition   
 

Uses of ChildAttributeDefinition in wt.iba.definition
 

Subinterfaces of ChildAttributeDefinition in wt.iba.definition
 interface AttributeDefinition
          The AttributeDefinition interface should be implemented by ninel concrete attribute defintion classes.
 

Classes in wt.iba.definition that implement ChildAttributeDefinition
 class AbstractAttributeDefinition
          AbstractAttributeDefinition is the super class of nine attribute definitions.
 class BooleanDefinition
          The Boolean attribute defintion.
 class FloatDefinition
          The Float attribute definition.
 class IntegerDefinition
          The Integer attribute definition.
 class RatioDefinition
          The Ratio attribute definition.
 class ReferenceDefinition
          The Reference attribute defintion.
 class StringDefinition
          The String attribute definition.
 class TimestampDefinition
          The Timestamp attribute definition.
 class UnitDefinition
          The Unit attribute definition.
 class URLDefinition
          The URL attribute definition.
 

Methods in wt.iba.definition that return ChildAttributeDefinition
 ChildAttributeDefinition AttributeDefinitionLineage.getDefinitionchild()
          Gets the object for the association that plays role: DEFINITIONCHILD_ROLE.
 

Methods in wt.iba.definition with parameters of type ChildAttributeDefinition
 void AttributeDefinitionLineage.setDefinitionchild(ChildAttributeDefinition definitionchild)
          Sets the object for the association that plays role: DEFINITIONCHILD_ROLE.
static AttributeDefinitionLineage AttributeDefinitionLineage.newAttributeDefinitionLineage(ChildAttributeDefinition definitionchild, ParentAttributeDefinition definitionParent)
          Default factory for the class.