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(java.lang.String... namespaceAndProcedure)java.lang.StringgetQualifiedName()java.lang.StringgetValue()UsegetQualifiedName()to retrieve the full name, including the namespace.
-
-
-
Method Detail
-
from
public static ProcedureName from(java.lang.String... namespaceAndProcedure)
-
getQualifiedName
public java.lang.String getQualifiedName()
-
getValue
public java.lang.String getValue()
UsegetQualifiedName()to retrieve the full name, including the namespace.- Returns:
- The actual name of the procedure, without any namespace.
-
-