Enum Class Neo4Operation

java.lang.Object
java.lang.Enum<Neo4Operation>
org.apache.camel.component.neo4j.Neo4Operation
All Implemented Interfaces:
Serializable, Comparable<Neo4Operation>, Constable

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

    • CREATE_NODE

      public static final Neo4Operation CREATE_NODE
    • DELETE_NODE

      public static final Neo4Operation DELETE_NODE
    • RETRIEVE_NODES

      public static final Neo4Operation RETRIEVE_NODES
    • RETRIEVE_NODES_AND_UPDATE_WITH_CYPHER_QUERY

      public static final Neo4Operation RETRIEVE_NODES_AND_UPDATE_WITH_CYPHER_QUERY
    • ADD_OR_DELETE_NODE_WITH_CYPHER_QUERY

      public static final Neo4Operation ADD_OR_DELETE_NODE_WITH_CYPHER_QUERY
    • CREATE_VECTOR_INDEX

      public static final Neo4Operation CREATE_VECTOR_INDEX
    • DROP_VECTOR_INDEX

      public static final Neo4Operation DROP_VECTOR_INDEX
    • CREATE_VECTOR

      public static final Neo4Operation CREATE_VECTOR
  • Method Details

    • values

      public static Neo4Operation[] 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 Neo4Operation 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