wt.query.specification
Class SelectionSearchSpecValue

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

public class SelectionSearchSpecValue
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  SelectionSearchSpec selectionSearchSpec
           
 
Fields inherited from interface wt.query.specification.NaryValue
VALUE
 
Constructor Summary
SelectionSearchSpecValue(SelectionSearchSpec set)
          

Supported API: false
 
Method Summary
 SelectionSearchSpec getSelectionSearchSpec()
          Gets the object for the association that plays role: selectionSearchSpec.
 Object[] getValue()
          Gets the value of the attribute: value.
private  void selectionSearchSpecValidate(SelectionSearchSpec a_SelectionSearchSpec)
           
 void setSelectionSearchSpec(SelectionSearchSpec a_SelectionSearchSpec)
          Sets the object for the association that plays role: selectionSearchSpec.
 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

selectionSearchSpec

private SelectionSearchSpec selectionSearchSpec
Constructor Detail

SelectionSearchSpecValue

public SelectionSearchSpecValue(SelectionSearchSpec set)
                         throws WTPropertyVetoException


Supported API: false

Parameters:
set -
Throws:
WTPropertyVetoException
Method Detail

getSelectionSearchSpec

public SelectionSearchSpec getSelectionSearchSpec()
Gets the object for the association that plays role: selectionSearchSpec.

Supported API: false

Returns:
SelectionSearchSpec

setSelectionSearchSpec

public void setSelectionSearchSpec(SelectionSearchSpec a_SelectionSearchSpec)
                            throws WTPropertyVetoException
Sets the object for the association that plays role: selectionSearchSpec.

Supported API: false

Parameters:
a_SelectionSearchSpec -
Throws:
WTPropertyVetoException

selectionSearchSpecValidate

private void selectionSearchSpecValidate(SelectionSearchSpec a_SelectionSearchSpec)
                                  throws WTPropertyVetoException
Parameters:
a_SelectionSearchSpec -
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()