Uses of Class
wt.iba.definition.URLDefinitionReference

Packages that use URLDefinitionReference
wt.iba.definition   
wt.iba.value   
 

Uses of URLDefinitionReference in wt.iba.definition
 

Methods in wt.iba.definition that return URLDefinitionReference
static URLDefinitionReference URLDefinitionReference.newURLDefinitionReference(URLDefinition definition)
          

Supported API: false
static URLDefinitionReference URLDefinitionReference.newURLDefinitionReference(URLDefView definition)
          

Supported API: false
 

Methods in wt.iba.definition with parameters of type URLDefinitionReference
protected  boolean URLDefinitionReference.readVersion(URLDefinitionReference thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 

Uses of URLDefinitionReference in wt.iba.value
 

Fields in wt.iba.value declared as URLDefinitionReference
private  URLDefinitionReference URLValue.definitionReference
           
 

Methods in wt.iba.value that return URLDefinitionReference
 URLDefinitionReference URLValue.getDefinitionReference()
          Gets the object for the association that plays role: DEFINITION_REFERENCE.
 

Methods in wt.iba.value with parameters of type URLDefinitionReference
 void URLValue.setDefinitionReference(URLDefinitionReference a_DefinitionReference)
          Sets the object for the association that plays role: DEFINITION_REFERENCE.
private  void URLValue.definitionReferenceValidate(URLDefinitionReference a_DefinitionReference)