be.ac.ulg.montefiore.run.totem.visualtopo.guiComponents.scenario
Class ListEventTypeNode
java.lang.Object
be.ac.ulg.montefiore.run.totem.visualtopo.guiComponents.scenario.EventTypeNode
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)
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListEventTypeNode
public ListEventTypeNode(java.lang.Object o,
java.lang.String name)
ListEventTypeNode
public ListEventTypeNode(java.lang.Object o,
java.lang.String name,
boolean useNotSet)
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-2006 Research Unit in Networking, All Rights Reserved.