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