Enum Class RdfAction

java.lang.Object
java.lang.Enum<RdfAction>
oracle.pgx.config.RdfAction
All Implemented Interfaces:
Serializable, Comparable<RdfAction>, Constable

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

    • BOOL

      public static final RdfAction BOOL
    • INTEGER

      public static final RdfAction INTEGER
    • INT

      public static final RdfAction INT
    • LONG

      public static final RdfAction LONG
    • FLOAT

      public static final RdfAction FLOAT
    • DOUBLE

      public static final RdfAction DOUBLE
    • VERTEX

      public static final RdfAction VERTEX
    • EDGE

      public static final RdfAction EDGE
    • STRING

      public static final RdfAction STRING
    • TIME

      public static final RdfAction TIME
    • DATE

      public static final RdfAction DATE
    • RO_STRING_SET

      public static final RdfAction RO_STRING_SET
    • VERTEX_LABEL

      public static final RdfAction VERTEX_LABEL
    • IGNORE

      public static final RdfAction IGNORE
  • Method Details

    • values

      public static RdfAction[] 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 RdfAction 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
    • toKey

      public String toKey()
      Returns:
      JSON key representation of this type
    • getPropertyType

      public PropertyType getPropertyType()
    • fromPropertyType

      public static RdfAction fromPropertyType(PropertyType propertyType)