com.infoviz.datamodel.tree
Class IVAttributeNode

java.lang.Object
  extended bycom.infoviz.datamodel.tree.IVAttributeNode
All Implemented Interfaces:
IVNode

public class IVAttributeNode
extends java.lang.Object
implements IVNode

$Id$ $Revision$ $Author$


Constructor Summary
IVAttributeNode(java.lang.String aName)
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.Object getValue()
           
 void setName(java.lang.String aName)
           
 void setValue(java.lang.Object aValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IVAttributeNode

public IVAttributeNode(java.lang.String aName)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface IVNode

getValue

public java.lang.Object getValue()
Specified by:
getValue in interface IVNode

setName

public void setName(java.lang.String aName)
Specified by:
setName in interface IVNode

setValue

public void setValue(java.lang.Object aValue)
Specified by:
setValue in interface IVNode