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.VALUESA public read-only list of all the 'Match Action Type' enumerators.Methods in net.opengis.fes20 that return MatchActionTypeModifier and TypeMethodDescriptionstatic MatchActionTypeMatchActionType.get(int value) Returns the 'Match Action Type' literal with the specified integer value.static MatchActionTypeReturns the 'Match Action Type' literal with the specified literal value.static MatchActionTypeReturns the 'Match Action Type' literal with the specified name.BinaryComparisonOpType.getMatchAction()Returns the value of the 'Match Action' attribute.static MatchActionTypeReturns 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 TypeMethodDescriptionvoidBinaryComparisonOpType.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 MatchActionTypeBinaryComparisonOpTypeImpl.MATCH_ACTION_EDEFAULTThe default value of the 'Match Action' attribute.protected MatchActionTypeBinaryComparisonOpTypeImpl.matchActionThe 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 TypeMethodDescriptionvoidBinaryComparisonOpTypeImpl.setMatchAction(MatchActionType newMatchAction) -
Uses of MatchActionType in net.opengis.fes20.util
Methods in net.opengis.fes20.util with parameters of type MatchActionTypeModifier and TypeMethodDescriptionbooleanFes20Validator.validateMatchActionType(MatchActionType matchActionType, DiagnosticChain diagnostics, Map<Object, Object> context) booleanFes20Validator.validateMatchActionTypeObject(MatchActionType matchActionTypeObject, DiagnosticChain diagnostics, Map<Object, Object> context)