public enum paramSystem extends java.lang.Enum<paramSystem>
Enum Constant and Description |
---|
ALGO_UNITS |
REAL_UNITS |
Modifier and Type | Method and Description |
---|---|
static paramSystem |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static paramSystem[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final paramSystem ALGO_UNITS
public static final paramSystem REAL_UNITS
public static paramSystem[] values()
for (paramSystem c : paramSystem.values()) System.out.println(c);
public static paramSystem 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 nullProcessing Library miPhysics by James Leonard. (c) 2019