com.ibm.pdp.maf.rpp.pac.errorlabel
Interface ErrorLabel

All Superinterfaces:
Element, RadicalElement

public interface ErrorLabel
extends RadicalElement

Error Label gives the possibility to store a error label generation request and the generated files.


Field Summary
static java.lang.String copyright
           
 
Method Summary
 DataStructure getDataStructure()
           
 java.lang.String getDesinationFolder()
           
 java.lang.String getDestinationProject()
           
 Dialog getDialog()
           
 DialogServer getDialogServer()
          

If the generation concerns Server Error Label, this indicates the Dialog Server concerned by the generation.

 java.util.List<ErrorLabelEntitiesSelected> getEntitiesSelected()
           
 java.lang.String getExternalName()
           
 GeneratedLanguageValues getGeneratedLanguage()
           
 Library getGenerationLibray()
          

Indicates the Library on which we can find the generation parameters for the entity.

 ErrorLabelGenerationOptionValues getGenerationOption()
           
 ErrorLabelGenerationTypeValues getGenerationType()
           
 java.lang.String getSpecificErrorLabelFile()
           
 
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

getDataStructure

DataStructure getDataStructure()

If the generation concerns Batch Error Label, this indicates the Data Structure concerned by the generation.

Returns:

getDesinationFolder

java.lang.String getDesinationFolder()

Returns the folder  where the error label file is generated.

Returns:

getDestinationProject

java.lang.String getDestinationProject()

Returns the project where the error label file is generated.

Returns:

getDialog

Dialog getDialog()

If the generation concerns Standard or Client Error Label, this indicates the Dialog concerned by the generation.

Returns:

getDialogServer

DialogServer getDialogServer()

If the generation concerns Server Error Label, this indicates the Dialog Server concerned by the generation.

Returns:

getEntitiesSelected

java.util.List<ErrorLabelEntitiesSelected> getEntitiesSelected()

List of the segments, the screens or servers on which ones the generation will be applied.

Returns:

getExternalName

java.lang.String getExternalName()

Returns the external name of the Error Label request.

Returns:

getGeneratedLanguage

GeneratedLanguageValues getGeneratedLanguage()

Returns the language chosen for the generation

Returns:

getGenerationLibray

Library getGenerationLibray()

Indicates the Library on which we can find the generation parameters for the entity.

These parameters are related to the adaptation to the operating system in use.

Returns:

getGenerationOption

ErrorLabelGenerationOptionValues getGenerationOption()

Returns the generation option : C1 C2 C3 or C4

Returns:

getGenerationType

ErrorLabelGenerationTypeValues getGenerationType()

Returns the type of error label generation : Batch, Standard Dialog, Client Dialog or Server Dialog

Returns:

getSpecificErrorLabelFile

java.lang.String getSpecificErrorLabelFile()

This field is optional. You enter it only if you have already created a specific file for the error messages.

This file contains the error messages which replace the standard messages displayed when the application programs detect input errors

Returns: