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, updateAfterReplacement
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
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
protected 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 Definitions
public void setId(String id)
setId
in interface Definitions
public String getName()
getName
in interface Definitions
public void setName(String name)
setName
in interface Definitions
public String getTargetNamespace()
getTargetNamespace
in interface Definitions
public void setTargetNamespace(String namespace)
setTargetNamespace
in interface Definitions
public String getExpressionLanguage()
getExpressionLanguage
in interface Definitions
public void setExpressionLanguage(String expressionLanguage)
setExpressionLanguage
in interface Definitions
public String getExporter()
getExporter
in interface Definitions
public void setExporter(String exporter)
setExporter
in interface Definitions
public String getExporterVersion()
getExporterVersion
in interface Definitions
public void setExporterVersion(String exporterVersion)
setExporterVersion
in interface Definitions
public String getAuthor()
getAuthor
in interface Definitions
public void setAuthor(String author)
setAuthor
in interface Definitions
public Collection<Import> getImports()
getImports
in interface Definitions
public Collection<CaseFileItemDefinition> getCaseFileItemDefinitions()
getCaseFileItemDefinitions
in interface Definitions
public Collection<Case> getCases()
getCases
in interface Definitions
public Collection<Process> getProcesses()
getProcesses
in interface Definitions
public static void registerType(ModelBuilder modelBuilder)
Copyright © 2018. All rights reserved.