Uses of Enum Class
org.neo4j.cypherdsl.core.LabelExpression.Type
Packages that use LabelExpression.Type
-
Uses of LabelExpression.Type in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return LabelExpression.TypeModifier and TypeMethodDescriptionLabelExpression.type()Returns the value of thetyperecord component.static LabelExpression.TypeReturns the enum constant of this class with the specified name.static LabelExpression.Type[]LabelExpression.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.neo4j.cypherdsl.core with parameters of type LabelExpression.TypeModifierConstructorDescriptionLabelExpression(LabelExpression.Type type, boolean negated, List<String> value, LabelExpression lhs, LabelExpression rhs) Creates an immutable label expression.