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