com.ibm.etools.iseries.edit.verifiers
Class VerifierCobolILEOptions
java.lang.Object
com.ibm.etools.iseries.edit.verifiers.VerifierCobolILEOptions
public class VerifierCobolILEOptions
- extends Object
Method Summary |
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 |
Copyright
public static final String Copyright
- See Also:
- Constant Field Values
_verifier
protected VerifierCobolILE _verifier
strSpace
protected static String strSpace
fTypeConv
public boolean fTypeConv
fDateTime
public boolean fDateTime
fVarLen
public boolean fVarLen
fGraphic
public boolean fGraphic
fGGraphic
public boolean fGGraphic
fNGraphic
public boolean fNGraphic
fFloat
public boolean fFloat
fDate
public boolean fDate
fTime
public boolean fTime
fTimeStamp
public boolean fTimeStamp
fCvtToDate
public boolean fCvtToDate
fOptSource
public boolean fOptSource
fOptXref
public boolean fOptXref
fOptGen
public boolean fOptGen
fOptSequen
public boolean fOptSequen
fOptVBSUM
public boolean fOptVBSUM
fOptMap
public boolean fOptMap
fOptOpt
public boolean fOptOpt
fOptPrtCor
public boolean fOptPrtCor
fOptPrint
public boolean fOptPrint
fOptSecLvl
public boolean fOptSecLvl
fImbedErr
public boolean fImbedErr
usRefernum
public short usRefernum
usDelimiter
public short usDelimiter
strRefNum
public String strRefNum
strDelimiter
public String strDelimiter
fGenFiller
public boolean fGenFiller
fGenCrtf
public boolean fGenCrtf
fGenDupKey
public boolean fGenDupKey
fGenExtAcc
public boolean fGenExtAcc
fGenInzdlt
public boolean fGenInzdlt
fGenBlk
public boolean fGenBlk
fGenFS21
public boolean fGenFS21
fGenList
public boolean fGenList
fGenXref
public boolean fGenXref
fGenPatch
public boolean fGenPatch
fGenDump
public boolean fGenDump
fGenAtr
public boolean fGenAtr
fGenRange
public boolean fGenRange
fGenUnref
public boolean fGenUnref
fGenOptimize
public boolean fGenOptimize
fGenSync
public boolean fGenSync
fGenStderr
public boolean fGenStderr
fGenStdinz
public boolean fGenStdinz
fMonoPrc
public boolean fMonoPrc
fStdTrunc
public boolean fStdTrunc
fChgPosSgn
public boolean fChgPosSgn
fMonoPic
public boolean fMonoPic
usILEOptimize
public short usILEOptimize
fExtWRT
public boolean fExtWRT
fExtDSP
public boolean fExtDSP
fExtACC
public boolean fExtACC
fSaaFlagging
public boolean fSaaFlagging
fFIPSFlag
public boolean fFIPSFlag
strFIPSFlag
public String strFIPSFlag
usFIPSLvl
public short usFIPSLvl
usOptSeg
public short usOptSeg
usOptDbg
public short usOptDbg
fObsolete
public boolean fObsolete
fUseFlagSev
public boolean fUseFlagSev
usFlagSev
public short usFlagSev
fMsgLimit
public boolean fMsgLimit
usMsgNum
public short usMsgNum
strMsg
public String strMsg
usSeverity
public short usSeverity
fNLSSOption
public boolean fNLSSOption
cmbSrtSeq
public boolean cmbSrtSeq
cmbSrtSeqLib
public boolean cmbSrtSeqLib
cmbSrtSeqStr
public String cmbSrtSeqStr
cmbSrtSeqLibStr
public String cmbSrtSeqLibStr
usLangID
public short usLangID
strLangId
public String strLangId
usLinkLit
public short usLinkLit
strLinkLit
public String strLinkLit
cmbPrtFile
public boolean cmbPrtFile
cmbPrtLib
public boolean cmbPrtLib
fSimplePgm
public boolean fSimplePgm
usUsrProfile
public short usUsrProfile
cmbTgtRelease
public boolean cmbTgtRelease
cmbAuthority
public boolean cmbAuthority
usPerfCol
public short usPerfCol
usArithmetic
public short usArithmetic
strArithmetic
public String strArithmetic
fgenPCML
public boolean fgenPCML
fgenPCMLPGM
public boolean fgenPCMLPGM
usPgmInfo
public short usPgmInfo
szPcmlFile
public String szPcmlFile
szPcmlLibrary
public String szPcmlLibrary
szPcmlProgram
public String szPcmlProgram
szPcmlModule
public String szPcmlModule
bCRTBNDCBL
public boolean bCRTBNDCBL
bCRTCBLMOD
public boolean bCRTCBLMOD
usIFSInfo
public short usIFSInfo
fIncludeFile
public boolean fIncludeFile
szIFSDirectory
public String[] szIFSDirectory
strIFSDirectory
public String[] strIFSDirectory
usIndex
public short usIndex
usLibIndex
public short usLibIndex
ILE
public boolean ILE
szFile
public String szFile
szPath
public String szPath
usLPP
public short usLPP
fListing
public boolean fListing
fEditList
public boolean fEditList
fUseCache
public boolean fUseCache
fRefreshCache
public boolean fRefreshCache
serverStr
public String serverStr
hostFile
public String hostFile
eventFile
public String eventFile
strSpecialCharacters
public String strSpecialCharacters
isLocal
public boolean isLocal
ulCCSID
public int ulCCSID
iHostCommunicationsPort
public int iHostCommunicationsPort
bRefreshCache
public boolean bRefreshCache
_strMsgFileName
public String _strMsgFileName
VerifierCobolILEOptions
public VerifierCobolILEOptions(VerifierCobolILE verifier)
- Constructs the object, and loads the options from the preference store into its state.
The options are computed from the preferences.
loadPreferences
protected void loadPreferences()
- Loads the verifier options from the preference store.
storePreferences
public void storePreferences()
- Stores the options back into the preference store
Copyright © 2011 IBM Corp. All Rights Reserved.
Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.