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