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()Deprecated, for removal: This API element is subject to removal in a future version.Returns the value of thetyperecord component.static LabelExpression.TypeDeprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class with the specified name.static LabelExpression.Type[]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.Constructors in org.neo4j.cypherdsl.core with parameters of type LabelExpression.TypeModifierConstructorDescriptionLabelExpression(LabelExpression.Type type, boolean negated, List<String> value, LabelExpression lhs, LabelExpression rhs) Deprecated, for removal: This API element is subject to removal in a future version.Creates an immutable label expression.