Package org.flowable.bpmn.model
Class Import
java.lang.Object
org.flowable.bpmn.model.BaseElement
org.flowable.bpmn.model.Import
- All Implemented Interfaces:
HasExtensionAttributes
-
Field Summary
FieldsFields inherited from class org.flowable.bpmn.model.BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
void
setImportType
(String importType) void
setLocation
(String location) void
setNamespace
(String namespace) void
Methods inherited from class org.flowable.bpmn.model.BaseElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
-
Field Details
-
importType
-
location
-
namespace
-
-
Constructor Details
-
Import
public Import()
-
-
Method Details
-
getImportType
-
setImportType
-
getLocation
-
setLocation
-
getNamespace
-
setNamespace
-
clone
- Specified by:
clone
in classBaseElement
-
setValues
-