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