Package org.jbpm.designer.server.diagram
Class StencilSet
- java.lang.Object
-
- org.jbpm.designer.server.diagram.StencilSet
-
public class StencilSet extends Object
-
-
Constructor Summary
Constructors Constructor Description StencilSet(String url)
Minimal constructor of an stencilset, only expects an uriStencilSet(String url, String namespace)
Constructs a stencilSet with url and namespace
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getNamespace()
Give the namespace of a stencilsetString
getUrl()
Gice the specific url of an stencilsetvoid
setNamespace(String namespace)
Set a new namespace for a stencil setvoid
setUrl(String url)
Set a new specific url for an stencilset
-
-
-
Method Detail
-
getUrl
public String getUrl()
Gice the specific url of an stencilset- Returns:
- the url
-
setUrl
public void setUrl(String url)
Set a new specific url for an stencilset- Parameters:
url
- the url to set
-
getNamespace
public String getNamespace()
Give the namespace of a stencilset- Returns:
- the namespace
-
setNamespace
public void setNamespace(String namespace)
Set a new namespace for a stencil set- Parameters:
namespace
- the namespace to set
-
-