org.camunda.bpm.model.dmn.impl.instance
Class DefinitionsImpl

java.lang.Object
  extended by org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
      extended by org.camunda.bpm.model.dmn.impl.instance.DmnModelElementInstanceImpl
          extended by org.camunda.bpm.model.dmn.impl.instance.DmnElementImpl
              extended by org.camunda.bpm.model.dmn.impl.instance.NamedElementImpl
                  extended by 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


Field Summary
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Artifact> artifactCollection
           
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<BusinessContextElement> businessContextElementCollection
           
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<DrgElement> drgElementCollection
           
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<ElementCollection> elementCollectionCollection
           
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> exporterAttribute
           
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> exporterVersionAttribute
           
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> expressionLanguageAttribute
           
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Import> importCollection
           
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<ItemDefinition> itemDefinitionCollection
           
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> namespaceAttribute
           
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> typeLanguageAttribute
           
 
Fields inherited from class org.camunda.bpm.model.dmn.impl.instance.NamedElementImpl
nameAttribute
 
Fields inherited from class org.camunda.bpm.model.dmn.impl.instance.DmnElementImpl
descriptionChild, extensionElementsChild, idAttribute, labelAttribute
 
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)
           
 
Method Summary
 Collection<Artifact> getArtifacts()
           
 Collection<BusinessContextElement> getBusinessContextElements()
           
 Collection<DrgElement> getDrgElements()
           
 Collection<ElementCollection> getElementCollections()
           
 String getExporter()
           
 String getExporterVersion()
           
 String getExpressionLanguage()
           
 Collection<Import> getImports()
           
 Collection<ItemDefinition> getItemDefinitions()
           
 String getNamespace()
           
 String getTypeLanguage()
           
static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
           
 void setExporter(String exporter)
           
 void setExporterVersion(String exporterVersion)
           
 void setExpressionLanguage(String expressionLanguage)
           
 void setNamespace(String namespace)
           
 void setTypeLanguage(String typeLanguage)
           
 
Methods inherited from class org.camunda.bpm.model.dmn.impl.instance.NamedElementImpl
getName, setName
 
Methods inherited from class org.camunda.bpm.model.dmn.impl.instance.DmnElementImpl
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
 
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 class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.camunda.bpm.model.dmn.instance.NamedElement
getName, setName
 
Methods inherited from interface org.camunda.bpm.model.dmn.instance.DmnElement
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
 
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

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
Constructor Detail

DefinitionsImpl

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

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 © 2016 camunda services GmbH. All rights reserved.