|
BioLegato 0.7.3 GDE plugin | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Cell.Type>
org.biolegato.gdesupport.canvas.data.Cell.Type
public static enum Cell.Type
This enum is used for typing/storing sequence types. This method of storage ensures proper type casting. Feel free to add more types as necessary.
| Enum Constant Summary | |
|---|---|
DNA
Sequence type DNA |
|
MASK
Sequence type colour mask |
|
PROTEIN
Sequence type protein |
|
RNA
Sequence type RNA |
|
TEXT
Sequence type is text (represented as '"') |
|
| Method Summary | |
|---|---|
static Cell.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Cell.Type[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Cell.Type DNA
public static final Cell.Type RNA
public static final Cell.Type PROTEIN
public static final Cell.Type MASK
public static final Cell.Type TEXT
| Method Detail |
|---|
public static final Cell.Type[] values()
for(Cell.Type c : Cell.Type.values())
System.out.println(c);
public static Cell.Type valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
|
BioLegato 0.7.3 GDE plugin | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||