|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.etools.iseries.edit.verifiers.VerifierRPGILEOptions
public class VerifierRPGILEOptions
This is the class that declares the options for RPGILE PV. The state data contains two sets, a persistent set, and a derived set. The persistent set is loaded and stored from the preference store. The derived set is a set that is derived from the persistent set, and is formatted specifically for the verifier. The derived set is never saved.
Constructor Summary | |
---|---|
VerifierRPGILEOptions(VerifierRPGILE verifier)
Constructs the object, and loads the options from the preference store into its state. |
Method Summary | |
---|---|
protected void |
deriveOptionsFromPreferences()
Derives direct inputs to the verifier from the persistent data. |
protected String |
formatIndentation(String strI)
Ported from a part of evfripow.cpp IPV_OptionsDialog. |
protected void |
loadPreferences()
Loads the verifier options from the preference store. |
void |
storePreferences()
Stores the options back into the preference store |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static String copyright
protected VerifierRPGILE _verifier
protected static String strSpace
public boolean bListing_Generate
public boolean bListing_ShowCrossReferences
public boolean bListing_ShowCopyStatements
public boolean bListing_ShowDDSStatements
public boolean bListing_ShowExternalProcedures
public int iListing_LinesPerPage
public String strListing_Indentation
public String strListing_Indentation_Formatted
public boolean bData_ConversionDateTime
public boolean bData_ConversionDBCSGraphic
public boolean bData_ConversionVariableLength
public boolean bData_ConversionVariableDBCSGraphic
public String strData_AllowNullValues
public String strData_NLSS_LanguageID
public String strData_NLSS_Library
public String strData_NLSS_SortSequence
public int iData_AllowNullValues
public int iData_NLSS_LanguageID
public int iData_NLSS_Library
public int iData_NLSS_SortSequence
public String strData_NLSS_LanguageID_Partial
public String strDefines_Conditions
public int iDefines_NumberOfConditions
public int iDefines_LengthOfEachCondition
public String strDefines_Conditions_Formatted
public String strInclude_Directories
public int iInclude_NumberOfDirectories
public int iInclude_LengthOfEachDirectory
public String strInclude_Directories_Formatted
public boolean bPCML_Generate
public boolean bPCML_CRTBNDRPG
public boolean bPCML_CRTRPGMOD
public String strPCML_File
public String strPCML_CRTBNDRPG_Library
public String strPCML_CRTBNDRPG_Program
public String strPCML_CRTRPGMOD_Module
public String strPCML_ProgramOrModule
public boolean bRefreshCache
Constructor Detail |
---|
public VerifierRPGILEOptions(VerifierRPGILE verifier)
Method Detail |
---|
protected void deriveOptionsFromPreferences()
protected String formatIndentation(String strI)
protected void loadPreferences()
public void storePreferences()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |