Decision Center API

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

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

public class IlrFeatureNodeData
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 value of the property bound to the node.
 org.eclipse.emf.ecore.EStructuralFeature getFeature()
          Returns the property bound to the node.
 String getLabel()
          Returns the value of the property as a string.
 boolean isHierarchic()
          Returns true if the property bound to the node is hierarchical.
 
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

getFeature

public org.eclipse.emf.ecore.EStructuralFeature getFeature()
Returns the property bound to the node.

Returns:
The property.

isHierarchic

public boolean isHierarchic()
Returns true if the property bound to the node is hierarchical.

Returns:
true if the property bound to the node is hierarchical, and false otherwise.

getData

public Object getData()
Returns the value of the property bound to the node.

Specified by:
getData in class IlrNodeData
Returns:
The value of the property bound to the node.

getLabel

public String getLabel()
Returns the value of the property as a string.

Specified by:
getLabel in class IlrNodeData
Returns:
A string to represent the value of the property.
See Also:
IlrNodeData.getData()

Decision Center API

© Copyright IBM Corp. 1987, 2013