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