Uses of Class
org.n52.shetland.ogc.swe.simpleType.SweAllowedTokens
-
Packages that use SweAllowedTokens Package Description org.n52.shetland.ogc.swe.simpleType -
-
Uses of SweAllowedTokens in org.n52.shetland.ogc.swe.simpleType
Methods in org.n52.shetland.ogc.swe.simpleType that return types with arguments of type SweAllowedTokens Modifier and Type Method Description Referenceable<SweAllowedTokens>SweCategory. getConstraint()Referenceable<SweAllowedTokens>SweCategoryRange. getConstraint()Referenceable<SweAllowedTokens>SweText. getConstraint()Methods in org.n52.shetland.ogc.swe.simpleType with parameters of type SweAllowedTokens Modifier and Type Method Description voidSweCategory. setConstraint(SweAllowedTokens constraint)voidSweCategoryRange. setConstraint(SweAllowedTokens constraint)voidSweText. setConstraint(SweAllowedTokens constraint)Method parameters in org.n52.shetland.ogc.swe.simpleType with type arguments of type SweAllowedTokens Modifier and Type Method Description voidSweCategory. setConstraint(Referenceable<SweAllowedTokens> constraint)voidSweCategoryRange. setConstraint(Referenceable<SweAllowedTokens> constraint)voidSweText. setConstraint(Referenceable<SweAllowedTokens> constraint)
-