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