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
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Artifact>artifactCollectionprotected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<BusinessContextElement>businessContextElementCollectionprotected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<DrgElement>drgElementCollectionprotected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<ElementCollection>elementCollectionCollectionprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>exporterAttributeprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>exporterVersionAttributeprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>expressionLanguageAttributeprotected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Import>importCollectionprotected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<ItemDefinition>itemDefinitionCollectionprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>namespaceAttributeprotected 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
-
-
Constructor Summary
Constructors Constructor Description DefinitionsImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<Artifact>getArtifacts()Collection<BusinessContextElement>getBusinessContextElements()Collection<DrgElement>getDrgElements()Collection<ElementCollection>getElementCollections()StringgetExporter()StringgetExporterVersion()StringgetExpressionLanguage()Collection<Import>getImports()Collection<ItemDefinition>getItemDefinitions()StringgetNamespace()StringgetTypeLanguage()static voidregisterType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)voidsetExporter(String exporter)voidsetExporterVersion(String exporterVersion)voidsetExpressionLanguage(String expressionLanguage)voidsetNamespace(String namespace)voidsetTypeLanguage(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, setAttributeValue, setAttributeValueNs, 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.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, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
-
Methods inherited from interface org.camunda.bpm.model.dmn.instance.NamedElement
getName, setName
-
-
-
-
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
-
-
Method Detail
-
getExpressionLanguage
public String getExpressionLanguage()
- Specified by:
getExpressionLanguagein interfaceDefinitions
-
setExpressionLanguage
public void setExpressionLanguage(String expressionLanguage)
- Specified by:
setExpressionLanguagein interfaceDefinitions
-
getTypeLanguage
public String getTypeLanguage()
- Specified by:
getTypeLanguagein interfaceDefinitions
-
setTypeLanguage
public void setTypeLanguage(String typeLanguage)
- Specified by:
setTypeLanguagein interfaceDefinitions
-
getNamespace
public String getNamespace()
- Specified by:
getNamespacein interfaceDefinitions
-
setNamespace
public void setNamespace(String namespace)
- Specified by:
setNamespacein interfaceDefinitions
-
getExporter
public String getExporter()
- Specified by:
getExporterin interfaceDefinitions
-
setExporter
public void setExporter(String exporter)
- Specified by:
setExporterin interfaceDefinitions
-
getExporterVersion
public String getExporterVersion()
- Specified by:
getExporterVersionin interfaceDefinitions
-
setExporterVersion
public void setExporterVersion(String exporterVersion)
- Specified by:
setExporterVersionin interfaceDefinitions
-
getImports
public Collection<Import> getImports()
- Specified by:
getImportsin interfaceDefinitions
-
getItemDefinitions
public Collection<ItemDefinition> getItemDefinitions()
- Specified by:
getItemDefinitionsin interfaceDefinitions
-
getDrgElements
public Collection<DrgElement> getDrgElements()
- Specified by:
getDrgElementsin interfaceDefinitions
-
getArtifacts
public Collection<Artifact> getArtifacts()
- Specified by:
getArtifactsin interfaceDefinitions
-
getElementCollections
public Collection<ElementCollection> getElementCollections()
- Specified by:
getElementCollectionsin interfaceDefinitions
-
getBusinessContextElements
public Collection<BusinessContextElement> getBusinessContextElements()
- Specified by:
getBusinessContextElementsin interfaceDefinitions
-
registerType
public static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
-
-