org.osm2world.core
public static enum ConversionFacade.Phase extends Enum<ConversionFacade.Phase>
Enum Constant and Description |
---|
ELEVATION |
FINISHED |
MAP_DATA |
REPRESENTATION |
TERRAIN |
Modifier and Type | Method and Description |
---|---|
static ConversionFacade.Phase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConversionFacade.Phase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConversionFacade.Phase MAP_DATA
public static final ConversionFacade.Phase REPRESENTATION
public static final ConversionFacade.Phase ELEVATION
public static final ConversionFacade.Phase TERRAIN
public static final ConversionFacade.Phase FINISHED
public static ConversionFacade.Phase[] values()
for (ConversionFacade.Phase c : ConversionFacade.Phase.values()) System.out.println(c);
public static ConversionFacade.Phase 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 null