org.camunda.bpm.model.cmmn.impl.instance
Class SentryImpl

java.lang.Object
  extended by org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
      extended by org.camunda.bpm.model.cmmn.impl.instance.CmmnModelElementInstanceImpl
          extended by org.camunda.bpm.model.cmmn.impl.instance.CmmnElementImpl
              extended by org.camunda.bpm.model.cmmn.impl.instance.SentryImpl
All Implemented Interfaces:
CmmnElement, CmmnModelElementInstance, Sentry, org.camunda.bpm.model.xml.instance.ModelElementInstance

public class SentryImpl
extends CmmnElementImpl
implements Sentry

Author:
Roman Smirnov

Field Summary
protected static org.camunda.bpm.model.xml.type.child.ChildElement<IfPart> ifPartChild
           
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> nameAttribute
           
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<OnPart> onPartCollection
           
 
Fields inherited from class org.camunda.bpm.model.cmmn.impl.instance.CmmnElementImpl
descriptionAttribute, extensionElementsChild, idAttribute
 
Fields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
modelInstance
 
Constructor Summary
SentryImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
           
 
Method Summary
 IfPart getIfPart()
           
 String getName()
           
 Collection<OnPart> getOnParts()
           
static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
           
 void setIfPart(IfPart ifPart)
           
 void setName(String name)
           
 
Methods inherited from class org.camunda.bpm.model.cmmn.impl.instance.CmmnElementImpl
getDescription, getExtensionElements, getId, setDescription, setExtensionElements, setId
 
Methods inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.camunda.bpm.model.cmmn.instance.CmmnElement
getDescription, getExtensionElements, getId, setDescription, setExtensionElements, setId
 
Methods inherited from interface org.camunda.bpm.model.xml.instance.ModelElementInstance
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
 

Field Detail

nameAttribute

protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> nameAttribute

onPartCollection

protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<OnPart> onPartCollection

ifPartChild

protected static org.camunda.bpm.model.xml.type.child.ChildElement<IfPart> ifPartChild
Constructor Detail

SentryImpl

public SentryImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
Method Detail

getName

public String getName()
Specified by:
getName in interface Sentry

setName

public void setName(String name)
Specified by:
setName in interface Sentry

getOnParts

public Collection<OnPart> getOnParts()
Specified by:
getOnParts in interface Sentry

getIfPart

public IfPart getIfPart()
Specified by:
getIfPart in interface Sentry

setIfPart

public void setIfPart(IfPart ifPart)
Specified by:
setIfPart in interface Sentry

registerType

public static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)


Copyright © 2014 camunda services GmbH. All rights reserved.