Uses of Enum Class
org.neo4j.cypherdsl.core.Labels.Modifier
Packages that use Labels.Modifier
-
Uses of Labels.Modifier in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return Labels.ModifierModifier and TypeMethodDescriptionLabels.Value.modifier()Returns the value of themodifierrecord component.static Labels.ModifierReturns the enum constant of this class with the specified name.static Labels.Modifier[]Labels.Modifier.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 Labels.ModifierModifierConstructorDescriptionValue(Labels.Modifier modifier, Visitable visitable) Creates an instance of aValuerecord class.