wt.query.specification
Class SimpleValue
java.lang.Object
wt.query.specification.SimpleValue
- All Implemented Interfaces:
- AttributeValueCriteria, Serializable, UnaryValue
- Direct Known Subclasses:
- CaseSensitiveValue
- public class SimpleValue
- extends Object
- implements UnaryValue, Serializable
Supported API: false
Extendable: false
- See Also:
- Serialized Form
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
value
private Object value
SimpleValue
public SimpleValue(Object a_value)
throws WTPropertyVetoException
Supported API: false
- Parameters:
a_value
-
- Throws:
WTPropertyVetoException
getValue
public Object getValue()
- Gets the value of the attribute: value.
Supported API: false
- Specified by:
getValue
in interface UnaryValue
- Returns:
- Object
setValue
public void setValue(Object a_Value)
throws WTPropertyVetoException
- Sets the value of the attribute: value.
Supported API: false
- Specified by:
setValue
in interface UnaryValue
- Parameters:
a_Value
-
- Throws:
WTPropertyVetoException
toString
public String toString()