org.enhydra.shark.xpdl.elements
Class Description

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

public class Description
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
Description(XMLComplexElement 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

Description

public Description(XMLComplexElement parent)