public static enum PlanarAddressFunction.PlanarSubFunction extends java.lang.Enum<PlanarAddressFunction.PlanarSubFunction>
Modifier and Type | Method and Description |
---|---|
static PlanarAddressFunction.PlanarSubFunction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlanarAddressFunction.PlanarSubFunction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlanarAddressFunction.PlanarSubFunction STACK
public static final PlanarAddressFunction.PlanarSubFunction INPUT
public static PlanarAddressFunction.PlanarSubFunction[] values()
for (PlanarAddressFunction.PlanarSubFunction c : PlanarAddressFunction.PlanarSubFunction.values()) System.out.println(c);
public static PlanarAddressFunction.PlanarSubFunction 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 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.