org.jbpm.bpmn2.core
Class Bpmn2Import

java.lang.Object
  extended by org.jbpm.bpmn2.core.Bpmn2Import

public class Bpmn2Import
extends Object


Constructor Summary
Bpmn2Import(String type, String location, String namespace)
           
 
Method Summary
 String getLocation()
           
 String getNamespace()
           
 String getType()
           
 void setLocation(String location)
           
 void setNamespace(String namespace)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bpmn2Import

public Bpmn2Import(String type,
                   String location,
                   String namespace)
Method Detail

getType

public String getType()

setType

public void setType(String type)

getLocation

public String getLocation()

setLocation

public void setLocation(String location)

getNamespace

public String getNamespace()

setNamespace

public void setNamespace(String namespace)


Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.