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