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