org.enhydra.shark.xpdl.elements
Class PriorityUnit

java.lang.Object
  extended by org.enhydra.shark.xpdl.XMLElement
      extended by org.enhydra.shark.xpdl.XMLSimpleElement
          extended by org.enhydra.shark.xpdl.elements.PriorityUnit
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class PriorityUnit
extends XMLSimpleElement

Represents coresponding element from XPDL schema.

Author:
Sasa Bojanic
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.enhydra.shark.xpdl.XMLElement
isReadOnly, listeners, notifyListeners, notifyMainListeners, originalElementHashCode, parent, value
 
Constructor Summary
PriorityUnit(PackageHeader parent)
           
 
Method Summary
 
Methods inherited from class org.enhydra.shark.xpdl.XMLElement
addListener, clone, createInfo, equals, getListeners, getMainElement, getOriginalElementHashCode, getParent, isEmpty, isMainElement, isReadOnly, isRequired, makeAs, notifyListeners, notifyMainListeners, removeListener, setNotifyListeners, setNotifyMainListeners, setParent, setReadOnly, setValue, toName, toValue
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PriorityUnit

public PriorityUnit(PackageHeader parent)