| Constructor and Description |
|---|
UnknownValue(Object value)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
<X,E extends Exception> |
accept(ValueVisitor<X,E> visitor) |
String |
getUnit()
Get the unit of measure
|
UoM |
getUnitObject()
Get the unit of measure object
|
Object |
getValue()
Get the measurement value
|
void |
setUnit(String unit)
Set the unit of measure
|
UnknownValue |
setUnit(UoM unit)
Set the unit of measure object
|
UnknownValue |
setValue(Object value)
Set the measurment value
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisSetUnit, isSetValuepublic UnknownValue(Object value)
value - Measurement valuepublic UnknownValue setValue(Object value)
Valuepublic Object getValue()
Valuepublic void setUnit(String unit)
Valuepublic UnknownValue setUnit(UoM unit)
Valuepublic UoM getUnitObject()
ValuegetUnitObject in interface Value<Object>Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.