Enum Class LabelExpression.Type

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

@Deprecated(forRemoval=true) public static enum LabelExpression.Type extends Enum<LabelExpression.Type>
Deprecated, for removal: This API element is subject to removal in a future version.
No replacement, see Labels and its associated type
Type of this expression.
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    Enum.EnumDesc<E extends Enum<E>>
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    A list of values, conjugated.
    Deprecated, for removal: This API element is subject to removal in a future version.
    A list of values, disjoined.
    Deprecated, for removal: This API element is subject to removal in a future version.
    A conjunction.
    Deprecated, for removal: This API element is subject to removal in a future version.
    A disjunction.
    Deprecated, for removal: This API element is subject to removal in a future version.
    A leaf.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns a representation of this type.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the enum constant of this class with the specified name.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns an array containing the constants of this enum class, in the order they are declared.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • LEAF

      public static final LabelExpression.Type LEAF
      Deprecated, for removal: This API element is subject to removal in a future version.
      A leaf.
    • COLON_CONJUNCTION

      public static final LabelExpression.Type COLON_CONJUNCTION
      Deprecated, for removal: This API element is subject to removal in a future version.
      A list of values, conjugated.
    • COLON_DISJUNCTION

      public static final LabelExpression.Type COLON_DISJUNCTION
      Deprecated, for removal: This API element is subject to removal in a future version.
      A list of values, disjoined.
    • CONJUNCTION

      public static final LabelExpression.Type CONJUNCTION
      Deprecated, for removal: This API element is subject to removal in a future version.
      A conjunction.
    • DISJUNCTION

      public static final LabelExpression.Type DISJUNCTION
      Deprecated, for removal: This API element is subject to removal in a future version.
      A disjunction.
  • Method Details

    • values

      public static LabelExpression.Type[] values()
      Deprecated, for removal: This API element is subject to removal in a future version.
      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 LabelExpression.Type valueOf(String name)
      Deprecated, for removal: This API element is subject to removal in a future version.
      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()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns a representation of this type.
      Returns:
      a representation of this type