Eclipse Platform
Kepler (4.3)

org.eclipse.help
Interface ICriteria

All Superinterfaces:
IUAElement

public interface ICriteria
extends IUAElement

A directive indicating the criteria information of a Toc or Topic described in xml

Since:
3.5

Method Summary
 java.lang.String getName()
          Returns the name of the criteria element, e.g.
 java.lang.String getValue()
          Returns the value of the criteria element, e.g.
 
Methods inherited from interface org.eclipse.help.IUAElement
getChildren, isEnabled
 

Method Detail

getName

java.lang.String getName()
Returns the name of the criteria element, e.g. "Platform"

Returns:
the name of the criteria element

getValue

java.lang.String getValue()
Returns the value of the criteria element, e.g. "AIX,Windows"

Returns:
the value of the criteria element

Eclipse Platform
Kepler (4.3)

Guidelines for using Eclipse APIs.

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