com.connecterra.alepc.api
Interface ParamDataSpec

All Superinterfaces:
DataSpec
All Known Implementing Classes:
EngineParamDataSpec

public interface ParamDataSpec
extends DataSpec

Specifies a parameterized value, either retrieved from the PCSpec reader parameters or from the parameters provided in an ALEPC immediate or poll call. The parameter name is used as the key to look up in the parameter table, and the associated String in that table is used as the data. See #LiteralDataSpec for how that data is used.

A ParamDataSpec is created through the #ALEPCFactory, using the createParamDataSpec method.


Method Summary
 java.lang.String getParamName()
          Return the parameter name to look up within the parameter list
 

Method Detail

getParamName

public java.lang.String getParamName()
Return the parameter name to look up within the parameter list

Returns:
the parameter name to look up within the parameter list