|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReferenceDefinition | |
wt.csm.navigation | |
wt.iba.definition | |
wt.iba.value |
Uses of ReferenceDefinition in wt.csm.navigation |
Methods in wt.csm.navigation that return ReferenceDefinition | |
ReferenceDefinition |
TheReferenceDefinitionTheIndirectQueryTarget.getReferenceDefinition()
Gets the object for the association that plays role: REFERENCE_DEFINITION_ROLE. |
ReferenceDefinition |
RefDefIndirectQueryTarget.getRefDef()
Gets the object for the association that plays role: REF_DEF_ROLE. |
ReferenceDefinition |
RefDefClassifStruct.getRefDef()
Gets the object for the association that plays role: REF_DEF_ROLE. |
ReferenceDefinition |
IndirectQueryTarget.getRefDef()
Gets the object for the association that plays role: REF_DEF. |
ReferenceDefinition |
ClassificationStruct.getRefDef()
Gets the object for the association that plays role: REF_DEF. |
Methods in wt.csm.navigation with parameters of type ReferenceDefinition | |
void |
TheReferenceDefinitionTheIndirectQueryTarget.setReferenceDefinition(ReferenceDefinition theReferenceDefinition)
Sets the object for the association that plays role: REFERENCE_DEFINITION_ROLE. |
static TheReferenceDefinitionTheIndirectQueryTarget |
TheReferenceDefinitionTheIndirectQueryTarget.newTheReferenceDefinitionTheIndirectQueryTarget(ReferenceDefinition theReferenceDefinition,
IndirectQueryTarget theIndirectQueryTarget)
Default factory for the class. |
void |
RefDefIndirectQueryTarget.setRefDef(ReferenceDefinition refDef)
Sets the object for the association that plays role: REF_DEF_ROLE. |
static RefDefIndirectQueryTarget |
RefDefIndirectQueryTarget.newRefDefIndirectQueryTarget(ReferenceDefinition refDef,
IndirectQueryTarget indirectQueryTarget)
Default factory for the class. |
void |
RefDefClassifStruct.setRefDef(ReferenceDefinition refDef)
Sets the object for the association that plays role: REF_DEF_ROLE. |
static RefDefClassifStruct |
RefDefClassifStruct.newRefDefClassifStruct(ReferenceDefinition refDef,
ClassificationStruct classifStruct)
Default factory for the class. |
void |
IndirectQueryTarget.setRefDef(ReferenceDefinition a_RefDef)
Sets the object for the association that plays role: REF_DEF. |
static IndirectQueryTarget |
IndirectQueryTarget.newIndirectQueryTarget(String label,
ReferenceDefinition referenceDef,
AbstractNavStruct navStruct)
Supported API: false |
protected void |
IndirectQueryTarget.initialize(String label,
ReferenceDefinition referenceDef,
AbstractNavStruct navStruct)
Supports initialization, following construction of an instance. |
void |
ClassificationStruct.setRefDef(ReferenceDefinition a_RefDef)
Sets the object for the association that plays role: REF_DEF. |
static ClassificationStruct |
ClassificationStruct.newClassificationStruct(String className,
ReferenceDefinition referenceDef)
Supported API: false |
protected void |
ClassificationStruct.initialize(String className,
ReferenceDefinition referenceDef)
Supports initialization, following construction of an instance. |
Uses of ReferenceDefinition in wt.iba.definition |
Methods in wt.iba.definition that return ReferenceDefinition | |
static ReferenceDefinition |
ReferenceDefinition.newReferenceDefinition(String name,
String description,
ObjectReference parentRef,
String displayName,
String refClassname)
Supported API: false |
static ReferenceDefinition |
ReferenceDefinition.newReferenceDefinition(String name,
String description,
ObjectReference parentRef,
String displayName,
String hierarchyDisplayName,
String refClassname)
Supported API: false |
Methods in wt.iba.definition with parameters of type ReferenceDefinition | |
static ReferenceDefinitionReference |
ReferenceDefinitionReference.newReferenceDefinitionReference(ReferenceDefinition definition)
Supported API: false |
protected void |
ReferenceDefinitionReference.initialize(ReferenceDefinition definition)
Supports initialization, following construction of an instance. |
protected boolean |
ReferenceDefinition.readVersion(ReferenceDefinition thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
Uses of ReferenceDefinition in wt.iba.value |
Methods in wt.iba.value that return ReferenceDefinition | |
ReferenceDefinition |
TheReferenceValueDefinition.getDefinition()
Gets the object for the association that plays role: DEFINITION_ROLE. |
Methods in wt.iba.value with parameters of type ReferenceDefinition | |
void |
TheReferenceValueDefinition.setDefinition(ReferenceDefinition definition)
Sets the object for the association that plays role: DEFINITION_ROLE. |
static TheReferenceValueDefinition |
TheReferenceValueDefinition.newTheReferenceValueDefinition(ReferenceValue theReferenceValue,
ReferenceDefinition definition)
Default factory for the class. |
static ReferenceValue |
ReferenceValue.newReferenceValue(ReferenceDefinition attributeDefinition,
IBAHolder holder,
IBAReferenceable referencedObject)
Supported API: false |
protected void |
ReferenceValue.initialize(ReferenceDefinition attributeDefinition,
IBAHolder holder,
IBAReferenceable referencedObject)
Supports initialization, following construction of an instance. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |