Modifier and Type | Field and Description |
---|---|
int |
bVal |
Modifier and Type | Method and Description |
---|---|
static AxesSigns |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AxesSigns[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AxesSigns PPP
public static final AxesSigns PPN
public static final AxesSigns PNP
public static final AxesSigns PNN
public static final AxesSigns NPP
public static final AxesSigns NPN
public static final AxesSigns NNP
public static final AxesSigns NNN
public static AxesSigns[] values()
for (AxesSigns c : AxesSigns.values()) System.out.println(c);
public static AxesSigns 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 null