wt.query.specification
Class DiscreteSetValue
java.lang.Object
wt.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
Fields inherited from interface wt.query.specification.NaryValue |
VALUE |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
value
private Object[] value
DiscreteSetValue
public DiscreteSetValue(Object[] set)
throws WTPropertyVetoException
Supported API: false
- Parameters:
set
-
- Throws:
WTPropertyVetoException
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()