public class SentryImpl extends CmmnElementImpl implements Sentry
Modifier and Type | Field and Description |
---|---|
protected static ChildElement<IfPart> |
ifPartChild |
protected static Attribute<String> |
nameAttribute |
protected static ChildElementCollection<OnPart> |
onPartCollection |
descriptionAttribute, extensionElementsChild, idAttribute
modelInstance
Constructor and Description |
---|
SentryImpl(ModelTypeInstanceContext instanceContext) |
Modifier and Type | Method and Description |
---|---|
IfPart |
getIfPart() |
String |
getName() |
Collection<OnPart> |
getOnParts() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setIfPart(IfPart ifPart) |
void |
setName(String name) |
getDescription, getExtensionElements, getId, setDescription, setExtensionElements, setId
addChildElement, 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, 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 ChildElementCollection<OnPart> onPartCollection
protected static ChildElement<IfPart> ifPartChild
public SentryImpl(ModelTypeInstanceContext instanceContext)
public Collection<OnPart> getOnParts()
getOnParts
in interface Sentry
public static void registerType(ModelBuilder modelBuilder)
Copyright © 2018. All rights reserved.