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 StringgetNamespace()Give the namespace of a stencilsetStringgetUrl()Gice the specific url of an stencilsetvoidsetNamespace(String namespace)Set a new namespace for a stencil setvoidsetUrl(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
-
-