Class Link


  • public class Link
    extends Object
    Represents a link in the generated report.
    • Constructor Detail

      • Link

        public Link​(String name,
                    String target,
                    LinkType type)
        Default constructor.
        Parameters:
        name - The name to display.
        target - The link target.
        type - The type of link (see LinkType).
    • Method Detail

      • getName

        public String getName()
        Get the name of the link.
        Returns:
        The name.
      • getTarget

        public String getTarget()
        Get the target of the link.
        Returns:
        The target.
      • getType

        public LinkType getType()
        Get the type of the link (internal or external).
        Returns:
        The type.