public enum swEndConditions_e extends java.lang.Enum<swEndConditions_e>
Enum Constant and Description |
---|
swEndCondBlind |
swEndCondMidPlane |
swEndCondOffsetFromSurface |
swEndCondThroughAll |
swEndCondThroughAllBoth |
swEndCondThroughNext |
swEndCondUpToBody |
swEndCondUpToNext |
swEndCondUpToSelection |
swEndCondUpToSurface |
swEndCondUpToVertex |
Modifier and Type | Method and Description |
---|---|
static swEndConditions_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swEndConditions_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swEndConditions_e swEndCondBlind
public static final swEndConditions_e swEndCondThroughAll
public static final swEndConditions_e swEndCondThroughNext
public static final swEndConditions_e swEndCondUpToVertex
public static final swEndConditions_e swEndCondUpToSurface
public static final swEndConditions_e swEndCondOffsetFromSurface
public static final swEndConditions_e swEndCondMidPlane
public static final swEndConditions_e swEndCondUpToBody
public static final swEndConditions_e swEndCondThroughAllBoth
public static final swEndConditions_e swEndCondUpToSelection
public static final swEndConditions_e swEndCondUpToNext
public static swEndConditions_e[] values()
for (swEndConditions_e c : swEndConditions_e.values()) System.out.println(c);
public static swEndConditions_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