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,- ModelElementInstance
 
 public class DefinitionsImpl extends NamedElementImpl implements Definitions 
- 
- 
Field SummaryFields Modifier and Type Field Description protected static ChildElementCollection<Artifact>artifactCollectionprotected static ChildElementCollection<BusinessContextElement>businessContextElementCollectionprotected static ChildElementCollection<DrgElement>drgElementCollectionprotected static ChildElementCollection<ElementCollection>elementCollectionCollectionprotected static Attribute<String>exporterAttributeprotected static Attribute<String>exporterVersionAttributeprotected static Attribute<String>expressionLanguageAttributeprotected static ChildElementCollection<Import>importCollectionprotected static ChildElementCollection<ItemDefinition>itemDefinitionCollectionprotected static Attribute<String>namespaceAttributeprotected static Attribute<String>typeLanguageAttribute- 
Fields inherited from class org.camunda.bpm.model.dmn.impl.instance.NamedElementImplnameAttribute
 - 
Fields inherited from class org.camunda.bpm.model.dmn.impl.instance.DmnElementImpldescriptionChild, extensionElementsChild, idAttribute, labelAttribute
 - 
Fields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImplmodelInstance
 
- 
 - 
Constructor SummaryConstructors Constructor Description DefinitionsImpl(ModelTypeInstanceContext instanceContext)
 - 
Method SummaryAll 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(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.NamedElementImplgetName, setName
 - 
Methods inherited from class org.camunda.bpm.model.dmn.impl.instance.DmnElementImplgetDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
 - 
Methods inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpladdChildElement, 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.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.camunda.bpm.model.dmn.instance.DmnElementgetDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
 - 
Methods inherited from interface org.camunda.bpm.model.xml.instance.ModelElementInstanceaddChildElement, 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.NamedElementgetName, setName
 
- 
 
- 
- 
- 
Field Detail- 
importCollectionprotected static ChildElementCollection<Import> importCollection 
 - 
itemDefinitionCollectionprotected static ChildElementCollection<ItemDefinition> itemDefinitionCollection 
 - 
drgElementCollectionprotected static ChildElementCollection<DrgElement> drgElementCollection 
 - 
artifactCollectionprotected static ChildElementCollection<Artifact> artifactCollection 
 - 
elementCollectionCollectionprotected static ChildElementCollection<ElementCollection> elementCollectionCollection 
 - 
businessContextElementCollectionprotected static ChildElementCollection<BusinessContextElement> businessContextElementCollection 
 
- 
 - 
Constructor Detail- 
DefinitionsImplpublic DefinitionsImpl(ModelTypeInstanceContext instanceContext) 
 
- 
 - 
Method Detail- 
getExpressionLanguagepublic String getExpressionLanguage() - Specified by:
- getExpressionLanguagein interface- Definitions
 
 - 
setExpressionLanguagepublic void setExpressionLanguage(String expressionLanguage) - Specified by:
- setExpressionLanguagein interface- Definitions
 
 - 
getTypeLanguagepublic String getTypeLanguage() - Specified by:
- getTypeLanguagein interface- Definitions
 
 - 
setTypeLanguagepublic void setTypeLanguage(String typeLanguage) - Specified by:
- setTypeLanguagein interface- Definitions
 
 - 
getNamespacepublic String getNamespace() - Specified by:
- getNamespacein interface- Definitions
 
 - 
setNamespacepublic void setNamespace(String namespace) - Specified by:
- setNamespacein interface- Definitions
 
 - 
getExporterpublic String getExporter() - Specified by:
- getExporterin interface- Definitions
 
 - 
setExporterpublic void setExporter(String exporter) - Specified by:
- setExporterin interface- Definitions
 
 - 
getExporterVersionpublic String getExporterVersion() - Specified by:
- getExporterVersionin interface- Definitions
 
 - 
setExporterVersionpublic void setExporterVersion(String exporterVersion) - Specified by:
- setExporterVersionin interface- Definitions
 
 - 
getImportspublic Collection<Import> getImports() - Specified by:
- getImportsin interface- Definitions
 
 - 
getItemDefinitionspublic Collection<ItemDefinition> getItemDefinitions() - Specified by:
- getItemDefinitionsin interface- Definitions
 
 - 
getDrgElementspublic Collection<DrgElement> getDrgElements() - Specified by:
- getDrgElementsin interface- Definitions
 
 - 
getArtifactspublic Collection<Artifact> getArtifacts() - Specified by:
- getArtifactsin interface- Definitions
 
 - 
getElementCollectionspublic Collection<ElementCollection> getElementCollections() - Specified by:
- getElementCollectionsin interface- Definitions
 
 - 
getBusinessContextElementspublic Collection<BusinessContextElement> getBusinessContextElements() - Specified by:
- getBusinessContextElementsin interface- Definitions
 
 - 
registerTypepublic static void registerType(ModelBuilder modelBuilder) 
 
- 
 
-