Uses of Enum Class
net.opengis.fes20.MatchActionType
Packages that use MatchActionType
-
Uses of MatchActionType in net.opengis.fes20
Fields in net.opengis.fes20 with type parameters of type MatchActionTypeModifier and TypeFieldDescriptionstatic final List<MatchActionType>
MatchActionType.VALUES
A public read-only list of all the 'Match Action Type' enumerators.Methods in net.opengis.fes20 that return MatchActionTypeModifier and TypeMethodDescriptionstatic MatchActionType
MatchActionType.get
(int value) Returns the 'Match Action Type' literal with the specified integer value.static MatchActionType
Returns the 'Match Action Type' literal with the specified literal value.static MatchActionType
Returns the 'Match Action Type' literal with the specified name.BinaryComparisonOpType.getMatchAction()
Returns the value of the 'Match Action' attribute.static MatchActionType
Returns the enum constant of this class with the specified name.static MatchActionType[]
MatchActionType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.opengis.fes20 with parameters of type MatchActionTypeModifier and TypeMethodDescriptionvoid
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 MatchActionTypeModifier and TypeFieldDescriptionprotected static final 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 MatchActionTypeModifier and TypeMethodDescriptionFes20FactoryImpl.createMatchActionTypeFromString
(EDataType eDataType, String initialValue) Fes20FactoryImpl.createMatchActionTypeObjectFromString
(EDataType eDataType, String initialValue) BinaryComparisonOpTypeImpl.getMatchAction()
Methods in net.opengis.fes20.impl with parameters of type MatchActionTypeModifier and TypeMethodDescriptionvoid
BinaryComparisonOpTypeImpl.setMatchAction
(MatchActionType newMatchAction) -
Uses of MatchActionType in net.opengis.fes20.util
Methods in net.opengis.fes20.util with parameters of type MatchActionTypeModifier and TypeMethodDescriptionboolean
Fes20Validator.validateMatchActionType
(MatchActionType matchActionType, DiagnosticChain diagnostics, Map<Object, Object> context) boolean
Fes20Validator.validateMatchActionTypeObject
(MatchActionType matchActionTypeObject, DiagnosticChain diagnostics, Map<Object, Object> context)