public class DefinitionsImpl extends CmmnModelElementInstanceImpl implements Definitions
| Modifier and Type | Field and Description |
|---|---|
protected static Attribute<String> |
authorAttribute |
protected static ChildElementCollection<Case> |
caseCollection |
protected static ChildElementCollection<CaseFileItemDefinition> |
caseFileItemDefinitionCollection |
protected static Attribute<String> |
exporterAttribute |
protected static Attribute<String> |
exporterVersionAttribute |
protected static Attribute<String> |
expressionLanguageAttribute |
protected static Attribute<String> |
idAttribute |
protected static ChildElementCollection<Import> |
importCollection |
protected static Attribute<String> |
nameAttribute |
protected static ChildElementCollection<Process> |
processCollection |
protected static Attribute<String> |
targetNamespaceAttribute |
modelInstance| Constructor and Description |
|---|
DefinitionsImpl(ModelTypeInstanceContext instanceContext) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor() |
Collection<CaseFileItemDefinition> |
getCaseFileItemDefinitions() |
Collection<Case> |
getCases() |
String |
getExporter() |
String |
getExporterVersion() |
String |
getExpressionLanguage() |
String |
getId() |
Collection<Import> |
getImports() |
String |
getName() |
Collection<Process> |
getProcesses() |
String |
getTargetNamespace() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setAuthor(String author) |
void |
setExporter(String exporter) |
void |
setExporterVersion(String exporterVersion) |
void |
setExpressionLanguage(String expressionLanguage) |
void |
setId(String id) |
void |
setName(String name) |
void |
setTargetNamespace(String namespace) |
addChildElement, 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, updateAfterReplacementclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitaddChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacementprotected static ChildElementCollection<Import> importCollection
protected static ChildElementCollection<CaseFileItemDefinition> caseFileItemDefinitionCollection
protected static ChildElementCollection<Case> caseCollection
protected static ChildElementCollection<Process> processCollection
public DefinitionsImpl(ModelTypeInstanceContext instanceContext)
public String getId()
getId in interface Definitionspublic void setId(String id)
setId in interface Definitionspublic String getName()
getName in interface Definitionspublic void setName(String name)
setName in interface Definitionspublic String getTargetNamespace()
getTargetNamespace in interface Definitionspublic void setTargetNamespace(String namespace)
setTargetNamespace in interface Definitionspublic String getExpressionLanguage()
getExpressionLanguage in interface Definitionspublic void setExpressionLanguage(String expressionLanguage)
setExpressionLanguage in interface Definitionspublic String getExporter()
getExporter in interface Definitionspublic void setExporter(String exporter)
setExporter in interface Definitionspublic String getExporterVersion()
getExporterVersion in interface Definitionspublic void setExporterVersion(String exporterVersion)
setExporterVersion in interface Definitionspublic String getAuthor()
getAuthor in interface Definitionspublic void setAuthor(String author)
setAuthor in interface Definitionspublic Collection<Import> getImports()
getImports in interface Definitionspublic Collection<CaseFileItemDefinition> getCaseFileItemDefinitions()
getCaseFileItemDefinitions in interface Definitionspublic Collection<Case> getCases()
getCases in interface Definitionspublic Collection<Process> getProcesses()
getProcesses in interface Definitionspublic static void registerType(ModelBuilder modelBuilder)
Copyright © 2018. All rights reserved.