wt.query.specification
Class SimpleValue

java.lang.Object
  extended bywt.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

Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
private  Object value
           
 
Fields inherited from interface wt.query.specification.UnaryValue
VALUE
 
Constructor Summary
SimpleValue(Object a_value)
          

Supported API: false
 
Method Summary
 Object getValue()
          Gets the value of the attribute: value.
 void setValue(Object a_Value)
          Sets the value of the attribute: value.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

value

private Object value
Constructor Detail

SimpleValue

public SimpleValue(Object a_value)
            throws WTPropertyVetoException


Supported API: false

Parameters:
a_value -
Throws:
WTPropertyVetoException
Method Detail

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()