public static enum DummyProductBuilder.GP extends Enum<DummyProductBuilder.GP>
Enum Constant and Description |
---|
ANTI_MERIDIAN
Anti-meridian crossing / dateline.
|
NORTH_POLE
North pole
|
NULL_MERIDIAN
Null-meridian crossing (default).
|
SOUTH_POLE
South pole
|
Modifier and Type | Method and Description |
---|---|
static DummyProductBuilder.GP |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DummyProductBuilder.GP[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DummyProductBuilder.GP NULL_MERIDIAN
public static final DummyProductBuilder.GP ANTI_MERIDIAN
public static final DummyProductBuilder.GP NORTH_POLE
public static final DummyProductBuilder.GP SOUTH_POLE
public static DummyProductBuilder.GP[] values()
for (DummyProductBuilder.GP c : DummyProductBuilder.GP.values()) System.out.println(c);
public static DummyProductBuilder.GP 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–2017 European Space Agency (ESA). All rights reserved.