org.jbpm.bpmn2.core
Class Interface.Operation
java.lang.Object
org.jbpm.bpmn2.core.Interface.Operation
- Enclosing class:
- Interface
public class Interface.Operation
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Interface.Operation
public Interface.Operation(String id,
String name)
getId
public String getId()
setId
public void setId(String id)
getName
public String getName()
setName
public void setName(String name)
getMessage
public Message getMessage()
setMessage
public void setMessage(Message message)
getInterface
public Interface getInterface()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.