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