public interface AbstractDialogServer extends AbstractRadicalElement
The purpose of these entities is to develop and generate the server-side components of Pacbench C/S graphic or TUI applications.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCobolFolder() |
java.lang.String |
getCobolProject() |
CobolTypeValues |
getCobolType() |
java.util.List<CPLine> |
getCPLines() |
java.util.List<AbstractCSLine> |
getCSLines() |
DialogServerTypeValues |
getDialogServerType() |
java.util.List<GLine> |
getGELines() |
Library |
getGenerationLibrary()
Indicates the Library on which we can find the generation parameters for the entity. |
java.util.List<GLine> |
getGGLines() |
java.util.List<GLine> |
getGOLines() |
MapTypeValues |
getMapType() |
java.lang.String |
getProgramExternalName()
The name entered here is the name of the file generated from this instance. |
java.lang.String |
getProxyFolder() |
java.lang.String |
getProxyProject() |
java.lang.String |
getServiceFolder() |
java.lang.String |
getServiceProject() |
java.lang.String |
getTransactionCode()
This field corresponds to: |
getGCLines
getCalledEntities, getDescriptionTypes, getDesignId, getEntityVersion, getKeywords, getLabel, getName, getPackage, getProject, isResolved
static final java.lang.String copyright
java.lang.String getCobolFolder()
Returns the folder where the cobol is generated.
java.lang.String getCobolProject()
Returns the project where the cobol is generated.
CobolTypeValues getCobolType()
In this field, you have the COBOL variant for the generated Server.
java.util.List<CPLine> getCPLines()
List of called predefined Macros into the generated program.
java.util.List<AbstractCSLine> getCSLines()
It indicates how Segments or Logical View are accessed in the validation, update and display processing associated with the Server or the Dialog Server
DialogServerTypeValues getDialogServerType()
In this field, you have the Server Dialog/Server type.
java.util.List<GLine> getGELines()
The -GELines indicate :
the list of the automatically generated error messages which have been replaced,
the declaration of explicit error messages,
the help on a Server, a Data Element or an error message.
Library getGenerationLibrary()
Indicates the Library on which we can find the generation parameters for the entity.
Parameters are related to the adaptation to the operating system in use.
java.util.List<GLine> getGGLines()
These lines on a given Server or Server Dialog are used to override some of the values of the generated constants.
java.util.List<GLine> getGOLines()
The GOLines indicates the list of the generation options.
MapTypeValues getMapType()
In this field, you have the variant of the TP monitor for the generated Server.
java.lang.String getProgramExternalName()
The name entered here is the name of the file generated from this instance. The generated file name can then differ from the instance name.
java.lang.String getProxyFolder()
Returns the folder where the proxy is generated
java.lang.String getProxyProject()
Returns the project where the proxy is generated
java.lang.String getServiceFolder()
java.lang.String getServiceProject()
java.lang.String getTransactionCode()
This field corresponds to:
The four-character transaction code (Dialog Server default code) for a CICS variant.
The transaction code associated with the Dialog Server for an IMS variant.