Enum Constant and Description |
---|
PER_SAMPLE |
PER_SEC |
Modifier and Type | Method and Description |
---|---|
static velUnit |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static velUnit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final velUnit PER_SEC
public static final velUnit PER_SAMPLE
public static velUnit[] values()
for (velUnit c : velUnit.values()) System.out.println(c);
public static velUnit 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