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