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