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