Interface ICriterionDefinition

All Superinterfaces:
IUAElement

public interface ICriterionDefinition extends IUAElement
ICriterionDefinition represents a single criterion definition of the help content. It includes criterion id and its related values id, and also their display names.
Since:
3.5
  • Method Details

    • getId

      String getId()
      Returns the id that this criterion definition is associated with
      Returns:
      the id
    • getName

      String getName()
      Obtains the display name associated with this criterion definition.
      Returns:
      the name
    • getCriterionValueDefinitions

      ICriterionValueDefinition[] getCriterionValueDefinitions()
      Obtains the criterion value definitions contained in the criterion.
      Returns:
      array of ICriterionValueDefinition