Eclipse Platform
Kepler (4.3)

org.eclipse.help
Interface ICriterionValueDefinition

All Superinterfaces:
IUAElement

public interface ICriterionValueDefinition
extends IUAElement

ICriterionValueDefinition represents one criterion value definition of one criterion. It includes value id and its display name.

Since:
3.5

Method Summary
 java.lang.String getId()
          Returns the id that this criterion value
 java.lang.String getName()
          Obtains the display name associated with this criterion value.
 
Methods inherited from interface org.eclipse.help.IUAElement
getChildren, isEnabled
 

Method Detail

getId

java.lang.String getId()
Returns the id that this criterion value

Returns:
the id

getName

java.lang.String getName()
Obtains the display name associated with this criterion value.

Returns:
the name

Eclipse Platform
Kepler (4.3)

Guidelines for using Eclipse APIs.

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