Uses of Enum Class
org.neo4j.cypherdsl.core.StatementCatalog.Token.Type
Packages that use StatementCatalog.Token.Type
-
Uses of StatementCatalog.Token.Type in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return StatementCatalog.Token.TypeModifier and TypeMethodDescriptionStatementCatalog.Token.type()Returns the value of thetyperecord component.static StatementCatalog.Token.TypeReturns the enum constant of this class with the specified name.static StatementCatalog.Token.Type[]StatementCatalog.Token.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.neo4j.cypherdsl.core that return types with arguments of type StatementCatalog.Token.TypeConstructors in org.neo4j.cypherdsl.core with parameters of type StatementCatalog.Token.TypeModifierConstructorDescriptionToken(StatementCatalog.Token.Type type, String value) Creates an instance of aTokenrecord class.