public enum AtomGraphType extends java.lang.Enum<AtomGraphType>
| Modifier and Type | Method and Description |
|---|---|
static AtomGraphType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AtomGraphType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AtomGraphType ATOM
public static final AtomGraphType SYSINFO
public static final AtomGraphType DERIVED
public static AtomGraphType[] values()
for (AtomGraphType c : AtomGraphType.values()) System.out.println(c);
public static AtomGraphType 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 namejava.lang.NullPointerException - if the argument is nullCopyright © 2019. All Rights Reserved.