RangeSeqSet
Inheritance: java.lang.Object, com.aspose.email.SequenceSetBaseValue
public class RangeSeqSet extends SequenceSetBaseValue
Container with range of values to search.
Constructors
Constructor | 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. |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getEndRange() | Gets or sets ending boundary of the range to search |
getStartRange() | Gets or sets starting boundary of the range to search |
hashCode() | |
notify() | |
notifyAll() | |
setEndRange(SimpleSeqSet value) | Gets or sets ending boundary of the range to search |
setStartRange(SimpleSeqSet value) | Gets or sets starting boundary of the range to search |
toString() | Returns a string that represents the current object. |
to_String(RangeSeqSet range) | Implicit conversion operation from RangeSeqSet to String |
to_String(SequenceSetBaseValue value) | Implicit conversion operation from SequenceSetBaseValue to String |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
RangeSeqSet()
public RangeSeqSet()
Initializes a new instance of the RangeSeqSet class.
RangeSeqSet(SimpleSeqSet startRange)
public RangeSeqSet(SimpleSeqSet startRange)
Initializes a new instance of the RangeSeqSet class.
Parameters:
Parameter | Type | Description |
---|---|---|
startRange | SimpleSeqSet | The starting boundary of the range to search |
RangeSeqSet(SimpleSeqSet startRange, SimpleSeqSet endRange)
public RangeSeqSet(SimpleSeqSet startRange, SimpleSeqSet endRange)
Initializes a new instance of the RangeSeqSet class.
Parameters:
Parameter | Type | Description |
---|---|---|
startRange | SimpleSeqSet | The starting boundary of the range to search |
endRange | SimpleSeqSet | The ending boundary of the range to search |
RangeSeqSet(String startRange)
public RangeSeqSet(String startRange)
Initializes a new instance of the RangeSeqSet class.
Parameters:
Parameter | Type | Description |
---|---|---|
startRange | java.lang.String | The value of the starting boundary of the range to search |
RangeSeqSet(String startRange, String endRange)
public RangeSeqSet(String startRange, String endRange)
Initializes a new instance of the RangeSeqSet class.
Parameters:
Parameter | Type | Description |
---|---|---|
startRange | java.lang.String | The value of the starting boundary of the range to search |
endRange | java.lang.String | The value of the ending boundary of the range to search |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getEndRange()
public final SimpleSeqSet getEndRange()
Gets or sets ending boundary of the range to search
Returns: SimpleSeqSet
getStartRange()
public final SimpleSeqSet getStartRange()
Gets or sets starting boundary of the range to search
Returns: SimpleSeqSet
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setEndRange(SimpleSeqSet value)
public final void setEndRange(SimpleSeqSet value)
Gets or sets ending boundary of the range to search
Parameters:
Parameter | Type | Description |
---|---|---|
value | SimpleSeqSet |
setStartRange(SimpleSeqSet value)
public final void setStartRange(SimpleSeqSet value)
Gets or sets starting boundary of the range to search
Parameters:
Parameter | Type | Description |
---|---|---|
value | SimpleSeqSet |
toString()
public String toString()
Returns a string that represents the current object.
Returns: java.lang.String - A string that represents the current object.
to_String(RangeSeqSet range)
public static String to_String(RangeSeqSet range)
Implicit conversion operation from RangeSeqSet to String
Parameters:
Parameter | Type | Description |
---|---|---|
range | RangeSeqSet | Object to convert |
Returns: java.lang.String - Returns string representation of converted object.
to_String(SequenceSetBaseValue value)
public static String to_String(SequenceSetBaseValue value)
Implicit conversion operation from SequenceSetBaseValue to String
Parameters:
Parameter | Type | Description |
---|---|---|
value | SequenceSetBaseValue | Value to convert |
Returns: java.lang.String - Returns string representation of converted object.
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |