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
See Also:
  • Constructor Details

    • AttributeRange

      public AttributeRange(long start, long end)


      Supported API: true
      Parameters:
      start -
      end -
    • AttributeRange

      public AttributeRange(Long start, Long end)


      Supported API: true
      Parameters:
      start -
      end -
    • AttributeRange

      public AttributeRange(int start, int end)


      Supported API: true
      Parameters:
      start -
      end -
    • AttributeRange

      public AttributeRange(Integer start, Integer end)


      Supported API: true
      Parameters:
      start -
      end -
    • AttributeRange

      public AttributeRange(float start, float end)


      Supported API: true
      Parameters:
      start -
      end -
    • AttributeRange

      public AttributeRange(Float start, Float end)


      Supported API: true
      Parameters:
      start -
      end -
    • AttributeRange

      public AttributeRange(Timestamp start, Timestamp end)


      Supported API: true
      Parameters:
      start -
      end -
    • AttributeRange

      public AttributeRange(String start, String end) throws ParseException


      Supported API: true
      Parameters:
      start -
      end -
      Throws:
      ParseException
  • Method Details

    • getStart

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

      Supported API: true
      Specified by:
      getStart in interface wt.query.specification.BinaryValue
      Returns:
      Object
    • setStart

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

      Supported API: true
      Specified by:
      setStart in interface wt.query.specification.BinaryValue
      Parameters:
      a_Start -
      Throws:
      WTPropertyVetoException
    • getEnd

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

      Supported API: true
      Specified by:
      getEnd in interface wt.query.specification.BinaryValue
      Returns:
      Object
    • setEnd

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

      Supported API: true
      Specified by:
      setEnd in interface wt.query.specification.BinaryValue
      Parameters:
      a_End -
      Throws:
      WTPropertyVetoException