Uses of Class
net.opengis.fes20.MatchActionType
-
Packages that use MatchActionType Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.fes20.util -
-
Uses of MatchActionType in net.opengis.fes20
Fields in net.opengis.fes20 with type parameters of type MatchActionType Modifier and Type Field Description static List<MatchActionType>
MatchActionType. VALUES
A public read-only list of all the 'Match Action Type' enumerators.Methods in net.opengis.fes20 that return MatchActionType Modifier and Type Method Description static MatchActionType
MatchActionType. get(int value)
Returns the 'Match Action Type' literal with the specified integer value.static MatchActionType
MatchActionType. get(String literal)
Returns the 'Match Action Type' literal with the specified literal value.static MatchActionType
MatchActionType. getByName(String name)
Returns the 'Match Action Type' literal with the specified name.MatchActionType
BinaryComparisonOpType. getMatchAction()
Returns the value of the 'Match Action' attribute.static MatchActionType
MatchActionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static MatchActionType[]
MatchActionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.opengis.fes20 with parameters of type MatchActionType Modifier and Type Method Description void
BinaryComparisonOpType. setMatchAction(MatchActionType value)
Sets the value of the 'Match Action
' attribute. -
Uses of MatchActionType in net.opengis.fes20.impl
Fields in net.opengis.fes20.impl declared as MatchActionType Modifier and Type Field Description protected static MatchActionType
BinaryComparisonOpTypeImpl. MATCH_ACTION_EDEFAULT
The default value of the 'Match Action
' attribute.protected MatchActionType
BinaryComparisonOpTypeImpl. matchAction
The cached value of the 'Match Action
' attribute.Methods in net.opengis.fes20.impl that return MatchActionType Modifier and Type Method Description MatchActionType
Fes20FactoryImpl. createMatchActionTypeFromString(EDataType eDataType, String initialValue)
MatchActionType
Fes20FactoryImpl. createMatchActionTypeObjectFromString(EDataType eDataType, String initialValue)
MatchActionType
BinaryComparisonOpTypeImpl. getMatchAction()
Methods in net.opengis.fes20.impl with parameters of type MatchActionType Modifier and Type Method Description void
BinaryComparisonOpTypeImpl. setMatchAction(MatchActionType newMatchAction)
-
Uses of MatchActionType in net.opengis.fes20.util
Methods in net.opengis.fes20.util with parameters of type MatchActionType Modifier and Type Method Description boolean
Fes20Validator. validateMatchActionType(MatchActionType matchActionType, DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
Fes20Validator. validateMatchActionTypeObject(MatchActionType matchActionTypeObject, DiagnosticChain diagnostics, Map<Object,Object> context)
-