Uses of Class
org.n52.shetland.ogc.swe.simpleType.SweAllowedValues
-
Packages that use SweAllowedValues Package Description org.n52.shetland.ogc.swe.simpleType -
-
Uses of SweAllowedValues in org.n52.shetland.ogc.swe.simpleType
Methods in org.n52.shetland.ogc.swe.simpleType that return types with arguments of type SweAllowedValues Modifier and Type Method Description Referenceable<SweAllowedValues>SweCount. getConstraint()Referenceable<SweAllowedValues>SweCountRange. getConstraint()Referenceable<SweAllowedValues>SweQuantity. getConstraint()Referenceable<SweAllowedValues>SweQuantityRange. getConstraint()Methods in org.n52.shetland.ogc.swe.simpleType with parameters of type SweAllowedValues Modifier and Type Method Description voidSweCount. setConstraint(SweAllowedValues constraint)voidSweCountRange. setConstraint(SweAllowedValues constraint)voidSweQuantity. setConstraint(SweAllowedValues constraint)voidSweQuantityRange. setConstraint(SweAllowedValues constraint)Method parameters in org.n52.shetland.ogc.swe.simpleType with type arguments of type SweAllowedValues Modifier and Type Method Description voidSweCount. setConstraint(Referenceable<SweAllowedValues> constraint)voidSweCountRange. setConstraint(Referenceable<SweAllowedValues> constraint)voidSweQuantity. setConstraint(Referenceable<SweAllowedValues> constraint)voidSweQuantityRange. setConstraint(Referenceable<SweAllowedValues> constraint)
-