public static enum AbstractPrimitivas2D.AbstractRatonEvent.BOTON extends java.lang.Enum<AbstractPrimitivas2D.AbstractRatonEvent.BOTON>
Enum Constant and Description |
---|
BOTON1 |
BOTON2 |
BOTON3 |
NO_BOTON |
OTRO1 |
OTRO2 |
OTRO3 |
Modifier and Type | Method and Description |
---|---|
static AbstractPrimitivas2D.AbstractRatonEvent.BOTON |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractPrimitivas2D.AbstractRatonEvent.BOTON[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractPrimitivas2D.AbstractRatonEvent.BOTON BOTON1
public static final AbstractPrimitivas2D.AbstractRatonEvent.BOTON BOTON2
public static final AbstractPrimitivas2D.AbstractRatonEvent.BOTON BOTON3
public static final AbstractPrimitivas2D.AbstractRatonEvent.BOTON NO_BOTON
public static final AbstractPrimitivas2D.AbstractRatonEvent.BOTON OTRO1
public static final AbstractPrimitivas2D.AbstractRatonEvent.BOTON OTRO2
public static final AbstractPrimitivas2D.AbstractRatonEvent.BOTON OTRO3
public static AbstractPrimitivas2D.AbstractRatonEvent.BOTON[] values()
for (AbstractPrimitivas2D.AbstractRatonEvent.BOTON c : AbstractPrimitivas2D.AbstractRatonEvent.BOTON.values()) System.out.println(c);
public static AbstractPrimitivas2D.AbstractRatonEvent.BOTON 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