Enum Class Term.Type

java.lang.Object
java.lang.Enum<Term.Type>
fr.lirmm.graphik.integraal.api.core.Term.Type
All Implemented Interfaces:
Serializable, Comparable<Term.Type>, Constable
Enclosing interface:
Term

@Deprecated public static enum Term.Type extends Enum<Term.Type>
Deprecated.
Enumeration of legacy term kinds.
Author:
Clément Sipieter (INRIA) <clement@6pi.fr>
  • Enum Constant Details

    • CONSTANT

      public static final Term.Type CONSTANT
      Deprecated.
      Constant term.
    • VARIABLE

      public static final Term.Type VARIABLE
      Deprecated.
      Variable term.
    • LITERAL

      public static final Term.Type LITERAL
      Deprecated.
      Literal term.
  • Method Details

    • values

      public static Term.Type[] values()
      Deprecated.
      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 Term.Type valueOf(String name)
      Deprecated.
      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