Uses of Enum Class
net.opengis.fes20.VersionActionTokens
Packages that use VersionActionTokens
-
Uses of VersionActionTokens in net.opengis.fes20
Fields in net.opengis.fes20 with type parameters of type VersionActionTokensModifier and TypeFieldDescriptionstatic final List<VersionActionTokens>
VersionActionTokens.VALUES
A public read-only list of all the 'Version Action Tokens' enumerators.Methods in net.opengis.fes20 that return VersionActionTokensModifier and TypeMethodDescriptionstatic VersionActionTokens
VersionActionTokens.get
(int value) Returns the 'Version Action Tokens' literal with the specified integer value.static VersionActionTokens
Returns the 'Version Action Tokens' literal with the specified literal value.static VersionActionTokens
Returns the 'Version Action Tokens' literal with the specified name.static VersionActionTokens
Returns the enum constant of this class with the specified name.static VersionActionTokens[]
VersionActionTokens.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of VersionActionTokens in net.opengis.fes20.impl
Methods in net.opengis.fes20.impl that return VersionActionTokensModifier and TypeMethodDescriptionFes20FactoryImpl.createVersionActionTokensFromString
(EDataType eDataType, String initialValue) Fes20FactoryImpl.createVersionActionTokensObjectFromString
(EDataType eDataType, String initialValue) -
Uses of VersionActionTokens in net.opengis.fes20.util
Methods in net.opengis.fes20.util with parameters of type VersionActionTokensModifier and TypeMethodDescriptionboolean
Fes20Validator.validateVersionActionTokens
(VersionActionTokens versionActionTokens, DiagnosticChain diagnostics, Map<Object, Object> context) boolean
Fes20Validator.validateVersionActionTokensObject
(VersionActionTokens versionActionTokensObject, DiagnosticChain diagnostics, Map<Object, Object> context)