Package org.eclipse.help
Interface ICriteriaDefinitionContribution
-
public interface ICriteriaDefinitionContributionRepresents criteria definition contribution- Since:
- 3.5
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ICriteriaDefinitiongetCriteriaDefinition()Returns this contributions criteria definition.java.lang.StringgetId()Returns a unique identifier for this criteria definition.java.lang.StringgetLocale()Returns the locale for this contribution.
-
-
-
Method Detail
-
getId
java.lang.String getId()
Returns a unique identifier for this criteria definition.- Returns:
- the contribution's unique identifier
-
getCriteriaDefinition
ICriteriaDefinition getCriteriaDefinition()
Returns this contributions criteria definition.- Returns:
- the criteria definition data for this contribution
-
getLocale
java.lang.String getLocale()
Returns the locale for this contribution.- Returns:
- the contribution's locale
-
-