| Package | Description |
|---|---|
| org.gvsig.road.arena2.service | |
| org.gvsig.road.arena2.service.impl | |
| org.gvsig.road.arena2.xjc |
| Modifier and Type | Method and Description |
|---|---|
Direction |
Arena2Service.getDirection(ACCIDENTE accident) |
| Modifier and Type | Method and Description |
|---|---|
Direction |
Arena2ServiceImpl.getDirection(ACCIDENTE accident) |
| Modifier and Type | Field and Description |
|---|---|
protected Direction |
SALIDADEVIA.sentido |
protected Direction |
ACCIDENTE.sentido |
| Modifier and Type | Method and Description |
|---|---|
static Direction |
Direction.fromValue(String v) |
Direction |
SALIDADEVIA.getSENTIDO()
Obtiene el valor de la propiedad sentido.
|
Direction |
ACCIDENTE.getSENTIDO()
Obtiene el valor de la propiedad sentido.
|
static Direction |
Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Direction[] |
Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SALIDADEVIA.setSENTIDO(Direction value)
Define el valor de la propiedad sentido.
|
void |
ACCIDENTE.setSENTIDO(Direction value)
Define el valor de la propiedad sentido.
|
Copyright © 2018. All rights reserved.