Uses of Interface
org.beanfabrics.model.ExecutionMethod

Packages that use ExecutionMethod
org.beanfabrics.model   
 

Uses of ExecutionMethod in org.beanfabrics.model
 

Methods in org.beanfabrics.model that return types with arguments of type ExecutionMethod
 java.util.Collection<ExecutionMethod> OperationPM.getExecutionMethods()
           
 

Methods in org.beanfabrics.model with parameters of type ExecutionMethod
 void OperationPM.addExecutionMethod(ExecutionMethod exe)
           
 boolean OperationPM.containsExecutionMethod(ExecutionMethod exe)
           
 void OperationPM.removeExecutionMethod(ExecutionMethod exe)
           
 

Method parameters in org.beanfabrics.model with type arguments of type ExecutionMethod
 void OperationPM.setExecutionMethods(java.util.Collection<ExecutionMethod> newExecutionMethods)
           
 



© 2010 by Michael Karneim, http://www.beanfabrics.org