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