public static enum MagicWandModel.SpectrumTransform extends Enum<MagicWandModel.SpectrumTransform>
Enum Constant and Description |
---|
DERIVATIVE |
IDENTITY |
INTEGRAL |
Modifier and Type | Method and Description |
---|---|
static MagicWandModel.SpectrumTransform |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MagicWandModel.SpectrumTransform[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MagicWandModel.SpectrumTransform INTEGRAL
public static final MagicWandModel.SpectrumTransform IDENTITY
public static final MagicWandModel.SpectrumTransform DERIVATIVE
public static MagicWandModel.SpectrumTransform[] values()
for (MagicWandModel.SpectrumTransform c : MagicWandModel.SpectrumTransform.values()) System.out.println(c);
public static MagicWandModel.SpectrumTransform valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2014–2015 European Space Agency (ESA). All rights reserved.