com.ibm.pdp.maf.rpp.pac.inputaid
Interface InputAidSymbolicValueLine

All Superinterfaces:
Element

public interface InputAidSymbolicValueLine
extends Element

A symbolic value line is used to define a parameter to be used in the description line of the input-aid.

Example : A symbolic parameter '$H' corresponds to the value 'HOSPITAL'. The user simply enter the symbolic parameter '$H' when the input-aid is called.

The number of symbolic value lines is not limited.


Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getParameter()
           
 java.lang.String getValue()
           
 

Field Detail

copyright

static final java.lang.String copyright
See Also:
Constant Field Values
Method Detail

getParameter

java.lang.String getParameter()

The maximum parameter length is three characters, the first character being the '$' sign.

Returns:

getValue

java.lang.String getValue()

Gives the value assigned to the symbolic parameter.

Returns: