Interface ICriterionValueDefinition

All Superinterfaces:
IUAElement

public interface ICriterionValueDefinition extends IUAElement
ICriterionValueDefinition represents one criterion value definition of one criterion. It includes value id and its display name.
Since:
3.5
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    Returns the id that this criterion value
    Obtains the display name associated with this criterion value.

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

    getChildren, isEnabled
  • Method Details Link icon

    • getId Link icon

      String getId()
      Returns the id that this criterion value
      Returns:
      the id
    • getName Link icon

      String getName()
      Obtains the display name associated with this criterion value.
      Returns:
      the name