org.camunda.bpm.model.dmn.impl.instance
Class DefinitionsImpl
java.lang.Object
org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
org.camunda.bpm.model.dmn.impl.instance.DmnModelElementInstanceImpl
org.camunda.bpm.model.dmn.impl.instance.DmnElementImpl
org.camunda.bpm.model.dmn.impl.instance.NamedElementImpl
org.camunda.bpm.model.dmn.impl.instance.DefinitionsImpl
- All Implemented Interfaces:
- Definitions, DmnElement, DmnModelElementInstance, NamedElement, org.camunda.bpm.model.xml.instance.ModelElementInstance
public class DefinitionsImpl
- extends NamedElementImpl
- implements Definitions
| Fields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl |
modelInstance |
|
Constructor Summary |
DefinitionsImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
|
| Methods inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl |
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 |
| 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 |
expressionLanguageAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> expressionLanguageAttribute
typeLanguageAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> typeLanguageAttribute
namespaceAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> namespaceAttribute
exporterAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> exporterAttribute
exporterVersionAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> exporterVersionAttribute
importCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Import> importCollection
itemDefinitionCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<ItemDefinition> itemDefinitionCollection
drgElementCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<DrgElement> drgElementCollection
artifactCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Artifact> artifactCollection
elementCollectionCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<ElementCollection> elementCollectionCollection
businessContextElementCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<BusinessContextElement> businessContextElementCollection
DefinitionsImpl
public DefinitionsImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
getExpressionLanguage
public String getExpressionLanguage()
- Specified by:
getExpressionLanguage in interface Definitions
setExpressionLanguage
public void setExpressionLanguage(String expressionLanguage)
- Specified by:
setExpressionLanguage in interface Definitions
getTypeLanguage
public String getTypeLanguage()
- Specified by:
getTypeLanguage in interface Definitions
setTypeLanguage
public void setTypeLanguage(String typeLanguage)
- Specified by:
setTypeLanguage in interface Definitions
getNamespace
public String getNamespace()
- Specified by:
getNamespace in interface Definitions
setNamespace
public void setNamespace(String namespace)
- Specified by:
setNamespace in interface Definitions
getExporter
public String getExporter()
- Specified by:
getExporter in interface Definitions
setExporter
public void setExporter(String exporter)
- Specified by:
setExporter in interface Definitions
getExporterVersion
public String getExporterVersion()
- Specified by:
getExporterVersion in interface Definitions
setExporterVersion
public void setExporterVersion(String exporterVersion)
- Specified by:
setExporterVersion in interface Definitions
getImports
public Collection<Import> getImports()
- Specified by:
getImports in interface Definitions
getItemDefinitions
public Collection<ItemDefinition> getItemDefinitions()
- Specified by:
getItemDefinitions in interface Definitions
getDrgElements
public Collection<DrgElement> getDrgElements()
- Specified by:
getDrgElements in interface Definitions
getArtifacts
public Collection<Artifact> getArtifacts()
- Specified by:
getArtifacts in interface Definitions
getElementCollections
public Collection<ElementCollection> getElementCollections()
- Specified by:
getElementCollections in interface Definitions
getBusinessContextElements
public Collection<BusinessContextElement> getBusinessContextElements()
- Specified by:
getBusinessContextElements in interface Definitions
registerType
public static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
Copyright © 2017 camunda services GmbH. All rights reserved.