Uses of Class
org.osm2world.console.CLIArgumentsUtil.ProgramMode

Packages that use CLIArgumentsUtil.ProgramMode
org.osm2world.console command line interface for OSM2World. 
 

Uses of CLIArgumentsUtil.ProgramMode in org.osm2world.console
 

Methods in org.osm2world.console that return CLIArgumentsUtil.ProgramMode
static CLIArgumentsUtil.ProgramMode CLIArgumentsUtil.getProgramMode(CLIArguments args)
           
static CLIArgumentsUtil.ProgramMode CLIArgumentsUtil.ProgramMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CLIArgumentsUtil.ProgramMode[] CLIArgumentsUtil.ProgramMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.