Uses of Class
com.ebmwebsourcing.petalsview.persistence.model.flowref.StepParameter

Packages that use StepParameter
com.ebmwebsourcing.petalsview.persistence.model.flowref   
 

Uses of StepParameter in com.ebmwebsourcing.petalsview.persistence.model.flowref
 

Methods in com.ebmwebsourcing.petalsview.persistence.model.flowref that return types with arguments of type StepParameter
 java.util.List<StepParameter> FlowStepRef.getParameterNames()
           
 

Methods in com.ebmwebsourcing.petalsview.persistence.model.flowref with parameters of type StepParameter
 void FlowStepRef.addParameterName(int index, StepParameter parameterName)
           
 void FlowStepRef.addParameterName(StepParameter parameterName)
           
 void FlowStepRef.updateParameterName(int index, StepParameter parameterName)
           
 

Method parameters in com.ebmwebsourcing.petalsview.persistence.model.flowref with type arguments of type StepParameter
 void FlowStepRef.setParameterNames(java.util.List<StepParameter> parameterNames)
           
 



Copyright © 2010 eBMWebsourcing. All Rights Reserved.