jBPM distribution 6.0.2-SNAPSHOT

org.jbpm.bpmn2.core
Class Interface

java.lang.Object
  extended by org.jbpm.bpmn2.core.Interface
All Implemented Interfaces:
Serializable

public class Interface
extends Object
implements Serializable

See Also:
Serialized Form

Nested Class Summary
 class Interface.Operation
           
 
Constructor Summary
Interface(String id, String name)
           
 
Method Summary
 Interface.Operation addOperation(String id, String name)
           
 String getId()
           
 String getImplementationRef()
           
 String getName()
           
 Interface.Operation getOperation(String name)
           
 void setImplementationRef(String implementationRef)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Interface

public Interface(String id,
                 String name)
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()

jBPM distribution 6.0.2-SNAPSHOT

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