org.osm2world.console
public static enum CLIArgumentsUtil.OutputMode extends Enum<CLIArgumentsUtil.OutputMode>
Modifier and Type | Method and Description |
---|---|
static CLIArgumentsUtil.OutputMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CLIArgumentsUtil.OutputMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CLIArgumentsUtil.OutputMode OBJ
public static final CLIArgumentsUtil.OutputMode POV
public static final CLIArgumentsUtil.OutputMode PNG
public static final CLIArgumentsUtil.OutputMode PPM
public static final CLIArgumentsUtil.OutputMode GD
public static CLIArgumentsUtil.OutputMode[] values()
for (CLIArgumentsUtil.OutputMode c : CLIArgumentsUtil.OutputMode.values()) System.out.println(c);
public static CLIArgumentsUtil.OutputMode 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