Package net.opengis.swe.v20
Interface AllowedTokens
- All Superinterfaces:
AbstractSWE
,DataConstraint
,HasCopy
,Serializable
- All Known Implementing Classes:
AllowedTokensImpl
POJO class for XML type AllowedTokensType(@http://www.opengis.net/swe/2.0).
This is a complex type.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Adds a new value propertyint
Returns number of value propertiesGets the pattern propertyGets the list of value propertiesboolean
Checks if pattern is setvoid
setPattern
(String pattern) Sets the pattern propertyMethods inherited from interface net.opengis.swe.v20.AbstractSWE
addExtension, getExtensionList, getId, getNumExtensions, isSetId, setId
-
Method Details
-
getValueList
Gets the list of value properties -
getNumValues
int getNumValues()Returns number of value properties -
addValue
Adds a new value property -
getPattern
String getPattern()Gets the pattern property -
isSetPattern
boolean isSetPattern()Checks if pattern is set -
setPattern
Sets the pattern property
-