Class ProcedureName
- java.lang.Object
-
- org.neo4j.cypherdsl.core.internal.ProcedureName
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(Visitor visitor)static ProcedureNamefrom(String... namespaceAndProcedure)static ProcedureNamefrom(List<String> namespace, String procedure)StringgetQualifiedName()StringgetValue()UsegetQualifiedName()to retrieve the full name, including the namespace.
-
-
-
Method Detail
-
from
public static ProcedureName from(String... namespaceAndProcedure)
-
from
public static ProcedureName from(List<String> namespace, String procedure)
-
getQualifiedName
public String getQualifiedName()
-
getValue
public String getValue()
UsegetQualifiedName()to retrieve the full name, including the namespace.- Returns:
- The actual name of the procedure, without any namespace.
-
-