Uses of Class
com.alon.querydecoder.MatchType
-
-
Uses of MatchType in com.alon.querydecoder
Methods in com.alon.querydecoder that return MatchType Modifier and Type Method Description MatchTypeMatch. getType()static MatchTypeMatchType. valueOf(String name)Returns the enum constant of this type with the specified name.static MatchType[]MatchType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.alon.querydecoder with parameters of type MatchType Modifier and Type Method Description voidMatch. setType(MatchType type)Constructors in com.alon.querydecoder with parameters of type MatchType Constructor Description Match(MatchType type)Match(MatchType type, boolean negated)
-