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

All Superinterfaces:
AbstractRadicalElement, Element, RadicalElement

public interface InputAid
extends AbstractRadicalElement

The purpose of the input-aid is to pre-format the -GC tab, the -GG tab or the -GO tab of an entity, in order to standardize them.

The input-aid is defined and described an the called in the -Gx tab.


Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.util.List<InputAidDescriptionLine> getDescriptionLines()
           
 java.util.List<InputAidSymbolicValueLine> getSymbolicValueLines()
           
 InputAidTypeValues getType()
           
 
Methods inherited from interface com.ibm.pdp.maf.rpp.pac.common.AbstractRadicalElement
getGCLines
 
Methods inherited from interface com.ibm.pdp.maf.rpp.kernel.RadicalElement
getCalledEntities, getDescriptionTypes, getDesignId, getEntityVersion, getKeywords, getLabel, getName, getPackage, getProject, isResolved
 

Field Detail

copyright

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

getDescriptionLines

java.util.List<InputAidDescriptionLine> getDescriptionLines()

Gives the description of the input-aid.

Returns:

getSymbolicValueLines

java.util.List<InputAidSymbolicValueLine> getSymbolicValueLines()

Gives the list of the symbolic values defined for the input-aid.

Returns:

getType

InputAidTypeValues getType()

Indicates the type of the input-aid : G, C or O

Returns: