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
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Artifact>protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<BusinessContextElement>protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<DrgElement>protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<ElementCollection>protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Import>protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<ItemDefinition>protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>Fields inherited from class org.camunda.bpm.model.dmn.impl.instance.NamedElementImpl
nameAttributeFields inherited from class org.camunda.bpm.model.dmn.impl.instance.DmnElementImpl
descriptionChild, extensionElementsChild, idAttribute, labelAttributeFields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
modelInstance -
Constructor Summary
ConstructorsConstructorDescriptionDefinitionsImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext) -
Method Summary
Modifier and TypeMethodDescriptionstatic 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, setNameMethods inherited from class org.camunda.bpm.model.dmn.impl.instance.DmnElementImpl
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabelMethods 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, updateAfterReplacementMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.camunda.bpm.model.dmn.instance.DmnElement
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabelMethods 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, updateAfterReplacementMethods inherited from interface org.camunda.bpm.model.dmn.instance.NamedElement
getName, setName
-
Field Details
-
expressionLanguageAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> expressionLanguageAttribute -
typeLanguageAttribute
-
namespaceAttribute
-
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 Details
-
DefinitionsImpl
public DefinitionsImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
-
-
Method Details
-
getExpressionLanguage
- Specified by:
getExpressionLanguagein interfaceDefinitions
-
setExpressionLanguage
- Specified by:
setExpressionLanguagein interfaceDefinitions
-
getTypeLanguage
- Specified by:
getTypeLanguagein interfaceDefinitions
-
setTypeLanguage
- Specified by:
setTypeLanguagein interfaceDefinitions
-
getNamespace
- Specified by:
getNamespacein interfaceDefinitions
-
setNamespace
- Specified by:
setNamespacein interfaceDefinitions
-
getExporter
- Specified by:
getExporterin interfaceDefinitions
-
setExporter
- Specified by:
setExporterin interfaceDefinitions
-
getExporterVersion
- Specified by:
getExporterVersionin interfaceDefinitions
-
setExporterVersion
- Specified by:
setExporterVersionin interfaceDefinitions
-
getImports
- Specified by:
getImportsin interfaceDefinitions
-
getItemDefinitions
- Specified by:
getItemDefinitionsin interfaceDefinitions
-
getDrgElements
- Specified by:
getDrgElementsin interfaceDefinitions
-
getArtifacts
- Specified by:
getArtifactsin interfaceDefinitions
-
getElementCollections
- Specified by:
getElementCollectionsin interfaceDefinitions
-
getBusinessContextElements
- Specified by:
getBusinessContextElementsin interfaceDefinitions
-
registerType
public static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
-