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. VALUESA 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 VersionActionTokensVersionActionTokens. get(int value)Returns the 'Version Action Tokens' literal with the specified integer value.static VersionActionTokensVersionActionTokens. get(String literal)Returns the 'Version Action Tokens' literal with the specified literal value.static VersionActionTokensVersionActionTokens. getByName(String name)Returns the 'Version Action Tokens' literal with the specified name.static VersionActionTokensVersionActionTokens. 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 VersionActionTokensFes20FactoryImpl. createVersionActionTokensFromString(EDataType eDataType, String initialValue)VersionActionTokensFes20FactoryImpl. 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 booleanFes20Validator. validateVersionActionTokens(VersionActionTokens versionActionTokens, DiagnosticChain diagnostics, Map<Object,Object> context)booleanFes20Validator. validateVersionActionTokensObject(VersionActionTokens versionActionTokensObject, DiagnosticChain diagnostics, Map<Object,Object> context)
-