Enum Class RDFTypesEnum

java.lang.Object
java.lang.Enum<RDFTypesEnum>
it.uniroma2.art.semanticturkey.vocabulary.RDFTypesEnum
All Implemented Interfaces:
Serializable, Comparable<RDFTypesEnum>, Constable

public enum RDFTypesEnum extends Enum<RDFTypesEnum>
this enum class provides a closed list of RDF node types. Can be used as a fast-to-use reference vocabulary for managing different behavior of methods according to type of processed resources
Author:
Armando Stellato
  • Enum Constant Details

  • Method Details

    • values

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

      public static RDFTypesEnum valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • isLiteral

      public static boolean isLiteral(RDFTypesEnum lit)
    • isResource

      public static boolean isResource(RDFTypesEnum type)