Interface ICriteria

All Superinterfaces:
IUAElement

public interface ICriteria extends IUAElement
A directive indicating the criteria information of a Toc or Topic described in xml
Since:
3.5
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    Returns the name of the criteria element, e.g.
    Returns the value of the criteria element, e.g.

    Methods inherited from interface org.eclipse.help.IUAElement Link icon

    getChildren, isEnabled
  • Method Details Link icon

    • getName Link icon

      String getName()
      Returns the name of the criteria element, e.g. "Platform"
      Returns:
      the name of the criteria element
    • getValue Link icon

      String getValue()
      Returns the value of the criteria element, e.g. "AIX,Windows"
      Returns:
      the value of the criteria element