public enum swBendType_e extends java.lang.Enum<swBendType_e>
Enum Constant and Description |
---|
swBaseBend |
swEdgeFlangeBend |
swFlat3dBend |
swFlatBend |
swFreeFormBend |
swHemBend |
swLoftedBend |
swMirrorBend |
swMiterBend |
swNoneBend |
swRoundBend |
swRuledBend |
swSharpBend |
Modifier and Type | Method and Description |
---|---|
static swBendType_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swBendType_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swBendType_e swSharpBend
public static final swBendType_e swRoundBend
public static final swBendType_e swFlatBend
public static final swBendType_e swNoneBend
public static final swBendType_e swBaseBend
public static final swBendType_e swMiterBend
public static final swBendType_e swFlat3dBend
public static final swBendType_e swMirrorBend
public static final swBendType_e swEdgeFlangeBend
public static final swBendType_e swHemBend
public static final swBendType_e swFreeFormBend
public static final swBendType_e swRuledBend
public static final swBendType_e swLoftedBend
public static swBendType_e[] values()
for (swBendType_e c : swBendType_e.values()) System.out.println(c);
public static swBendType_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