Uses of Class
wt.iba.definition.URLDefinition

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

Uses of URLDefinition in wt.iba.definition
 

Methods in wt.iba.definition that return URLDefinition
static URLDefinition URLDefinition.newURLDefinition(String name, String description, ObjectReference parentRef, String displayName)
          

Supported API: false
static URLDefinition URLDefinition.newURLDefinition(String name, String description, ObjectReference parentRef, String displayName, String hierarchyDisplayName)
          

Supported API: false
 

Methods in wt.iba.definition with parameters of type URLDefinition
static URLDefinitionReference URLDefinitionReference.newURLDefinitionReference(URLDefinition definition)
          

Supported API: false
protected  void URLDefinitionReference.initialize(URLDefinition definition)
          Supports initialization, following construction of an instance.
protected  boolean URLDefinition.readVersion(URLDefinition thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 

Uses of URLDefinition in wt.iba.value
 

Methods in wt.iba.value that return URLDefinition
 URLDefinition TheURLValueDefinition.getDefinition()
          Gets the object for the association that plays role: DEFINITION_ROLE.
 

Methods in wt.iba.value with parameters of type URLDefinition
static URLValue URLValue.newURLValue(URLDefinition attributeDefinition, IBAHolder holder, String value, String description)
          

Supported API: false
protected  void URLValue.initialize(URLDefinition attributeDefinition, IBAHolder holder, String value, String description)
          Supports initialization, following construction of an instance.
static URLValue URLValue.newURLValue(URLDefinition attributeDefinition, IBAHolder holder, ReferenceValue referenceValue, String value, String description)
          

Supported API: false
protected  void URLValue.initialize(URLDefinition attributeDefinition, IBAHolder holder, ReferenceValue referenceValue, String value, String description)
          Supports initialization, following construction of an instance.
 void TheURLValueDefinition.setDefinition(URLDefinition definition)
          Sets the object for the association that plays role: DEFINITION_ROLE.
static TheURLValueDefinition TheURLValueDefinition.newTheURLValueDefinition(URLValue theURLValue, URLDefinition definition)
          Default factory for the class.