public class DefinitionsImpl extends CmmnModelElementInstanceImpl implements Definitions
modelInstance
Constructor and Description |
---|
DefinitionsImpl(ModelTypeInstanceContext instanceContext) |
Modifier and Type | Method and Description |
---|---|
Collection<Artifact> |
getArtifacts() |
String |
getAuthor() |
Collection<CaseFileItemDefinition> |
getCaseFileItemDefinitions() |
Collection<Case> |
getCases() |
Collection<Decision> |
getDecisions() |
String |
getExporter() |
String |
getExporterVersion() |
String |
getExpressionLanguage() |
ExtensionElements |
getExtensionElements() |
String |
getId() |
Collection<Import> |
getImports() |
String |
getName() |
Collection<Process> |
getProcesses() |
Collection<Relationship> |
getRelationships() |
String |
getTargetNamespace() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setAuthor(String author) |
void |
setExporter(String exporter) |
void |
setExporterVersion(String exporterVersion) |
void |
setExpressionLanguage(String expressionLanguage) |
void |
setExtensionElements(ExtensionElements extensionElements) |
void |
setId(String id) |
void |
setName(String name) |
void |
setTargetNamespace(String namespace) |
addChildElement, asSet, 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
protected static ChildElementCollection<Relationship> relationshipCollection
protected static ChildElement<ExtensionElements> extensionElementsChild
protected static ChildElementCollection<Decision> decisionCollection
protected static ChildElementCollection<Artifact> artifactCollection
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 Collection<Decision> getDecisions()
getDecisions
in interface Definitions
public ExtensionElements getExtensionElements()
getExtensionElements
in interface Definitions
public void setExtensionElements(ExtensionElements extensionElements)
setExtensionElements
in interface Definitions
public Collection<Relationship> getRelationships()
getRelationships
in interface Definitions
public Collection<Artifact> getArtifacts()
getArtifacts
in interface Definitions
public static void registerType(ModelBuilder modelBuilder)
Copyright © 2017. All rights reserved.