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