Decision Center API

ilog.rules.teamserver.web.tree.impl.ruleexplorer
Class IlrElementNodeData

java.lang.Object
  extended by ilog.rules.teamserver.web.tree.impl.ruleexplorer.IlrNodeData
      extended by ilog.rules.teamserver.web.tree.impl.ruleexplorer.IlrElementNodeData
All Implemented Interfaces:
Serializable

public class IlrElementNodeData
extends IlrNodeData

This class represents user data to be managed by the IlrRuleExplorerDataProvider class.

Note: This class is not intended to be instantiated or subclassed.

See Also:
IlrRuleExplorerDataProvider, Serialized Form

Method Summary
 Object getData()
          Returns the element bound to this object..
 String getLabel()
          Returns a label to describe the data bound to this object.
 
Methods inherited from class ilog.rules.teamserver.web.tree.impl.ruleexplorer.IlrNodeData
getProperty, removeProperty, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getData

public Object getData()
Returns the element bound to this object..

Specified by:
getData in class IlrNodeData
Returns:
The element.

getLabel

public String getLabel()
Returns a label to describe the data bound to this object.

The default implementation calls the getName() method on the ilog.rules.teamserver.web.tree.impl.ruleexplorer.IlrElementNodeData.getElement() method.

Specified by:
getLabel in class IlrNodeData
Returns:
An object.
See Also:
getData()

Decision Center API

© Copyright IBM Corp. 1987, 2013