public static enum AbstractPrimitivas2D.ENTRADA extends java.lang.Enum<AbstractPrimitivas2D.ENTRADA>
Enum Constant and Description |
---|
BOOLEANO
Introducir booleano o valor binario
|
EXPRESION
Introducir expresión JME
|
OPCIONES
Introducir valor desde conjunto de opciones
|
OTRO1 |
OTRO2 |
OTRO3 |
TEXTO
Introducir texto directamente sin delimitador
Texto.DELIMITADOR |
Modifier and Type | Method and Description |
---|---|
static AbstractPrimitivas2D.ENTRADA |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractPrimitivas2D.ENTRADA[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractPrimitivas2D.ENTRADA BOOLEANO
public static final AbstractPrimitivas2D.ENTRADA TEXTO
Texto.DELIMITADOR
public static final AbstractPrimitivas2D.ENTRADA EXPRESION
public static final AbstractPrimitivas2D.ENTRADA OPCIONES
public static final AbstractPrimitivas2D.ENTRADA OTRO1
public static final AbstractPrimitivas2D.ENTRADA OTRO2
public static final AbstractPrimitivas2D.ENTRADA OTRO3
public static AbstractPrimitivas2D.ENTRADA[] values()
for (AbstractPrimitivas2D.ENTRADA c : AbstractPrimitivas2D.ENTRADA.values()) System.out.println(c);
public static AbstractPrimitivas2D.ENTRADA 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