Package org.eclipse.help
Interface ICriterionDefinition
- All Superinterfaces:
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 Summary
Methods inherited from interface org.eclipse.help.IUAElement
getChildren, isEnabled
-
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
-