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