public class RangeSeqSet extends SequenceSetBaseValue
Container with range of values to search.
Constructor and Description |
---|
RangeSeqSet()
Initializes a new instance of the
RangeSeqSet class. |
RangeSeqSet(SimpleSeqSet startRange)
Initializes a new instance of the
RangeSeqSet class. |
RangeSeqSet(SimpleSeqSet startRange,
SimpleSeqSet endRange)
Initializes a new instance of the
RangeSeqSet class. |
RangeSeqSet(String startRange)
Initializes a new instance of the
RangeSeqSet class. |
RangeSeqSet(String startRange,
String endRange)
Initializes a new instance of the
RangeSeqSet class. |
Modifier and Type | Method and Description |
---|---|
SimpleSeqSet |
getEndRange()
Gets or sets ending boundary of the range to search
|
SimpleSeqSet |
getStartRange()
Gets or sets starting boundary of the range to search
|
void |
setEndRange(SimpleSeqSet value)
Gets or sets ending boundary of the range to search
|
void |
setStartRange(SimpleSeqSet value)
Gets or sets starting boundary of the range to search
|
static String |
to_String(RangeSeqSet range)
Implicit conversion operation from
RangeSeqSet to String |
String |
toString()
Returns a string that represents the current object.
|
to_String
public RangeSeqSet()
Initializes a new instance of the RangeSeqSet
class.
public RangeSeqSet(SimpleSeqSet startRange)
Initializes a new instance of the RangeSeqSet
class.
startRange
- The starting boundary of the range to searchpublic RangeSeqSet(SimpleSeqSet startRange, SimpleSeqSet endRange)
Initializes a new instance of the RangeSeqSet
class.
startRange
- The starting boundary of the range to searchendRange
- The ending boundary of the range to searchpublic RangeSeqSet(String startRange)
Initializes a new instance of the RangeSeqSet
class.
startRange
- The value of the starting boundary of the range to searchpublic RangeSeqSet(String startRange, String endRange)
Initializes a new instance of the RangeSeqSet
class.
startRange
- The value of the starting boundary of the range to searchendRange
- The value of the ending boundary of the range to searchpublic static String to_String(RangeSeqSet range)
Implicit conversion operation from RangeSeqSet
to String
range
- Object to convertpublic final SimpleSeqSet getStartRange()
Gets or sets starting boundary of the range to search
public final void setStartRange(SimpleSeqSet value)
Gets or sets starting boundary of the range to search
public final SimpleSeqSet getEndRange()
Gets or sets ending boundary of the range to search
public final void setEndRange(SimpleSeqSet value)
Gets or sets ending boundary of the range to search