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

      Fields 
      Modifier and Type Field and Description
      static java.lang.String copyright 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getParameter() 
      java.lang.String getValue() 
    • 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: