Package | Description |
---|---|
edu.ucdavis.cstars.client.tasks |
Modifier and Type | Method and Description |
---|---|
NAOutputLine |
ServiceAreaParameters.getOutputLines()
The type of output lines to be generated in the result.
|
NAOutputLine |
RouteParameters.getOutputLines()
The type of output lines to be generated in the result.
|
static NAOutputLine |
NAOutputLine.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NAOutputLine[] |
NAOutputLine.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceAreaParameters.setOutputLines(NAOutputLine outputLines)
Set the outputLines parameter
|
void |
RouteParameters.setOutputLines(NAOutputLine outputLines)
Set the outputLines parameter
|