org.jbpm.bpmn2.core
Class SequenceFlow

java.lang.Object
  extended by org.jbpm.bpmn2.core.SequenceFlow
All Implemented Interfaces:
Serializable

public class SequenceFlow
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SequenceFlow(String id, String sourceRef, String targetRef)
           
 
Method Summary
 String getBendpoints()
           
 String getExpression()
           
 String getId()
           
 String getLanguage()
           
 String getName()
           
 int getPriority()
           
 String getSourceRef()
           
 String getTargetRef()
           
 String getType()
           
 void setBendpoints(String bendpoints)
           
 void setExpression(String expression)
           
 void setLanguage(String language)
           
 void setName(String name)
           
 void setPriority(int priority)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SequenceFlow

public SequenceFlow(String id,
                    String sourceRef,
                    String targetRef)
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)


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