public static enum NodeGraphResolutionExtension.AlgorithmMatch extends java.lang.Enum<NodeGraphResolutionExtension.AlgorithmMatch>
Enum Constant and Description |
---|
CONTAINS |
EXACT_MATCH |
LUCENE |
STARTS_WITH |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMatch() |
static NodeGraphResolutionExtension.AlgorithmMatch |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NodeGraphResolutionExtension.AlgorithmMatch[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NodeGraphResolutionExtension.AlgorithmMatch EXACT_MATCH
public static final NodeGraphResolutionExtension.AlgorithmMatch CONTAINS
public static final NodeGraphResolutionExtension.AlgorithmMatch STARTS_WITH
public static final NodeGraphResolutionExtension.AlgorithmMatch LUCENE
public static NodeGraphResolutionExtension.AlgorithmMatch[] values()
for (NodeGraphResolutionExtension.AlgorithmMatch c : NodeGraphResolutionExtension.AlgorithmMatch.values()) System.out.println(c);
public static NodeGraphResolutionExtension.AlgorithmMatch 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 java.lang.String getMatch()