Package org.eclipse.help
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ICriterionValueDefinition[]getCriterionValueDefinitions()Obtains the criterion value definitions contained in the criterion.java.lang.StringgetId()Returns the id that this criterion definition is associated withjava.lang.StringgetName()Obtains the display name associated with this criterion definition.-
Methods inherited from interface org.eclipse.help.IUAElement
getChildren, isEnabled
-
-
-
-
Method Detail
-
getId
java.lang.String getId()
Returns the id that this criterion definition is associated with- Returns:
- the id
-
getName
java.lang.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
-
-