public class ImportImpl extends BpmnModelElementInstanceImpl implements Import
Modifier and Type | Field and Description |
---|---|
protected static Attribute<String> |
importTypeAttribute |
protected static Attribute<String> |
locationAttribute |
protected static Attribute<String> |
namespaceAttribute |
modelInstance
Constructor and Description |
---|
ImportImpl(ModelTypeInstanceContext context) |
Modifier and Type | Method and Description |
---|---|
String |
getImportType() |
String |
getLocation() |
String |
getNamespace() |
static void |
registerType(ModelBuilder bpmnModelBuilder) |
void |
setImportType(String importType) |
void |
setLocation(String location) |
void |
setNamespace(String namespace) |
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
public ImportImpl(ModelTypeInstanceContext context)
public static void registerType(ModelBuilder bpmnModelBuilder)
public String getNamespace()
getNamespace
in interface Import
public void setNamespace(String namespace)
setNamespace
in interface Import
public String getLocation()
getLocation
in interface Import
public void setLocation(String location)
setLocation
in interface Import
public String getImportType()
getImportType
in interface Import
public void setImportType(String importType)
setImportType
in interface Import
Copyright © 2015. All rights reserved.