public enum RDFTypes extends java.lang.Enum<RDFTypes>
The XSD/RDF literal types supported for binding variables against SPARQL queries.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
static RDFTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the
specified name.
|
static RDFTypes[] |
values()
Returns an array containing the constants of
this enum type, in the order they are declared.
|
public static final RDFTypes STRING
public static final RDFTypes BOOLEAN
public static final RDFTypes DECIMAL
public static final RDFTypes INTEGER
public static final RDFTypes DOUBLE
public static final RDFTypes FLOAT
public static final RDFTypes TIME
public static final RDFTypes DATE
public static final RDFTypes DATETIME
public static final RDFTypes GYEAR
public static final RDFTypes GMONTH
public static final RDFTypes GDAY
public static final RDFTypes GYEARMONTH
public static final RDFTypes GMONTHDAY
public static final RDFTypes DURATION
public static final RDFTypes YEARMONTHDURATION
public static final RDFTypes DAYTIMEDURATION
public static final RDFTypes BYTE
public static final RDFTypes SHORT
public static final RDFTypes INT
public static final RDFTypes LONG
public static final RDFTypes UNSIGNEDBYTE
public static final RDFTypes UNSIGNEDSHORT
public static final RDFTypes UNSIGNEDINT
public static final RDFTypes UNSIGNEDLONG
public static final RDFTypes POSITIVEINTEGER
public static final RDFTypes NONNEGATIVEINTEGER
public static final RDFTypes NEGATIVEINTEGER
public static final RDFTypes NONPOSITIVEINTEGER
public static final RDFTypes HEXBINARY
public static final RDFTypes BASE64BINARY
public static final RDFTypes ANYURI
public static final RDFTypes LANGUAGE
public static final RDFTypes NORMALIZEDSTRING
public static final RDFTypes TOKEN
public static final RDFTypes NMTOKEN
public static final RDFTypes NAME
public static final RDFTypes NCNAME
public static RDFTypes[] values()
for (RDFTypes c : RDFTypes.values()) System.out.println(c);
public static RDFTypes 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 toString()
toString
in
class java.lang.Enum<RDFTypes>
Copyright © 2024 MarkLogic Corporation. All Rights Reserved.