Uses of Class
org.n52.shetland.ogc.om.values.TextValue
-
Packages that use TextValue Package Description org.n52.shetland.ogc.om org.n52.shetland.ogc.om.values org.n52.shetland.ogc.om.values.visitor -
-
Uses of TextValue in org.n52.shetland.ogc.om
Methods in org.n52.shetland.ogc.om with parameters of type TextValue Modifier and Type Method Description default TObservationParameterHelper. addCategoryParameter(TextValue category)default TObservationParameterHelper. addPlatformParameter(TextValue platform) -
Uses of TextValue in org.n52.shetland.ogc.om.values
Methods in org.n52.shetland.ogc.om.values that return TextValue Modifier and Type Method Description TextValueTextValue. setUnit(UoM unit)TextValueTextValue. setValue(String value) -
Uses of TextValue in org.n52.shetland.ogc.om.values.visitor
Methods in org.n52.shetland.ogc.om.values.visitor with parameters of type TextValue Modifier and Type Method Description protected abstract voidVoidValueVisitor. _visit(TextValue value)TValueVisitor. visit(TextValue value)VoidVoidValueVisitor. visit(TextValue value)
-