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