Package | Description |
---|---|
eu.datex2.schema.statisch.vms.table.anzeigetafeln |
Modifier and Type | Field and Description |
---|---|
protected VmsTypeEnum |
VmsRecord.vmsType |
Modifier and Type | Method and Description |
---|---|
static VmsTypeEnum |
VmsTypeEnum.fromValue(java.lang.String v) |
VmsTypeEnum |
VmsRecord.getVmsType()
Gets the value of the vmsType property.
|
static VmsTypeEnum |
VmsTypeEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VmsTypeEnum[] |
VmsTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
VmsRecord.setVmsType(VmsTypeEnum value)
Sets the value of the vmsType property.
|