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