wt.query.specification
Class DiscreteSetValue

java.lang.Object
  extended bywt.query.specification.DiscreteSetValue
All Implemented Interfaces:
AttributeValueCriteria, NaryValue, Serializable

public class DiscreteSetValue
extends Object
implements NaryValue, 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.NaryValue
VALUE
 
Constructor Summary
DiscreteSetValue(Object[] set)
          

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

DiscreteSetValue

public DiscreteSetValue(Object[] set)
                 throws WTPropertyVetoException


Supported API: false

Parameters:
set -
Throws:
WTPropertyVetoException
Method Detail

getValue

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

Supported API: false

Specified by:
getValue in interface NaryValue
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 NaryValue
Parameters:
a_Value -
Throws:
WTPropertyVetoException

toString

public String toString()