Class ProcedureName

  • All Implemented Interfaces:
    Visitable

    @API(status=INTERNAL,
         since="2020.0.1")
    public final class ProcedureName
    extends java.lang.Object
    implements Visitable
    Since:
    2020.0.1
    Author:
    Michael J. Simons
    • Method Detail

      • accept

        public void accept​(Visitor visitor)
        Description copied from interface: Visitable
        Accept a Visitor visiting this Visitable and its nested Visitables if applicable.
        Specified by:
        accept in interface Visitable
        Parameters:
        visitor - the visitor to notify, must not be null.
      • getValue

        @API(status=INTERNAL)
        public java.lang.String getValue()
        Use getQualifiedName() to retrieve the full name, including the namespace.
        Returns:
        The actual name of the procedure, without any namespace.