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, Cloneable

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
clone, equals, getName, getValue, hashCode, setName, setValue, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FlowParameter

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

Parameters:
name -
value -
type -
Method Detail

getType

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

Returns:
Returns the type.


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