public enum swGtolMatCondition_e extends java.lang.Enum<swGtolMatCondition_e>
Enum Constant and Description |
---|
swMcLMC |
swMcMMC |
swMcNONE |
swMcRFS |
swMsARCLEN |
swMsDIA |
swMsNONE |
swMsPROJTOLZONE |
swMsRAD |
swMsREF |
swMsSPHDIA |
swMsSPHRAD |
Modifier and Type | Method and Description |
---|---|
static swGtolMatCondition_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swGtolMatCondition_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swGtolMatCondition_e swMcNONE
public static final swGtolMatCondition_e swMcMMC
public static final swGtolMatCondition_e swMcRFS
public static final swGtolMatCondition_e swMcLMC
public static final swGtolMatCondition_e swMsNONE
public static final swGtolMatCondition_e swMsPROJTOLZONE
public static final swGtolMatCondition_e swMsDIA
public static final swGtolMatCondition_e swMsSPHDIA
public static final swGtolMatCondition_e swMsRAD
public static final swGtolMatCondition_e swMsSPHRAD
public static final swGtolMatCondition_e swMsREF
public static final swGtolMatCondition_e swMsARCLEN
public static swGtolMatCondition_e[] values()
for (swGtolMatCondition_e c : swGtolMatCondition_e.values()) System.out.println(c);
public static swGtolMatCondition_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