Uses of Class
com.alon.querydecoder.MatchType
-
Packages that use MatchType Package Description com.alon.querydecoder -
-
Uses of MatchType in com.alon.querydecoder
Fields in com.alon.querydecoder declared as MatchType Modifier and Type Field Description protected MatchTypeExpression. matchTypeMethods in com.alon.querydecoder that return MatchType Modifier and Type Method Description MatchTypeExpression. getMatchType()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.
-