Package wt.query
Class AttributeRange
java.lang.Object
wt.query.AttributeRange
- All Implemented Interfaces:
Serializable,wt.query.specification.AttributeValueCriteria,wt.query.specification.BinaryValue
public class AttributeRange
extends Object
implements wt.query.specification.BinaryValue, Serializable
This class specifies start and end points of a range.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAttributeRange(float start, float end)
Supported API: trueAttributeRange(int start, int end)
Supported API: trueAttributeRange(long start, long end)
Supported API: trueAttributeRange(Float start, Float end)
Supported API: trueAttributeRange(Integer start, Integer end)
Supported API: trueAttributeRange(Long start, Long end)
Supported API: trueAttributeRange(String start, String end)
Supported API: trueAttributeRange(Timestamp start, Timestamp end)
Supported API: true -
Method Summary
-
Constructor Details
-
AttributeRange
public AttributeRange(long start, long end)
Supported API: true- Parameters:
start-end-
-
AttributeRange
Supported API: true- Parameters:
start-end-
-
AttributeRange
public AttributeRange(int start, int end)
Supported API: true- Parameters:
start-end-
-
AttributeRange
Supported API: true- Parameters:
start-end-
-
AttributeRange
public AttributeRange(float start, float end)
Supported API: true- Parameters:
start-end-
-
AttributeRange
Supported API: true- Parameters:
start-end-
-
AttributeRange
Supported API: true- Parameters:
start-end-
-
AttributeRange
Supported API: true- Parameters:
start-end-- Throws:
ParseException
-
-
Method Details
-
getStart
Gets the value of the attribute: start.
Supported API: true- Specified by:
getStartin interfacewt.query.specification.BinaryValue- Returns:
- Object
-
setStart
Sets the value of the attribute: start.
Supported API: true- Specified by:
setStartin interfacewt.query.specification.BinaryValue- Parameters:
a_Start-- Throws:
WTPropertyVetoException
-
getEnd
Gets the value of the attribute: end.
Supported API: true- Specified by:
getEndin interfacewt.query.specification.BinaryValue- Returns:
- Object
-
setEnd
Sets the value of the attribute: end.
Supported API: true- Specified by:
setEndin interfacewt.query.specification.BinaryValue- Parameters:
a_End-- Throws:
WTPropertyVetoException
-