public static enum Niko.NodeAction extends Enum<Niko.NodeAction>
| Modifier and Type | Method and Description |
|---|---|
static Niko.NodeAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Niko.NodeAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Niko.NodeAction add
public static final Niko.NodeAction remove
public static final Niko.NodeAction onetry
public static Niko.NodeAction[] values()
for (Niko.NodeAction c : Niko.NodeAction.values()) System.out.println(c);
public static Niko.NodeAction 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. All rights reserved.