Uses of Class
org.n52.shetland.ogc.om.values.CountValue
-
Packages that use CountValue Package Description org.n52.shetland.ogc.om.values org.n52.shetland.ogc.om.values.visitor -
-
Uses of CountValue in org.n52.shetland.ogc.om.values
Methods in org.n52.shetland.ogc.om.values that return CountValue Modifier and Type Method Description CountValueCountValue. setUnit(UoM unit)CountValueCountValue. setValue(Integer value) -
Uses of CountValue in org.n52.shetland.ogc.om.values.visitor
Methods in org.n52.shetland.ogc.om.values.visitor with parameters of type CountValue Modifier and Type Method Description protected abstract voidVoidValueVisitor. _visit(CountValue value)TValueVisitor. visit(CountValue value)VoidVoidValueVisitor. visit(CountValue value)
-