RangeSeqSet

Inheritance: java.lang.Object, com.aspose.email.SequenceSetBaseValue

public class RangeSeqSet extends SequenceSetBaseValue

Container with range of values to search.

Constructors

ConstructorDescription
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

MethodDescription
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:

ParameterTypeDescription
startRangeSimpleSeqSetThe 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:

ParameterTypeDescription
startRangeSimpleSeqSetThe starting boundary of the range to search
endRangeSimpleSeqSetThe ending boundary of the range to search

RangeSeqSet(String startRange)

public RangeSeqSet(String startRange)

Initializes a new instance of the RangeSeqSet class.

Parameters:

ParameterTypeDescription
startRangejava.lang.StringThe 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:

ParameterTypeDescription
startRangejava.lang.StringThe value of the starting boundary of the range to search
endRangejava.lang.StringThe value of the ending boundary of the range to search

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valueSimpleSeqSet

setStartRange(SimpleSeqSet value)

public final void setStartRange(SimpleSeqSet value)

Gets or sets starting boundary of the range to search

Parameters:

ParameterTypeDescription
valueSimpleSeqSet

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:

ParameterTypeDescription
rangeRangeSeqSetObject 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:

ParameterTypeDescription
valueSequenceSetBaseValueValue 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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int