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