Class AbstractDocumentation

  • Direct Known Subclasses:
    TextDocumentation, XMLDocumentation

    public abstract class AbstractDocumentation
    extends java.lang.Object
    This class is the base class of text and xml documentations.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      java.lang.String getType()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns:
        Name of the documentation tab in the User interface
      • getType

        public java.lang.String getType()
        Returns:
        Type of the documentation ("xml" or "text")