public static enum GVar.BMODE extends java.lang.Enum<GVar.BMODE>
Enum Constant and Description |
---|
ARC |
CIRCLE_XY |
CIRCLE_XZ |
CIRCLE_YZ |
ESTOP |
P2P |
STOP |
TXT |
Modifier and Type | Method and Description |
---|---|
GVar.BMODE |
next() |
GVar.BMODE |
previous() |
static GVar.BMODE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GVar.BMODE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GVar.BMODE P2P
public static final GVar.BMODE ARC
public static final GVar.BMODE TXT
public static final GVar.BMODE CIRCLE_XY
public static final GVar.BMODE CIRCLE_XZ
public static final GVar.BMODE CIRCLE_YZ
public static final GVar.BMODE STOP
public static final GVar.BMODE ESTOP
public static GVar.BMODE[] values()
for (GVar.BMODE c : GVar.BMODE.values()) System.out.println(c);
public static GVar.BMODE 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 nullpublic GVar.BMODE next()
public GVar.BMODE previous()