wt.query.specification
Interface BinaryValue

All Superinterfaces:
AttributeValueCriteria
All Known Implementing Classes:
AttributeRange, RangeValue

public interface BinaryValue
extends AttributeValueCriteria



Supported API: false

Extendable: false


Field Summary
static String END
          Label for the attribute.
static String START
          Label for the attribute.
 
Method Summary
 Object getEnd()
          Gets the value of the attribute: END.
 Object getStart()
          Gets the value of the attribute: START.
 void setEnd(Object a_End)
          Sets the value of the attribute: END.
 void setStart(Object a_Start)
          Sets the value of the attribute: START.
 

Field Detail

START

public static final String START
Label for the attribute.

Supported API: false

See Also:
Constant Field Values

END

public static final String END
Label for the attribute.

Supported API: false

See Also:
Constant Field Values
Method Detail

getStart

public Object getStart()
Gets the value of the attribute: START.

Supported API: false

Returns:
Object

setStart

public void setStart(Object a_Start)
              throws WTPropertyVetoException
Sets the value of the attribute: START.

Supported API: false

Parameters:
a_Start -
Throws:
WTPropertyVetoException

getEnd

public Object getEnd()
Gets the value of the attribute: END.

Supported API: false

Returns:
Object

setEnd

public void setEnd(Object a_End)
            throws WTPropertyVetoException
Sets the value of the attribute: END.

Supported API: false

Parameters:
a_End -
Throws:
WTPropertyVetoException