public class PlanItemOnPartImpl extends OnPartImpl implements PlanItemOnPart
Modifier and Type | Field and Description |
---|---|
protected static AttributeReference<ExitCriterion> |
exitCriterionRefAttribute |
protected static AttributeReference<Sentry> |
sentryRefAttribute
Deprecated.
|
protected static AttributeReference<PlanItem> |
sourceRefAttribute |
protected static ChildElement<PlanItemTransitionStandardEvent> |
standardEventChild |
descriptionAttribute, documentationCollection, extensionElementsChild, idAttribute
modelInstance
Constructor and Description |
---|
PlanItemOnPartImpl(ModelTypeInstanceContext instanceContext) |
Modifier and Type | Method and Description |
---|---|
ExitCriterion |
getExitCriterion() |
Sentry |
getSentry() |
PlanItem |
getSource() |
PlanItemTransition |
getStandardEvent() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setExitCriterion(ExitCriterion exitCriterion) |
void |
setSentry(Sentry sentry) |
void |
setSource(PlanItem source) |
void |
setStandardEvent(PlanItemTransition standardEvent) |
getDescription, getDocumentations, getExtensionElements, getId, isCmmn11, setDescription, setExtensionElements, setId
addChildElement, asSet, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getDescription, getDocumentations, getExtensionElements, getId, setDescription, setExtensionElements, setId
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
protected static AttributeReference<PlanItem> sourceRefAttribute
protected static ChildElement<PlanItemTransitionStandardEvent> standardEventChild
@Deprecated protected static AttributeReference<Sentry> sentryRefAttribute
protected static AttributeReference<ExitCriterion> exitCriterionRefAttribute
public PlanItemOnPartImpl(ModelTypeInstanceContext instanceContext)
public Sentry getSentry()
getSentry
in interface PlanItemOnPart
public void setSentry(Sentry sentry)
setSentry
in interface PlanItemOnPart
public ExitCriterion getExitCriterion()
getExitCriterion
in interface PlanItemOnPart
public void setExitCriterion(ExitCriterion exitCriterion)
setExitCriterion
in interface PlanItemOnPart
public PlanItem getSource()
getSource
in interface PlanItemOnPart
public void setSource(PlanItem source)
setSource
in interface PlanItemOnPart
public PlanItemTransition getStandardEvent()
getStandardEvent
in interface PlanItemOnPart
public void setStandardEvent(PlanItemTransition standardEvent)
setStandardEvent
in interface PlanItemOnPart
public static void registerType(ModelBuilder modelBuilder)
Copyright © 2017. All rights reserved.