public interface Definitions extends CmmnModelElementInstance
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() |
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, 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
String getId()
void setId(String id)
String getName()
void setName(String name)
String getTargetNamespace()
void setTargetNamespace(String namespace)
String getExpressionLanguage()
void setExpressionLanguage(String expressionLanguage)
String getExporter()
void setExporter(String exporter)
String getExporterVersion()
void setExporterVersion(String exporterVersion)
String getAuthor()
void setAuthor(String author)
Collection<Import> getImports()
Collection<CaseFileItemDefinition> getCaseFileItemDefinitions()
Collection<Case> getCases()
Collection<Process> getProcesses()
Collection<Decision> getDecisions()
ExtensionElements getExtensionElements()
void setExtensionElements(ExtensionElements extensionElements)
Collection<Relationship> getRelationships()
Collection<Artifact> getArtifacts()
Copyright © 2017. All rights reserved.