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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Interface
public Interface(String id,
String name)
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()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.