Package | Description |
---|---|
edu.ucdavis.cstars.client.tasks |
Modifier and Type | Method and Description |
---|---|
NATravelDirection |
ServiceAreaParameters.getTravelDirection()
Options for traveling to or from the facility.
|
static NATravelDirection |
NATravelDirection.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NATravelDirection[] |
NATravelDirection.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.setTravelDirection(NATravelDirection travelDirection)
Set the travelDirection parameter.
|