org.enhydra.shark.xpdl
Class XMLSimpleElement

java.lang.Object
  extended by org.enhydra.shark.xpdl.XMLElement
      extended by org.enhydra.shark.xpdl.XMLSimpleElement
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable
Direct Known Subclasses:
ActualParameter, Author, Codepage, Cost, CostUnit, Countrykey, Created, DeadlineCondition, Description, Documentation, Duration, ExceptionName, Icon, InitialValue, Length, Limit, Performer, Priority, PriorityUnit, Responsible, ValidFrom, ValidTo, Vendor, Version, WaitingTime, WorkingTime, XPDLVersion

public abstract class XMLSimpleElement
extends XMLElement

Class that represents simple element from XML 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
XMLSimpleElement(XMLElement parent, boolean isRequired)
           
XMLSimpleElement(XMLElement parent, java.lang.String name, boolean isRequired)
           
 
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

XMLSimpleElement

public XMLSimpleElement(XMLElement parent,
                        boolean isRequired)

XMLSimpleElement

public XMLSimpleElement(XMLElement parent,
                        java.lang.String name,
                        boolean isRequired)