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