public static enum LookupUtils.MatchMode extends java.lang.Enum<LookupUtils.MatchMode>
Enum Constant and Description |
---|
ExactMatch |
ExactMatchFallbackToLargerValue |
ExactMatchFallbackToSmallerValue |
WildcardMatch |
Modifier and Type | Method and Description |
---|---|
int |
getIntValue() |
static LookupUtils.MatchMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LookupUtils.MatchMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LookupUtils.MatchMode ExactMatch
public static final LookupUtils.MatchMode ExactMatchFallbackToSmallerValue
public static final LookupUtils.MatchMode ExactMatchFallbackToLargerValue
public static final LookupUtils.MatchMode WildcardMatch
public static LookupUtils.MatchMode[] values()
for (LookupUtils.MatchMode c : LookupUtils.MatchMode.values()) System.out.println(c);
public static LookupUtils.MatchMode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getIntValue()
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.