public class SeqTopology extends java.lang.Object implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static SeqTopology |
CIRCULAR |
static SeqTopology |
LINEAR |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
name() |
java.lang.String |
toString()
The same as name().
|
static SeqTopology |
valueOf(java.lang.String inValue)
Returns the corresponding SeqTopology by comparing the value to the
names in the enumerated set.
|
static java.util.Collection<SeqTopology> |
values() |
public static SeqTopology LINEAR
public static SeqTopology CIRCULAR
public static java.util.Collection<SeqTopology> values()
public static SeqTopology valueOf(java.lang.String inValue)
inValue
- the name of the sequence topology to retrievepublic java.lang.String name()
public java.lang.String toString()
toString
in class java.lang.Object
[email protected]