Package | Description |
---|---|
eu.datex2.schema.statisch.measurement.site.messstellen |
Modifier and Type | Field and Description |
---|---|
protected MeasuredOrDerivedDataTypeEnum |
MeasurementSpecificCharacteristics.specificMeasurementValueType |
Modifier and Type | Method and Description |
---|---|
static MeasuredOrDerivedDataTypeEnum |
MeasuredOrDerivedDataTypeEnum.fromValue(java.lang.String v) |
MeasuredOrDerivedDataTypeEnum |
MeasurementSpecificCharacteristics.getSpecificMeasurementValueType()
Gets the value of the specificMeasurementValueType property.
|
static MeasuredOrDerivedDataTypeEnum |
MeasuredOrDerivedDataTypeEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MeasuredOrDerivedDataTypeEnum[] |
MeasuredOrDerivedDataTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MeasurementSpecificCharacteristics.setSpecificMeasurementValueType(MeasuredOrDerivedDataTypeEnum value)
Sets the value of the specificMeasurementValueType property.
|