|
jBPM Designer - Backend 6.0.0.Beta4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbpm.designer.server.diagram.StencilSet
public class StencilSet
| Constructor Summary | |
|---|---|
StencilSet(String url)
Minimal constructor of an stencilset, only expects an uri |
|
StencilSet(String url,
String namespace)
Constructs a stencilSet with url and namespace |
|
| Method Summary | |
|---|---|
String |
getNamespace()
Give the namespace of a stencilset |
String |
getUrl()
Gice the specific url of an stencilset |
void |
setNamespace(String namespace)
Set a new namespace for a stencil set |
void |
setUrl(String url)
Set a new specific url for an stencilset |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StencilSet(String url,
String namespace)
url - namespace - public StencilSet(String url)
url - | Method Detail |
|---|
public String getUrl()
public void setUrl(String url)
url - the url to setpublic String getNamespace()
public void setNamespace(String namespace)
namespace - the namespace to set
|
jBPM Designer - Backend 6.0.0.Beta4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||