| Package | Description |
|---|---|
| eu.datex2.schema.dynamisch.segmente.verkehrslage |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<VehicleTypeEnum> |
VehicleCharacteristics.vehicleTypes |
protected java.util.List<VehicleTypeEnum> |
TravelTimeData.vehicleTypes |
| Modifier and Type | Method and Description |
|---|---|
static VehicleTypeEnum |
VehicleTypeEnum.fromValue(java.lang.String v) |
static VehicleTypeEnum |
VehicleTypeEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VehicleTypeEnum[] |
VehicleTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<VehicleTypeEnum> |
VehicleCharacteristics.getVehicleTypes()
Gets the value of the vehicleTypes property.
|
java.util.List<VehicleTypeEnum> |
TravelTimeData.getVehicleTypes()
Gets the value of the vehicleTypes property.
|