Package org.jbpm.bpmn2.core
Class Bpmn2Import
- java.lang.Object
-
- org.jbpm.bpmn2.core.Bpmn2Import
-
- All Implemented Interfaces:
Serializable
public class Bpmn2Import extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Bpmn2Import(String type, String location, String namespace)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLocation()StringgetNamespace()StringgetType()voidsetLocation(String location)voidsetNamespace(String namespace)voidsetType(String type)
-