Uses of Class
com.sas.hls.work.workitem.FlowParameter.FlowParameterType

Packages that use FlowParameter.FlowParameterType
com.sas.hls.work.workitem Service and class definitions for getting work item and task information. 
 

Uses of FlowParameter.FlowParameterType in com.sas.hls.work.workitem
 

Methods in com.sas.hls.work.workitem that return FlowParameter.FlowParameterType
 FlowParameter.FlowParameterType FlowParameter.getType()
          Get the type for this parameter
static FlowParameter.FlowParameterType FlowParameter.FlowParameterType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FlowParameter.FlowParameterType[] FlowParameter.FlowParameterType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.sas.hls.work.workitem with parameters of type FlowParameter.FlowParameterType
FlowParameter(String name, Serializable value, FlowParameter.FlowParameterType type)
          Constructor
 



Copyright (c) 2016, SAS Institute Inc., Cary, NC, USA