protected static enum SparqlSource.Perhaps extends Enum<SparqlSource.Perhaps>
Modifier and Type | Method and Description |
---|---|
static SparqlSource.Perhaps |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SparqlSource.Perhaps[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SparqlSource.Perhaps Yes
public static final SparqlSource.Perhaps No
public static final SparqlSource.Perhaps DontKnow
public static final SparqlSource.Perhaps CantTell
public static SparqlSource.Perhaps[] values()
for (SparqlSource.Perhaps c : SparqlSource.Perhaps.values()) System.out.println(c);
public static SparqlSource.Perhaps 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 nullCopyright © 2014. All Rights Reserved.