Uses of Class
wt.iba.value.URLValue

Packages that use URLValue
wt.iba.value   
 

Uses of URLValue in wt.iba.value
 

Methods in wt.iba.value that return URLValue
static URLValue URLValue.newURLValue(URLDefinition attributeDefinition, IBAHolder holder, String value, String description)
          

Supported API: false
static URLValue URLValue.newURLValue(URLDefinition attributeDefinition, IBAHolder holder, ReferenceValue referenceValue, String value, String description)
          

Supported API: false
static URLValue URLValue.newURLValue()
          

Supported API: false
 URLValue TheURLValueDefinition.getURLValue()
          Gets the object for the association that plays role: URLVALUE_ROLE.
 

Methods in wt.iba.value with parameters of type URLValue
protected  boolean URLValue.readVersion(URLValue thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void TheURLValueDefinition.setURLValue(URLValue theURLValue)
          Sets the object for the association that plays role: URLVALUE_ROLE.
static TheURLValueDefinition TheURLValueDefinition.newTheURLValueDefinition(URLValue theURLValue, URLDefinition definition)
          Default factory for the class.