Eclipse Platform
Release 3.6

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
 ICriterionValueDefinition[] getCriterionValueDefinitions()
          Obtains the criterion value definitions contained in the criterion.
 String getId()
          Returns the id that this criterion definition is associated with
 String getName()
          Obtains the display name associated with this criterion definition.
 
Methods inherited from interface org.eclipse.help.IUAElement
getChildren, isEnabled
 

Method Detail

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

Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.