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 class
Interface.Operation
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Interface.Operation
addOperation(String id, String name)
String
getId()
String
getImplementationRef()
String
getName()
Interface.Operation
getOperation(String name)
void
setImplementationRef(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()
-
-