Class AbstractDocumentation

java.lang.Object
com.uc4.api.objects.AbstractDocumentation
Direct Known Subclasses:
TextDocumentation, XMLDocumentation

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

    • getName

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

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