com.ibm.pdp.maf.rpp.pac.dialogserver
Interface AbstractDialogServer

All Superinterfaces:
AbstractRadicalElement, Element, RadicalElement
All Known Subinterfaces:
DialogServer, Server

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.


Field Summary
static java.lang.String copyright
           
 
Method Summary
 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 getTransactionCode()
          

This field corresponds to:

 
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

getCobolFolder

java.lang.String getCobolFolder()

Returns the folder where the cobol is generated.

Returns:

getCobolProject

java.lang.String getCobolProject()

Returns the project where the cobol is generated.

Returns:

getCobolType

CobolTypeValues getCobolType()

In this field, you have the COBOL variant for the generated Server.

Returns:

getCPLines

java.util.List<CPLine> getCPLines()

List of called predefined Macros into the generated program.

Returns:

getCSLines

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

Returns:

getDialogServerType

DialogServerTypeValues getDialogServerType()

In this field, you have the Server Dialog/Server type.

Returns:

getGELines

java.util.List<GLine> getGELines()

The -GELines indicate :

Returns:

getGenerationLibrary

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.

Returns:

getGGLines

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.

Returns:

getGOLines

java.util.List<GLine> getGOLines()

The GOLines indicates the list of the generation options.

Returns:

getMapType

MapTypeValues getMapType()

In this field, you have the variant of the TP monitor for the generated Server.

Returns:

getProgramExternalName

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.

Returns:

getTransactionCode

java.lang.String getTransactionCode()

This field corresponds to:

Returns: