public enum Comparator extends java.lang.Enum<Comparator>
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
sparql |
private java.net.URI |
uri |
Modifier and Type | Method and Description |
---|---|
static Comparator |
getComparator(java.net.URI u) |
java.lang.String |
getSPARQLComparator() |
java.net.URI |
getURI() |
static Comparator |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Comparator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Comparator EQUAL
public static final Comparator LOWER
public static final Comparator GREATER
public static Comparator[] values()
for (Comparator c : Comparator.values()) System.out.println(c);
public static Comparator 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 static Comparator getComparator(java.net.URI u)
public java.net.URI getURI()
public java.lang.String getSPARQLComparator()
(C) INRIA & friends, 2003-2020