|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SegmentCall
SegmentCall allows to have the segment called in the program and its code in the program which can be different from the Segment name.
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
java.lang.String |
getCodeInProgram()
This code is two characters long. |
AbstractSegment |
getSegment()
Segment referenced. |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
java.lang.String getCodeInProgram()
This code is two characters long. The first character must be alphanumeric and the second character must be either numeric or alphabetic.
It sets the sequence in which the Data Structure or Report is processed in the program.
When the Data Structure or Report is used only once in a program, it is advised to indicate the code entered as the Data Structure or Report name. This name is entered upon creation. However if it is called more than once in a program, you can differentiate these calls.
You can parameterize this code in a Macro with $n.
AbstractSegment getSegment()
Segment referenced.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |