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