com.ibm.pdp.maf.rpp.pac.common
Interface InputAidGLine

All Superinterfaces:
Element, GLine

public interface InputAidGLine
extends GLine

Represent a documentation line which comes from an input aid call. 

Only variable part can be modified.


Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.util.List<java.lang.String> getData()
           
 InputAid getInputAid()
           
 
Methods inherited from interface com.ibm.pdp.maf.rpp.pac.common.GLine
getDescription, getLineType, getLinkedEntity
 

Field Detail

copyright

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

getData

java.util.List<java.lang.String> getData()

Gives the list of the variable part the user has entered for the input aid call. 

Returns:

getInputAid

InputAid getInputAid()

Indicates the input aid which has been called.

Returns: