com.sas.hls.work.workitem
Class FlowParameter

java.lang.Object
  extended by com.sas.hls.common.Attribute
      extended by 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

Nested Class Summary
static class FlowParameter.FlowParameterType
           
 
Constructor Summary
FlowParameter(String name, Serializable value, FlowParameter.FlowParameterType type)
          Constructor
 
Method Summary
 FlowParameter.FlowParameterType getType()
          Get the type for this parameter
 
Methods inherited from class com.sas.hls.common.Attribute
equals, getName, getValue, hashCode, setName, setValue, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FlowParameter

public FlowParameter(String name,
                     Serializable value,
                     FlowParameter.FlowParameterType type)
Constructor

Parameters:
name - the name of this flow parameter
value - the value of this flow parameter
type - the type of this flow parameter
Method Detail

getType

public FlowParameter.FlowParameterType getType()
Get the type for this parameter

Returns:
Returns the type.


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