public static enum GraphStreamViewer.Label extends Enum<GraphStreamViewer.Label>
| Enum Constant and Description |
|---|
ACTIVITY |
ARRIVAL_TIME |
DEPARTURE_TIME |
ID |
JOB_NAME |
NO_LABEL |
| Modifier and Type | Method and Description |
|---|---|
static GraphStreamViewer.Label |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphStreamViewer.Label[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GraphStreamViewer.Label NO_LABEL
public static final GraphStreamViewer.Label ID
public static final GraphStreamViewer.Label JOB_NAME
public static final GraphStreamViewer.Label ARRIVAL_TIME
public static final GraphStreamViewer.Label DEPARTURE_TIME
public static final GraphStreamViewer.Label ACTIVITY
public static GraphStreamViewer.Label[] values()
for (GraphStreamViewer.Label c : GraphStreamViewer.Label.values()) System.out.println(c);
public static GraphStreamViewer.Label 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 © 2013–2020. All rights reserved.