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