| Package | Description |
|---|---|
| eu.datex2.schema.dynamisch.tmcmeldungen |
| Modifier and Type | Field and Description |
|---|---|
protected AccidentTypeEnum |
Accident.accidentType |
| Modifier and Type | Method and Description |
|---|---|
static AccidentTypeEnum |
AccidentTypeEnum.fromValue(java.lang.String v) |
AccidentTypeEnum |
Accident.getAccidentType()
Gets the value of the accidentType property.
|
static AccidentTypeEnum |
AccidentTypeEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AccidentTypeEnum[] |
AccidentTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Accident.setAccidentType(AccidentTypeEnum value)
Sets the value of the accidentType property.
|