Package org.jbpm.workflow.core.impl
Class ConnectionRef
- java.lang.Object
-
- org.jbpm.workflow.core.impl.ConnectionRef
-
- All Implemented Interfaces:
Serializable
public class ConnectionRef extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConnectionRef(long nodeId, String toType)ConnectionRef(String connectionId, long nodeId, String toType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetConnectionId()longgetNodeId()StringgetToType()inthashCode()
-