Enum Class Labels.Type

java.lang.Object
java.lang.Enum<Labels.Type>
org.neo4j.cypherdsl.core.Labels.Type
All Implemented Interfaces:
Serializable, Comparable<Labels.Type>, Constable
Enclosing class:
Labels

public static enum Labels.Type extends Enum<Labels.Type>
Type of this expression.
  • Enum Constant Details

    • LEAF

      public static final Labels.Type LEAF
      A leaf.
    • COLON_CONJUNCTION

      public static final Labels.Type COLON_CONJUNCTION
      A list of values, conjugated.
    • COLON_DISJUNCTION

      public static final Labels.Type COLON_DISJUNCTION
      A list of values, disjoined.
    • CONJUNCTION

      public static final Labels.Type CONJUNCTION
      A conjunction.
    • DISJUNCTION

      public static final Labels.Type DISJUNCTION
      A disjunction.
  • Method Details

    • values

      public static Labels.Type[] 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 Labels.Type 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
    • getValue

      public String getValue()
      Returns a representation of this type.
      Returns:
      a representation of this type