|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InputAidDescriptionLine
Describes the contents of the lines which make-up an input-aid
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
InputAidCallTypeLineValues |
getCallTypeLine()
|
java.lang.String |
getFixedLabel()
|
int |
getLength()
|
InputAidDescriptionLineTypeValues |
getLineType()
|
java.lang.String |
getSymbolicParameter()
|
java.lang.String |
getVariableLabel()
|
java.lang.String |
getXrefKey()
|
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |