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