Enum Datatype

java.lang.Object
java.lang.Enum<Datatype>
tech.oxfordsemantic.jrdfox.logic.Datatype
All Implemented Interfaces:
Serializable, Comparable<Datatype>, java.lang.constant.Constable

public enum Datatype extends Enum<Datatype>
  • Enum Constant Details

    • INVALID_DATATYPE

      public static final Datatype INVALID_DATATYPE
    • BLANK_NODE

      public static final Datatype BLANK_NODE
    • IRI_REFERENCE

      public static final Datatype IRI_REFERENCE
    • RDFS_LITERAL

      public static final Datatype RDFS_LITERAL
    • XSD_ANY_URI

      public static final Datatype XSD_ANY_URI
    • XSD_STRING

      public static final Datatype XSD_STRING
    • RDF_PLAIN_LITERAL

      public static final Datatype RDF_PLAIN_LITERAL
    • XSD_BOOLEAN

      public static final Datatype XSD_BOOLEAN
    • XSD_DATE_TIME

      public static final Datatype XSD_DATE_TIME
    • XSD_DATE_TIME_STAMP

      public static final Datatype XSD_DATE_TIME_STAMP
    • XSD_TIME

      public static final Datatype XSD_TIME
    • XSD_DATE

      public static final Datatype XSD_DATE
    • XSD_G_YEAR_MONTH

      public static final Datatype XSD_G_YEAR_MONTH
    • XSD_G_YEAR

      public static final Datatype XSD_G_YEAR
    • XSD_G_MONTH_DAY

      public static final Datatype XSD_G_MONTH_DAY
    • XSD_G_DAY

      public static final Datatype XSD_G_DAY
    • XSD_G_MONTH

      public static final Datatype XSD_G_MONTH
    • XSD_DURATION

      public static final Datatype XSD_DURATION
    • XSD_YEAR_MONTH_DURATION

      public static final Datatype XSD_YEAR_MONTH_DURATION
    • XSD_DAY_TIME_DURATION

      public static final Datatype XSD_DAY_TIME_DURATION
    • XSD_DOUBLE

      public static final Datatype XSD_DOUBLE
    • XSD_FLOAT

      public static final Datatype XSD_FLOAT
    • XSD_DECIMAL

      public static final Datatype XSD_DECIMAL
    • XSD_INTEGER

      public static final Datatype XSD_INTEGER
    • XSD_NON_NEGATIVE_INTEGER

      public static final Datatype XSD_NON_NEGATIVE_INTEGER
    • XSD_NON_POSITIVE_INTEGER

      public static final Datatype XSD_NON_POSITIVE_INTEGER
    • XSD_NEGATIVE_INTEGER

      public static final Datatype XSD_NEGATIVE_INTEGER
    • XSD_POSITIVE_INTEGER

      public static final Datatype XSD_POSITIVE_INTEGER
    • XSD_LONG

      public static final Datatype XSD_LONG
    • XSD_INT

      public static final Datatype XSD_INT
    • XSD_SHORT

      public static final Datatype XSD_SHORT
    • XSD_BYTE

      public static final Datatype XSD_BYTE
    • XSD_UNSIGNED_LONG

      public static final Datatype XSD_UNSIGNED_LONG
    • XSD_UNSIGNED_INT

      public static final Datatype XSD_UNSIGNED_INT
    • XSD_UNSIGNED_SHORT

      public static final Datatype XSD_UNSIGNED_SHORT
    • XSD_UNSIGNED_BYTE

      public static final Datatype XSD_UNSIGNED_BYTE
  • Method Details

    • values

      public static Datatype[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static Datatype valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • value

      public static Datatype value(short datatypeID)
    • value

      public static Datatype value(String datatypeIRI)
    • getDatatypeID

      public short getDatatypeID()
    • getIRI

      public String getIRI()