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