public class OutputClauseImpl extends DmnElementImpl implements OutputClause
| Modifier and Type | Field and Description |
|---|---|
protected static org.camunda.bpm.model.xml.type.child.ChildElement<DefaultOutputEntry> |
defaultOutputEntryChild |
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> |
nameAttribute |
protected static org.camunda.bpm.model.xml.type.child.ChildElement<OutputValues> |
outputValuesChild |
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> |
typeRefAttribute |
descriptionChild, extensionElementsChild, idAttribute, labelAttribute| Constructor and Description |
|---|
OutputClauseImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext) |
| Modifier and Type | Method and Description |
|---|---|
DefaultOutputEntry |
getDefaultOutputEntry() |
String |
getName() |
OutputValues |
getOutputValues() |
String |
getTypeRef() |
static void |
registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder) |
void |
setDefaultOutputEntry(DefaultOutputEntry defaultOutputEntry) |
void |
setName(String name) |
void |
setOutputValues(OutputValues outputValues) |
void |
setTypeRef(String typeRef) |
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabeladdChildElement, asSet, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacementclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabeladdChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacementprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> nameAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> typeRefAttribute
protected static org.camunda.bpm.model.xml.type.child.ChildElement<OutputValues> outputValuesChild
protected static org.camunda.bpm.model.xml.type.child.ChildElement<DefaultOutputEntry> defaultOutputEntryChild
public OutputClauseImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
public String getName()
getName in interface OutputClausepublic void setName(String name)
setName in interface OutputClausepublic String getTypeRef()
getTypeRef in interface OutputClausepublic void setTypeRef(String typeRef)
setTypeRef in interface OutputClausepublic OutputValues getOutputValues()
getOutputValues in interface OutputClausepublic void setOutputValues(OutputValues outputValues)
setOutputValues in interface OutputClausepublic DefaultOutputEntry getDefaultOutputEntry()
getDefaultOutputEntry in interface OutputClausepublic void setDefaultOutputEntry(DefaultOutputEntry defaultOutputEntry)
setDefaultOutputEntry in interface OutputClausepublic static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
Copyright © 2018 camunda services GmbH. All rights reserved.