Class OutletReference


  • public class OutletReference
    extends Object
    Represents a reference to a outlet.
    Version:
    $Id: OutletReference.java 1331190 2012-04-27 02:41:35Z tfischer $
    • Constructor Detail

      • OutletReference

        public OutletReference​(String name)
        Constructor.
        Parameters:
        name - the name of the referenced outlet, not null.
      • OutletReference

        public OutletReference​(QualifiedName name)
        Constructor.
        Parameters:
        name - the name of the referenced outlet, not null.
    • Method Detail

      • getName

        public QualifiedName getName()
        Returns the qualified name of the outlet.
        Returns:
        the qualified name of the outlet, not null.
      • getNamespace

        public Namespace getNamespace()
        Returns the namespace under which the outlet executes.
        Returns:
        the namespace under which the outlet executes.