be.ac.ulg.montefiore.run.totem.visualtopo.guiComponents.scenario
Class ListEventTypeNode

java.lang.Object
  extended by be.ac.ulg.montefiore.run.totem.visualtopo.guiComponents.scenario.EventTypeNode
      extended by be.ac.ulg.montefiore.run.totem.visualtopo.guiComponents.scenario.ListEventTypeNode

public class ListEventTypeNode
extends EventTypeNode

node for a list object

Creation date: 9 janv. 2006

Author:
Ga�l Monfort (monfort@run.montefiore.ulg.ac.be)

Constructor Summary
ListEventTypeNode(java.lang.Object o, java.lang.String name)
           
ListEventTypeNode(java.lang.Object o, java.lang.String name, boolean useNotSet)
           
 
Method Summary
 java.lang.Object getValue()
          get the value of the node.
 boolean isset()
          returns true if the parameter was set.
 
Methods inherited from class be.ac.ulg.montefiore.run.totem.visualtopo.guiComponents.scenario.EventTypeNode
displayString, getChildren, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListEventTypeNode

public ListEventTypeNode(java.lang.Object o,
                         java.lang.String name)

ListEventTypeNode

public ListEventTypeNode(java.lang.Object o,
                         java.lang.String name,
                         boolean useNotSet)
Method Detail

getValue

public java.lang.Object getValue()
Description copied from class: EventTypeNode
get the value of the node. The value is the parameter value of the parent Jaxb object.

Overrides:
getValue in class EventTypeNode
Returns:
the parameter value which is an instance of the class getType() or null if the parameter was not set.

isset

public boolean isset()
Description copied from class: EventTypeNode
returns true if the parameter was set.

Overrides:
isset in class EventTypeNode
Returns:


Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.