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