public class SimpleSeqSet extends SequenceSetBaseValue
Simple container for value to search.
Constructor and Description |
---|
SimpleSeqSet()
Initializes a new instance of the
SimpleSeqSet class. |
SimpleSeqSet(String value)
Initializes a new instance of the
SimpleSeqSet class. |
Modifier and Type | Method and Description |
---|---|
String |
getValue()
Gets or sets value to search
|
void |
setValue(String value)
Gets or sets value to search
|
static SimpleSeqSet |
to_SimpleSeqSet(String simple)
Implicit conversion operation from
String to SimpleSeqSet |
static String |
to_String(SimpleSeqSet simple)
Implicit conversion operation from
SimpleSeqSet to String |
String |
toString()
Returns a string that represents the current object.
|
to_String
public SimpleSeqSet()
Initializes a new instance of the SimpleSeqSet
class.
public SimpleSeqSet(String value)
Initializes a new instance of the SimpleSeqSet
class.
value
- Value to searchpublic static SimpleSeqSet to_SimpleSeqSet(String simple)
Implicit conversion operation from String
to SimpleSeqSet
simple
- String to convertpublic static String to_String(SimpleSeqSet simple)
Implicit conversion operation from SimpleSeqSet
to String
simple
- Object to convertpublic final String getValue()
Gets or sets value to search
public final void setValue(String value)
Gets or sets value to search