public static enum X3dHead.UnitCat extends java.lang.Enum<X3dHead.UnitCat>
Enum Constant and Description |
---|
ANGLE
Angle.
|
FORCE
Force.
|
LENGTH
Length.
|
MASS
Mass.
|
Modifier and Type | Method and Description |
---|---|
static X3dHead.UnitCat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static X3dHead.UnitCat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final X3dHead.UnitCat ANGLE
public static final X3dHead.UnitCat FORCE
public static final X3dHead.UnitCat LENGTH
public static final X3dHead.UnitCat MASS
public static X3dHead.UnitCat[] values()
for (X3dHead.UnitCat c : X3dHead.UnitCat.values()) System.out.println(c);
public static X3dHead.UnitCat 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 (C) 2013-2014 InteractiveMesh e.K.