|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParentAttributeDefinition | |
wt.iba.definition |
Uses of ParentAttributeDefinition in wt.iba.definition |
Subinterfaces of ParentAttributeDefinition 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 ParentAttributeDefinition | |
class |
AbstractAttributeDefinition
AbstractAttributeDefinition is the super class of nine attribute definitions. |
class |
AttributeOrganizer
Attribute organizers are available for the organization of attribute definitions with a foldering mechanism. |
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 ParentAttributeDefinition | |
ParentAttributeDefinition |
ChildAttributeDefinition.getDefinitionParent()
Gets the object for the association that plays role: DEFINITION_PARENT. |
ParentAttributeDefinition |
AttributeDefinitionLineage.getDefinitionParent()
Gets the object for the association that plays role: DEFINITION_PARENT_ROLE. |
ParentAttributeDefinition |
AbstractAttributeDefinition.getDefinitionParent()
Gets the object for the association that plays role: DEFINITION_PARENT. |
Methods in wt.iba.definition with parameters of type ParentAttributeDefinition | |
void |
ChildAttributeDefinition.setDefinitionParent(ParentAttributeDefinition a_DefinitionParent)
Sets the object for the association that plays role: DEFINITION_PARENT. |
void |
AttributeDefinitionLineage.setDefinitionParent(ParentAttributeDefinition definitionParent)
Sets the object for the association that plays role: DEFINITION_PARENT_ROLE. |
static AttributeDefinitionLineage |
AttributeDefinitionLineage.newAttributeDefinitionLineage(ChildAttributeDefinition definitionchild,
ParentAttributeDefinition definitionParent)
Default factory for the class. |
void |
AbstractAttributeDefinition.setDefinitionParent(ParentAttributeDefinition a_DefinitionParent)
Sets the object for the association that plays role: DEFINITION_PARENT. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |