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