public class DefinitionsImpl extends BpmnModelElementInstanceImpl implements Definitions
Modifier and Type | Field and Description |
---|---|
protected static ChildElementCollection<BpmnDiagram> |
bpmnDiagramCollection |
protected static Attribute<String> |
exporterAttribute |
protected static Attribute<String> |
exporterVersionAttribute |
protected static Attribute<String> |
expressionLanguageAttribute |
protected static ChildElementCollection<Extension> |
extensionCollection |
protected static Attribute<String> |
idAttribute |
protected static ChildElementCollection<Import> |
importCollection |
protected static Attribute<String> |
nameAttribute |
protected static ChildElementCollection<Relationship> |
relationshipCollection |
protected static ChildElementCollection<RootElement> |
rootElementCollection |
protected static Attribute<String> |
targetNamespaceAttribute |
protected static Attribute<String> |
typeLanguageAttribute |
modelInstance
Constructor and Description |
---|
DefinitionsImpl(ModelTypeInstanceContext instanceContext) |
Modifier and Type | Method and Description |
---|---|
Collection<BpmnDiagram> |
getBpmDiagrams() |
String |
getExporter() |
String |
getExporterVersion() |
String |
getExpressionLanguage() |
Collection<Extension> |
getExtensions() |
String |
getId() |
Collection<Import> |
getImports() |
String |
getName() |
Collection<Relationship> |
getRelationships() |
Collection<RootElement> |
getRootElements() |
String |
getTargetNamespace() |
String |
getTypeLanguage() |
static void |
registerType(ModelBuilder bpmnModelBuilder) |
void |
setExporter(String exporter) |
void |
setExporterVersion(String exporterVersion) |
void |
setExpressionLanguage(String expressionLanguage) |
void |
setId(String id) |
void |
setName(String name) |
void |
setTargetNamespace(String namespace) |
void |
setTypeLanguage(String typeLanguage) |
builder, getScope, isScope
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
builder, getScope, isScope
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<Extension> extensionCollection
protected static ChildElementCollection<RootElement> rootElementCollection
protected static ChildElementCollection<BpmnDiagram> bpmnDiagramCollection
protected static ChildElementCollection<Relationship> relationshipCollection
public DefinitionsImpl(ModelTypeInstanceContext instanceContext)
public static void registerType(ModelBuilder bpmnModelBuilder)
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 getTypeLanguage()
getTypeLanguage
in interface Definitions
public void setTypeLanguage(String typeLanguage)
setTypeLanguage
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 Collection<Import> getImports()
getImports
in interface Definitions
public Collection<Extension> getExtensions()
getExtensions
in interface Definitions
public Collection<RootElement> getRootElements()
getRootElements
in interface Definitions
public Collection<BpmnDiagram> getBpmDiagrams()
getBpmDiagrams
in interface Definitions
public Collection<Relationship> getRelationships()
getRelationships
in interface Definitions
Copyright © 2015. All rights reserved.