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