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