public enum ConeFindMode extends Enum<ConeFindMode>
Enum Constant and Description |
---|
ALL
All matches.
|
BEST
Best match.
|
EACH
One output row for each input row.
|
Modifier and Type | Method and Description |
---|---|
String |
getXmlDescription()
Returns XML description of behaviour.
|
boolean |
isBestOnly()
Indicates if only best matches per query are required.
|
boolean |
isIncludeBlanks()
Indicates if output should include input rows even when no match
was found.
|
String |
toString() |
static ConeFindMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConeFindMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConeFindMode BEST
public static final ConeFindMode ALL
public static final ConeFindMode EACH
public static ConeFindMode[] values()
for (ConeFindMode c : ConeFindMode.values()) System.out.println(c);
public static ConeFindMode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic boolean isBestOnly()
public boolean isIncludeBlanks()
public String getXmlDescription()
public String toString()
toString
in class Enum<ConeFindMode>
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.