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