com.sas.hls.work.workitem
Class FlowParameter
java.lang.Object
com.sas.hls.common.Attribute
com.sas.hls.work.workitem.FlowParameter
- All Implemented Interfaces:
- Serializable
public class FlowParameter
- extends Attribute
A data object that represents a flow parameter of a work item.
- See Also:
- Serialized Form
FlowParameter
public FlowParameter(String name,
Serializable value,
FlowParameter.FlowParameterType type)
- Constructor
- Parameters:
name
- the name of this flow parametervalue
- the value of this flow parametertype
- the type of this flow parameter
getType
public FlowParameter.FlowParameterType getType()
- Get the type for this parameter
- Returns:
- Returns the type.
Copyright (c) 2016, SAS Institute Inc., Cary, NC, USA