wt.query.specification
Interface UnaryValue

All Superinterfaces:
AttributeValueCriteria
All Known Implementing Classes:
SimpleValue

public interface UnaryValue
extends AttributeValueCriteria



Supported API: false

Extendable: false


Field Summary
static String VALUE
          Label for the attribute.
 
Method Summary
 Object getValue()
          Gets the value of the attribute: VALUE.
 void setValue(Object a_Value)
          Sets the value of the attribute: VALUE.
 

Field Detail

VALUE

public static final String VALUE
Label for the attribute.

Supported API: false

See Also:
Constant Field Values
Method Detail

getValue

public Object getValue()
Gets the value of the attribute: VALUE.

Supported API: false

Returns:
Object

setValue

public void setValue(Object a_Value)
              throws WTPropertyVetoException
Sets the value of the attribute: VALUE.

Supported API: false

Parameters:
a_Value -
Throws:
WTPropertyVetoException