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