Package org.jbpm.bpmn2.core
Class SequenceFlow
- java.lang.Object
-
- org.jbpm.bpmn2.core.SequenceFlow
-
- All Implemented Interfaces:
Serializable
public class SequenceFlow extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SequenceFlow(String id, String sourceRef, String targetRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBendpoints()
String
getExpression()
String
getId()
String
getLanguage()
Map<String,Object>
getMetaData()
String
getName()
int
getPriority()
String
getSourceRef()
String
getTargetRef()
String
getType()
void
setBendpoints(String bendpoints)
void
setExpression(String expression)
void
setLanguage(String language)
void
setMetaData(String name, Object data)
void
setName(String name)
void
setPriority(int priority)
void
setType(String type)
String
toString()
-
-
-
Method Detail
-
getId
public String getId()
-
getSourceRef
public String getSourceRef()
-
getTargetRef
public String getTargetRef()
-
getBendpoints
public String getBendpoints()
-
setBendpoints
public void setBendpoints(String bendpoints)
-
getExpression
public String getExpression()
-
setExpression
public void setExpression(String expression)
-
getLanguage
public String getLanguage()
-
setLanguage
public void setLanguage(String language)
-
getType
public String getType()
-
setType
public void setType(String type)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getPriority
public int getPriority()
-
setPriority
public void setPriority(int priority)
-
-