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