com.ebmwebsourcing.easybpmn.bpmn20.api.type
Interface TMultiInstanceLoopCharacteristics

All Superinterfaces:
java.lang.Comparable<com.ebmwebsourcing.easybox.api.XmlObjectNode>, TBaseElement, TLoopCharacteristics, com.ebmwebsourcing.easybox.api.with.WithId, com.ebmwebsourcing.easybox.api.with.WithOtherAttributes, com.ebmwebsourcing.easybox.api.XmlObject, com.ebmwebsourcing.easybox.api.XmlObjectNode
All Known Subinterfaces:
MultiInstanceLoopCharacteristics

public interface TMultiInstanceLoopCharacteristics
extends TLoopCharacteristics


Field Summary
 
Fields inherited from interface com.ebmwebsourcing.easybox.api.XmlObject
EMPTY_ARRAY
 
Method Summary
 TMultiInstanceFlowCondition getBehavior()
           
 Expression getCompletionCondition()
           
 ComplexBehaviorDefinition[] getComplexBehaviorDefinition()
           
 DataInput getInputDataItem()
           
 Expression getLoopCardinality()
           
 javax.xml.namespace.QName getLoopDataInputRef()
           
 javax.xml.namespace.QName getLoopDataOutputRef()
           
 javax.xml.namespace.QName getNoneBehaviorEventRef()
           
 javax.xml.namespace.QName getOneBehaviorEventRef()
           
 DataOutput getOutputDataItem()
           
 boolean hasBehavior()
           
 boolean hasCompletionCondition()
           
 boolean hasComplexBehaviorDefinition()
           
 boolean hasInputDataItem()
           
 boolean hasIsSequential()
           
 boolean hasLoopCardinality()
           
 boolean hasLoopDataInputRef()
           
 boolean hasLoopDataOutputRef()
           
 boolean hasNoneBehaviorEventRef()
           
 boolean hasOneBehaviorEventRef()
           
 boolean hasOutputDataItem()
           
 boolean isIsSequential()
           
 void setBehavior(TMultiInstanceFlowCondition value)
           
 void setCompletionCondition(Expression value)
           
 void setInputDataItem(DataInput value)
           
 void setIsSequential(boolean value)
           
 void setLoopCardinality(Expression value)
           
 void setLoopDataInputRef(javax.xml.namespace.QName value)
           
 void setLoopDataOutputRef(javax.xml.namespace.QName value)
           
 void setNoneBehaviorEventRef(javax.xml.namespace.QName value)
           
 void setOneBehaviorEventRef(javax.xml.namespace.QName value)
           
 void setOutputDataItem(DataOutput value)
           
 void unsetComplexBehaviorDefinition()
           
 void unsetIsSequential()
           
 
Methods inherited from interface com.ebmwebsourcing.easybpmn.bpmn20.api.type.TBaseElement
addDocumentation, getDocumentations, getExtensionElements, hasDocumentation, hasExtensionElements, removeDocumentation, setExtensionElements
 
Methods inherited from interface com.ebmwebsourcing.easybox.api.XmlObject
duplicateXmlObject, duplicateXmlObjectAs, getXmlContext, getXmlObjectAdoptedChildren, getXmlObjectAttributes, getXmlObjectDOMNode, getXmlObjectInScopeNamespaces, getXmlObjectNaturalChildren, setXmlObjectQName
 
Methods inherited from interface com.ebmwebsourcing.easybox.api.XmlObjectNode
getUserData, getXmlObjectAncestors, getXmlObjectBaseIndexes, getXmlObjectBaseRoot, getXmlObjectBaseURI, getXmlObjectBaseXPath, getXmlObjectChildren, getXmlObjectDescendants, getXmlObjectFollowing, getXmlObjectFollowingSibling, getXmlObjectFollowingSiblings, getXmlObjectIndex, getXmlObjectParent, getXmlObjectPreceding, getXmlObjectPrecedingOrAncestor, getXmlObjectPrecedingSibling, getXmlObjectPrecedingSiblings, getXmlObjectQName, getXmlObjectRoot, getXmlObjectTextContent, getXmlObjectValue, hasUserData, setUserData
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface com.ebmwebsourcing.easybox.api.with.WithOtherAttributes
addOtherAttribute, clearOtherAttributes, getOtherAttribute, getOtherAttributes, hasOtherAttribute, removeOtherAttribute
 
Methods inherited from interface com.ebmwebsourcing.easybox.api.with.WithId
getId, setId
 

Method Detail

getLoopCardinality

Expression getLoopCardinality()

setLoopCardinality

void setLoopCardinality(Expression value)

hasLoopCardinality

boolean hasLoopCardinality()

getLoopDataInputRef

javax.xml.namespace.QName getLoopDataInputRef()

setLoopDataInputRef

void setLoopDataInputRef(javax.xml.namespace.QName value)

hasLoopDataInputRef

boolean hasLoopDataInputRef()

getLoopDataOutputRef

javax.xml.namespace.QName getLoopDataOutputRef()

setLoopDataOutputRef

void setLoopDataOutputRef(javax.xml.namespace.QName value)

hasLoopDataOutputRef

boolean hasLoopDataOutputRef()

getInputDataItem

DataInput getInputDataItem()

setInputDataItem

void setInputDataItem(DataInput value)

hasInputDataItem

boolean hasInputDataItem()

getOutputDataItem

DataOutput getOutputDataItem()

setOutputDataItem

void setOutputDataItem(DataOutput value)

hasOutputDataItem

boolean hasOutputDataItem()

getComplexBehaviorDefinition

ComplexBehaviorDefinition[] getComplexBehaviorDefinition()

hasComplexBehaviorDefinition

boolean hasComplexBehaviorDefinition()

unsetComplexBehaviorDefinition

void unsetComplexBehaviorDefinition()

getCompletionCondition

Expression getCompletionCondition()

setCompletionCondition

void setCompletionCondition(Expression value)

hasCompletionCondition

boolean hasCompletionCondition()

isIsSequential

boolean isIsSequential()

setIsSequential

void setIsSequential(boolean value)

hasIsSequential

boolean hasIsSequential()

unsetIsSequential

void unsetIsSequential()

getBehavior

TMultiInstanceFlowCondition getBehavior()

setBehavior

void setBehavior(TMultiInstanceFlowCondition value)

hasBehavior

boolean hasBehavior()

getOneBehaviorEventRef

javax.xml.namespace.QName getOneBehaviorEventRef()

setOneBehaviorEventRef

void setOneBehaviorEventRef(javax.xml.namespace.QName value)

hasOneBehaviorEventRef

boolean hasOneBehaviorEventRef()

getNoneBehaviorEventRef

javax.xml.namespace.QName getNoneBehaviorEventRef()

setNoneBehaviorEventRef

void setNoneBehaviorEventRef(javax.xml.namespace.QName value)

hasNoneBehaviorEventRef

boolean hasNoneBehaviorEventRef()


Copyright © 2011 Petals Link. All Rights Reserved.