public static enum ParseResult.CONFIDENCE extends Enum<ParseResult.CONFIDENCE>
Modifier and Type | Method and Description |
---|---|
static ParseResult.CONFIDENCE |
lowerOf(ParseResult.CONFIDENCE c1,
ParseResult.CONFIDENCE c2) |
static ParseResult.CONFIDENCE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParseResult.CONFIDENCE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParseResult.CONFIDENCE DEFINITE
public static final ParseResult.CONFIDENCE PROBABLE
public static final ParseResult.CONFIDENCE POSSIBLE
public static ParseResult.CONFIDENCE[] values()
for (ParseResult.CONFIDENCE c : ParseResult.CONFIDENCE.values()) System.out.println(c);
public static ParseResult.CONFIDENCE 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 static ParseResult.CONFIDENCE lowerOf(ParseResult.CONFIDENCE c1, ParseResult.CONFIDENCE c2)
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.