Package org.jbpm.bpmn2.core
Class Interface
- java.lang.Object
-
- org.jbpm.bpmn2.core.Interface
-
- All Implemented Interfaces:
Serializable
public class Interface extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classInterface.Operation
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Interface.OperationaddOperation(String id, String name)StringgetId()StringgetImplementationRef()StringgetName()Interface.OperationgetOperation(String name)voidsetImplementationRef(String implementationRef)
-
-
-
Method Detail
-
getId
public String getId()
-
getName
public String getName()
-
addOperation
public Interface.Operation addOperation(String id, String name)
-
getOperation
public Interface.Operation getOperation(String name)
-
setImplementationRef
public void setImplementationRef(String implementationRef)
-
getImplementationRef
public String getImplementationRef()
-
-