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. VALUESA 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 MatchActionTypeMatchActionType. get(int value)Returns the 'Match Action Type' literal with the specified integer value.static MatchActionTypeMatchActionType. get(String literal)Returns the 'Match Action Type' literal with the specified literal value.static MatchActionTypeMatchActionType. getByName(String name)Returns the 'Match Action Type' literal with the specified name.MatchActionTypeBinaryComparisonOpType. getMatchAction()Returns the value of the 'Match Action' attribute.static MatchActionTypeMatchActionType. 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 voidBinaryComparisonOpType. 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 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 MatchActionType Modifier and Type Method Description MatchActionTypeFes20FactoryImpl. createMatchActionTypeFromString(EDataType eDataType, String initialValue)MatchActionTypeFes20FactoryImpl. createMatchActionTypeObjectFromString(EDataType eDataType, String initialValue)MatchActionTypeBinaryComparisonOpTypeImpl. getMatchAction()Methods in net.opengis.fes20.impl with parameters of type MatchActionType Modifier and Type Method Description voidBinaryComparisonOpTypeImpl. 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 booleanFes20Validator. validateMatchActionType(MatchActionType matchActionType, DiagnosticChain diagnostics, Map<Object,Object> context)booleanFes20Validator. validateMatchActionTypeObject(MatchActionType matchActionTypeObject, DiagnosticChain diagnostics, Map<Object,Object> context)
-