Class DefaultPatchDescription

    • Method Detail

      • deviceId

        public java.util.Optional<java.lang.String> deviceId()
        Description copied from interface: PatchDescription
        Returns the identifier of the device where this patch interface is.
        Specified by:
        deviceId in interface PatchDescription
        Returns:
        device identifier; empty value if not set
      • ifaceName

        public java.lang.String ifaceName()
        Description copied from interface: PatchDescription
        Return the name of the patch interface.
        Specified by:
        ifaceName in interface PatchDescription
        Returns:
        patch interface name
      • peer

        public java.lang.String peer()
        Description copied from interface: PatchDescription
        Returns the name of the interface for the other side of the patch.
        Specified by:
        peer in interface PatchDescription
        Returns:
        peer patch interface name
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object