public enum EscherKeywords extends Enum<EscherKeywords>
Enum Constant and Description |
---|
b1 |
b2 |
bigg_id |
canvas |
coefficient |
connected_segments |
from_node_id |
gene_reaction_rule |
genes |
height |
homepage |
label_x |
label_y |
map_description |
map_id |
map_name |
metabolites |
name |
node_is_primary |
node_type |
nodes |
reaction_id |
reactions |
reversibility |
schema |
segment_id |
segments |
text |
text_labels |
to_node_id |
width |
x
x coordinate
|
y
y coordinate
|
Modifier and Type | Method and Description |
---|---|
static EscherKeywords |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EscherKeywords[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EscherKeywords b1
public static final EscherKeywords b2
public static final EscherKeywords bigg_id
public static final EscherKeywords canvas
public static final EscherKeywords coefficient
public static final EscherKeywords connected_segments
public static final EscherKeywords from_node_id
public static final EscherKeywords gene_reaction_rule
public static final EscherKeywords genes
public static final EscherKeywords height
public static final EscherKeywords homepage
public static final EscherKeywords label_x
public static final EscherKeywords label_y
public static final EscherKeywords map_description
public static final EscherKeywords map_id
public static final EscherKeywords map_name
public static final EscherKeywords metabolites
public static final EscherKeywords name
public static final EscherKeywords node_is_primary
public static final EscherKeywords node_type
public static final EscherKeywords nodes
public static final EscherKeywords reaction_id
public static final EscherKeywords reactions
public static final EscherKeywords reversibility
public static final EscherKeywords schema
public static final EscherKeywords segment_id
public static final EscherKeywords segments
public static final EscherKeywords text
public static final EscherKeywords text_labels
public static final EscherKeywords to_node_id
public static final EscherKeywords width
public static final EscherKeywords x
public static final EscherKeywords y
public static EscherKeywords[] values()
for (EscherKeywords c : EscherKeywords.values()) System.out.println(c);
public static EscherKeywords valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2015–2019 University of Tübingen. All rights reserved.