Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Modifier and Type | Method and Description |
---|---|
InputAidCallTypeLineValues |
getCallTypeLine() |
java.lang.String |
getFixedLabel() |
int |
getLength() |
InputAidDescriptionLineTypeValues |
getLineType() |
java.lang.String |
getSymbolicParameter() |
java.lang.String |
getVariableLabel() |
java.lang.String |
getXrefKey() |
static final java.lang.String copyright
InputAidCallTypeLineValues getCallTypeLine()
Indicates how the line will be taken into account during the generation process.
java.lang.String getFixedLabel()
This is the fixed part of a input-aid line.
Cannot be modified once the input-aid has been called and used.
int getLength()
This is the length of the variable label.
This length cannot be modified once the input-aid has been called and used.
InputAidDescriptionLineTypeValues getLineType()
The type of the line indicates :
- a standard line,
- a comment line,
- a symbolic value line used to define a parameter to be used in the variable label.
java.lang.String getSymbolicParameter()
This field contains the parameter of the symbolic value.
This parameter must exists in the list of the symbolic values defined for the input aid.
java.lang.String getVariableLabel()
This is the variable pat of a input-aid line.
java.lang.String getXrefKey()
This field contains a cross-reference key code.
It gives the possibility of getting a list of the entities calling the input-aid with the contents of the variable label referenced by ths key code.