public enum Graphs extends Enum<Graphs>
| Enum Constant and Description |
|---|
buffer |
glossary |
history |
main |
mock |
ultimatedestination |
ultimatesource |
| Modifier and Type | Method and Description |
|---|---|
static Graphs |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Graphs[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Graphs main
public static final Graphs buffer
public static final Graphs history
public static final Graphs mock
public static final Graphs ultimatesource
public static final Graphs ultimatedestination
public static final Graphs glossary
public static Graphs[] values()
for (Graphs c : Graphs.values()) System.out.println(c);
public static Graphs 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 © 2018–2019 ODPi. All rights reserved.