org.enhydra.shark.xpdl.elements
Class StartFinishModes

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

public class StartFinishModes
extends XMLComplexChoice

Represents the choice for start and end modes for activity.

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
StartFinishModes(FinishMode parent)
           
StartFinishModes(StartMode parent)
           
 
Method Summary
 void fillChoices()
           
 Automatic getAutomatic()
           
 XMLEmptyChoiceElement getEmptyChoiceElement()
           
 Manual getManual()
           
 void setAutomatic()
           
 void setEmptyChoiceElement()
           
 void setManual()
           
 
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

StartFinishModes

public StartFinishModes(StartMode parent)

StartFinishModes

public StartFinishModes(FinishMode parent)
Method Detail

fillChoices

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

getEmptyChoiceElement

public XMLEmptyChoiceElement getEmptyChoiceElement()

setEmptyChoiceElement

public void setEmptyChoiceElement()

getAutomatic

public Automatic getAutomatic()

setAutomatic

public void setAutomatic()

getManual

public Manual getManual()

setManual

public void setManual()