SimpleSeqSet
Inheritance: java.lang.Object, com.aspose.email.SequenceSetBaseValue
public class SimpleSeqSet extends SequenceSetBaseValue
Simple container for value to search.
Constructors
Constructor | Description |
---|---|
SimpleSeqSet() | Initializes a new instance of the SimpleSeqSet class. |
SimpleSeqSet(String value) | Initializes a new instance of the SimpleSeqSet class. |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getValue() | Gets or sets value to search |
hashCode() | |
notify() | |
notifyAll() | |
setValue(String value) | Gets or sets value to search |
toString() | Returns a string that represents the current object. |
to_SimpleSeqSet(String simple) | Implicit conversion operation from String to SimpleSeqSet |
to_String(SequenceSetBaseValue value) | Implicit conversion operation from SequenceSetBaseValue to String |
to_String(SimpleSeqSet simple) | Implicit conversion operation from SimpleSeqSet to String |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
SimpleSeqSet()
public SimpleSeqSet()
Initializes a new instance of the SimpleSeqSet class.
SimpleSeqSet(String value)
public SimpleSeqSet(String value)
Initializes a new instance of the SimpleSeqSet class.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | Value 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
getValue()
public final String getValue()
Gets or sets value to search
Returns: java.lang.String
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setValue(String value)
public final void setValue(String value)
Gets or sets value to search
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
toString()
public String toString()
Returns a string that represents the current object.
Returns: java.lang.String - A string that represents the current object.
to_SimpleSeqSet(String simple)
public static SimpleSeqSet to_SimpleSeqSet(String simple)
Implicit conversion operation from String to SimpleSeqSet
Parameters:
Parameter | Type | Description |
---|---|---|
simple | java.lang.String | String to convert |
Returns: SimpleSeqSet - Returns object with search value.
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.
to_String(SimpleSeqSet simple)
public static String to_String(SimpleSeqSet simple)
Implicit conversion operation from SimpleSeqSet to String
Parameters:
Parameter | Type | Description |
---|---|---|
simple | SimpleSeqSet | Object 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 |