public enum swMotionMat_e extends java.lang.Enum<swMotionMat_e>
Enum Constant and Description |
---|
swMotionMatAcrylic |
swMotionMatAluminumDry |
swMotionMatAluminumGreasy |
swMotionMatNone |
swMotionMatNylon |
swMotionMatRubberDry |
swMotionMatRubberGreasy |
swMotionMatSteelDry |
swMotionMatSteelGreasy |
Modifier and Type | Method and Description |
---|---|
static swMotionMat_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swMotionMat_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swMotionMat_e swMotionMatNone
public static final swMotionMat_e swMotionMatAcrylic
public static final swMotionMat_e swMotionMatAluminumDry
public static final swMotionMat_e swMotionMatAluminumGreasy
public static final swMotionMat_e swMotionMatNylon
public static final swMotionMat_e swMotionMatRubberDry
public static final swMotionMat_e swMotionMatRubberGreasy
public static final swMotionMat_e swMotionMatSteelDry
public static final swMotionMat_e swMotionMatSteelGreasy
public static swMotionMat_e[] values()
for (swMotionMat_e c : swMotionMat_e.values()) System.out.println(c);
public static swMotionMat_e 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