org.jbpm.bpmn2.core
Class Interface.Operation

java.lang.Object
  extended by org.jbpm.bpmn2.core.Interface.Operation
Enclosing class:
Interface

public class Interface.Operation
extends Object


Constructor Summary
Interface.Operation(String id, String name)
           
 
Method Summary
 String getId()
           
 String getImplementationRef()
           
 Interface getInterface()
           
 Message getMessage()
           
 String getName()
           
 void setId(String id)
           
 void setImplementationRef(String implementationRef)
           
 void setMessage(Message message)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Interface.Operation

public Interface.Operation(String id,
                           String name)
Method Detail

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()

setImplementationRef

public void setImplementationRef(String implementationRef)

getImplementationRef

public String getImplementationRef()


Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.