public static enum Preset.ReduceDomainStrategy extends java.lang.Enum<Preset.ReduceDomainStrategy>
| Enum Constant and Description |
|---|
CutAllDimension
The Cut all dimension.
|
CutFarDimension
The Cut far dimension.
|
CutNearDimension
The Cut near dimension.
|
| Modifier and Type | Method and Description |
|---|---|
static Preset.ReduceDomainStrategy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Preset.ReduceDomainStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Preset.ReduceDomainStrategy CutAllDimension
public static final Preset.ReduceDomainStrategy CutFarDimension
public static final Preset.ReduceDomainStrategy CutNearDimension
public static Preset.ReduceDomainStrategy[] values()
for (Preset.ReduceDomainStrategy c : Preset.ReduceDomainStrategy.values()) System.out.println(c);
public static Preset.ReduceDomainStrategy 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