org.enhydra.shark.xpdl.elements
Class ImplementationTypes

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

public class ImplementationTypes
extends XMLComplexChoice

Represents the type of implementations for Activity from XPDL schema.

Author:
Sasa Bojanic
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.enhydra.shark.xpdl.XMLComplexChoice
cachesInitialized, choices, choosen
 
Fields inherited from class org.enhydra.shark.xpdl.XMLElement
isReadOnly, listeners, notifyListeners, notifyMainListeners, originalElementHashCode, parent, value
 
Constructor Summary
ImplementationTypes(Implementation parent)
           
 
Method Summary
protected  void fillChoices()
           
 No getNo()
           
 SubFlow getSubFlow()
           
 Tools getTools()
           
 void setNo()
           
 void setSubFlow()
           
 void setTools()
           
 
Methods inherited from class org.enhydra.shark.xpdl.XMLComplexChoice
clearCaches, clone, equals, getChoices, getChoosen, initCaches, isEmpty, makeAs, setChoosen, setNotifyListeners, setNotifyMainListeners, setReadOnly, setValue
 
Methods inherited from class org.enhydra.shark.xpdl.XMLElement
addListener, createInfo, getListeners, getMainElement, getOriginalElementHashCode, getParent, isMainElement, isReadOnly, isRequired, notifyListeners, notifyMainListeners, removeListener, setParent, toName, toValue
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImplementationTypes

public ImplementationTypes(Implementation parent)
Method Detail

fillChoices

protected void fillChoices()
Specified by:
fillChoices in class XMLComplexChoice

getNo

public No getNo()

setNo

public void setNo()

getTools

public Tools getTools()

setTools

public void setTools()

getSubFlow

public SubFlow getSubFlow()

setSubFlow

public void setSubFlow()