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