- IdentificationDivision - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of the identification division.
- IfThenElseStmt - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of an IF statement in the PROCEDURE division.
- ImplicitDataRef - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a reference to a data item that is implicitly declared.
- IndexedFileControlEntry - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a file control entry for a file with indexed organization.
- IndexRef - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of the use of an index.
- IndexSubscript - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a subscript that is an index variable.
- IndexVariable - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of an index specified in an INDEXED BY phrase in a data declaration
entry.
- InitializeStmt - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of an INITIALIZE statement in the PROCEDURE division.
- InlineComment - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of the model object 'Inline Comment'.
- InputOutputSection - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of the INPUT-OUTPUT section of the ENVIRONMENT division.
- InspectAfterClause - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of an AFTER clause in an INSPECT statement.
- InspectBeforeClause - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a BEFORE clause in an INSPECT statement.
- InspectBeforeOrAfterClause - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a BEFORE or AFTER clause in an INSPECT statement.
- InspectConvertingStmt - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of an INSPECT statement with a CONVERTING clause.
- InspectReplacingAll - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of the ALL clause in a REPLACING clause in an INSPECT statement.
- InspectReplacingAllOrLeadingOrFirst - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of an ALL, LEADING, or FIRST clause in a REPLACING clause in an INSPECT statement.
- InspectReplacingAllOrLeadingOrFirstClause - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of the part of an ALL, LEADING, or FIRST clause after the first keyword within
the REPLACING clause of an INSPECT statement.
- InspectReplacingCharactersBy - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of an INSPECT statement with a CHARACTERS BY clause.
- InspectReplacingClause - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a clause within the REPLACING clause of an INSPECT statement.
- InspectReplacingFirst - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a FIRST clause in a REPLACING clause in an INSPECT statement.
- InspectReplacingLeading - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a LEADING clause in a REPLACING clause in an INSPECT statement.
- InspectReplacingStmt - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of an INSPECT statement with a REPLACING clause.
- InspectStmt - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of an INSPECT statement in the PROCEDURE division.
- InspectTallyingAll - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of the part of the TALLYING phrase after the ALL keyword in an INSPECT statement.
- InspectTallyingAllOrLeading - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of the part of the ALL or LEADING keywords in the TALLYING phrase in an INSPECT statement.
- InspectTallyingAllOrLeadingClause - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of an ALL or LEADING clause in a TALLYING phrase in an INSPECT statement.
- InspectTallyingCharacters - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of the CHARACTERS clause in the TALLYING phrase in an INSPECT statement.
- InspectTallyingClause - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of the TALLYING phrase in an INSPECT statement.
- InspectTallyingComparand - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of the part of the TALLYING phrase following the FOR keyword in an INSPECT statement.
- InspectTallyingLeading - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of the part of the TALLYING phrase after the LEADING keyword in an INSPECT statement.
- InspectTallyingReplacingStmt - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of an INSPECT statement with TALLYING and REPLACING phrases.
- InspectTallyingStmt - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of an INSPECT statement with a TALLYING clause.
- IntSubscript - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a table subscript that is an integer literal.
- IOControlParagraphClause - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of an I-O-CONTROL paragraph clause.
- IOFiles - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of the files specified in the USING clause in a MERGE or SORT statement, or
the GIVING clause in a SORT statement.
- IOFilesOrProcedure - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of either the files in the GIVING clause or the procedures in the OUTPUT
PROCEDURE clause of the MERGE and SORT statements, or the USING and INPUT PROCEDURE clauses
in the SORT statement.
- IOProcedure - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of the procedures in the OUTPUT PROCEDURE clause in the MERGE and SORT
statements, and the INPUT PROCEDURE clause in a SORT statement.
- isAbort() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsIssueAbortOrEndStmt
-
Returns the value of the 'Abort' attribute.
- isAccum() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendControlStmt
-
Returns the value of the 'Accum' attribute.
- isAccum() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendMapStmt
-
Returns the value of the 'Accum' attribute.
- isAccum() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendTextStmt
-
Returns the value of the 'Accum' attribute.
- isACQActivity() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsCancelStmt
-
Returns the value of the 'ACQ Activity' attribute.
- isACQActivity() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsCheckActivityStmt
-
Returns the value of the 'ACQ Activity' attribute.
- isACQActivity() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsDeleteContainerStmt
-
Returns the value of the 'ACQ Activity' attribute.
- isACQActivity() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsForceTimerStmt
-
Returns the value of the 'ACQ Activity' attribute.
- isACQActivity() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsGetContainerStmt
-
Returns the value of the 'ACQ Activity' attribute.
- isACQActivity() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsLinkActivityStmt
-
Returns the value of the 'ACQ Activity' attribute.
- isACQActivity() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsPutContainerStmt
-
Returns the value of the 'ACQ Activity' attribute.
- isACQActivity() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsResumeStmt
-
Returns the value of the 'ACQ Activity' attribute.
- isACQActivity() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsRunStmt
-
Returns the value of the 'ACQ Activity' attribute.
- isACQActivity() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSuspendStmt
-
Returns the value of the 'ACQ Activity' attribute.
- isACQProcess() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsCancelStmt
-
Returns the value of the 'ACQ Process' attribute.
- isACQProcess() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsDeleteContainerStmt
-
Returns the value of the 'ACQ Process' attribute.
- isACQProcess() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsForceTimerStmt
-
Returns the value of the 'ACQ Process' attribute.
- isACQProcess() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsGetContainerStmt
-
Returns the value of the 'ACQ Process' attribute.
- isACQProcess() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsPutContainerStmt
-
Returns the value of the 'ACQ Process' attribute.
- isACQProcess() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsResumeStmt
-
Returns the value of the 'ACQ Process' attribute.
- isACQProcess() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsRunStmt
-
Returns the value of the 'ACQ Process' attribute.
- isACQProcess() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSuspendStmt
-
Returns the value of the 'ACQ Process' attribute.
- isAddress() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWSAContextBuildStmt
-
Returns the value of the 'Address' attribute.
- isAddress() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWSAContextGetStmt
-
Returns the value of the 'Address' attribute.
- isAfter() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsPostStmt
-
Returns the value of the 'After' attribute.
- isAfter() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsRouteStmt
-
Returns the value of the 'After' attribute.
- isAlarm() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendControlStmt
-
Returns the value of the 'Alarm' attribute.
- isAlarm() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendMapMappingDevStmt
-
Returns the value of the 'Alarm' attribute.
- isAlarm() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendMapStmt
-
Returns the value of the 'Alarm' attribute.
- isAlarm() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendTextNoEditStmt
-
Returns the value of the 'Alarm' attribute.
- isAlarm() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendTextStmt
-
Returns the value of the 'Alarm' attribute.
- isAll() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendPageStmt
-
Returns the value of the 'All' attribute.
- isAll() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWSAContextBuildStmt
-
Returns the value of the 'All' attribute.
- isAll() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWSAContextGetStmt
-
Returns the value of the 'All' attribute.
- isAll() - Method in interface com.ibm.etools.cobol.application.model.cobol.UnstringDelimiter
-
Returns the value of the 'All' attribute.
- isAllProcedures() - Method in interface com.ibm.etools.cobol.application.model.cobol.DebuggingUseStmt
-
Returns the value of the 'All Procedures' attribute.
- isAlternate() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsConverseStmt
-
Returns the value of the 'Alternate' attribute.
- isAlternate() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendControlStmt
-
Returns the value of the 'Alternate' attribute.
- isAlternate() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendMapStmt
-
Returns the value of the 'Alternate' attribute.
- isAlternate() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendStmt
-
Returns the value of the 'Alternate' attribute.
- isAlternate() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendTextNoEditStmt
-
Returns the value of the 'Alternate' attribute.
- isAlternate() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendTextStmt
-
Returns the value of the 'Alternate' attribute.
- isAnd() - Method in interface com.ibm.etools.cobol.application.model.cobol.AbbreviatedCond
-
Returns the value of the 'And' attribute.
- isAnd() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsDefineCompositeEventStmt
-
Returns the value of the 'And' attribute.
- isAppend() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsPutContainerStmt
-
Returns the value of the 'Append' attribute.
- isASA() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSpoolOpenOutputStmt
-
Returns the value of the 'ASA' attribute.
- isAscending() - Method in interface com.ibm.etools.cobol.application.model.cobol.OnKeyClause
-
Returns the value of the 'Ascending' attribute.
- isAsIs() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsConverseStmt
-
Returns the value of the 'As Is' attribute.
- isAsIs() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsReceiveMapTerminalClause
-
Returns the value of the 'As Is' attribute.
- isAsIs() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsReceivePartnStmt
-
Returns the value of the 'As Is' attribute.
- isAsIs() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsReceiveStmt
-
Returns the value of the 'As Is' attribute.
- isAsIs() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendStmt
-
Returns the value of the 'As Is' attribute.
- isAsynchronous() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsRunStmt
-
Returns the value of the 'Asynchronous' attribute.
- isAt() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsPostStmt
-
Returns the value of the 'At' attribute.
- isAt() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsRouteStmt
-
Returns the value of the 'At' attribute.
- isAttributesUsed() - Method in interface com.ibm.etools.cobol.application.model.cobol.XMLGenerateStmt
-
Returns the value of the 'Attributes Used' attribute.
- isAutomaticLockMode() - Method in interface com.ibm.etools.cobol.application.model.cobol.FileControlEntry
-
- isAutoPage() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendPageStmt
-
Returns the value of the 'Auto Page' attribute.
- isAuxiliary() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWriteQTSStmt
-
Returns the value of the 'Auxiliary' attribute.
- isBase64() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsBifDigestStmt
-
Returns the value of the 'Base64' attribute.
- isBase64() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSignOnTokenStmt
-
Returns the value of the 'Base64' attribute.
- isBasicAuth() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWebCredentialsClause
-
Returns the value of the 'Basic Auth' attribute.
- isBeforeAdvancing() - Method in interface com.ibm.etools.cobol.application.model.cobol.WriteAdvancingClause
-
Returns the value of the 'Before Advancing' attribute.
- isBeginning() - Method in interface com.ibm.etools.cobol.application.model.cobol.LabelUseStmt
-
Returns the value of the 'Beginning' attribute.
- isBelow() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsGetMainStmt
-
Returns the value of the 'Below' attribute.
- isBinary() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsBifDigestStmt
-
Returns the value of the 'Binary' attribute.
- isBit() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsPutContainerStmt
-
Returns the value of the 'Bit' attribute.
- isBit() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSignOnTokenStmt
-
Returns the value of the 'Bit' attribute.
- isBlankWhenZero() - Method in interface com.ibm.etools.cobol.application.model.cobol.NumericEditedItem
-
Returns the value of the 'Blank When Zero' attribute.
- isBuffer() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsReceiveStmt
-
Returns the value of the 'Buffer' attribute.
- isCancel() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsAbendStmt
-
Returns the value of the 'Cancel' attribute.
- isCancel() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsHandleAbendStmt
-
Returns the value of the 'Cancel' attribute.
- isCard() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsIssueAbortOrEndStmt
-
Returns the value of the 'Card' attribute.
- isCard() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsIssueSendStmt
-
Returns the value of the 'Card' attribute.
- isCard() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsIssueWaitStmt
-
Returns the value of the 'Card' attribute.
- isCBuff() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendStmt
-
Returns the value of the 'CBuff' attribute.
- isChar() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsPutContainerStmt
-
Returns the value of the 'Char' attribute.
- isChunkEnd() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWebBodyClause
-
Returns the value of the 'Chunk End' attribute.
- isChunkNo() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWebBodyClause
-
Returns the value of the 'Chunk No' attribute.
- isChunkYes() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWebBodyClause
-
Returns the value of the 'Chunk Yes' attribute.
- isCicsDataKey() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsGetMainStmt
-
Returns the value of the 'Cics Data Key' attribute.
- isCicsEndFile() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsIssueEndOutputStmt
-
Returns the value of the 'Cics End File' attribute.
- isCLIConvert() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWebReceiveClientStmt
-
Returns the value of the 'CLI Convert' attribute.
- isCLIConvert() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWebSendClientStmt
-
Returns the value of the 'CLI Convert' attribute.
- isCLIConvert() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWebTranslationClause
-
Returns the value of the 'CLI Convert' attribute.
- isClient() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSoapFaultCreateStmt
-
Returns the value of the 'Client' attribute.
- isClose() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWebConverseStmt
-
Returns the value of the 'Close' attribute.
- isClose() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWebSendClientStmt
-
Returns the value of the 'Close' attribute.
- isClose() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWebSendServerStmt
-
Returns the value of the 'Close' attribute.
- isCNotCompl() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendStmt
-
Returns the value of the 'CNot Compl' attribute.
- isComplete() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsDumpTransactionStmt
-
Returns the value of the 'Complete' attribute.
- isConfirm() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendStmt
-
Returns the value of the 'Confirm' attribute.
- isConsistent() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsReadNextStmt
-
Returns the value of the 'Consistent' attribute.
- isConsistent() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsReadPrevStmt
-
Returns the value of the 'Consistent' attribute.
- isConsistent() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsReadStmt
-
Returns the value of the 'Consistent' attribute.
- isConsole() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsIssueAbortOrEndStmt
-
Returns the value of the 'Console' attribute.
- isConsole() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsIssueSendStmt
-
Returns the value of the 'Console' attribute.
- isConsole() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsIssueWaitStmt
-
Returns the value of the 'Console' attribute.
- isConverse() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsIssueLoadStmt
-
Returns the value of the 'Converse' attribute.
- isCritical() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWriteOperatorStmt
-
Returns the value of the 'Critical' attribute.
- isCurrent() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendPageStmt
-
Returns the value of the 'Current' attribute.
- isCycle() - Method in interface com.ibm.etools.cobol.application.model.cobol.ExitPerformStmt
-
Returns the value of the 'Cycle' attribute.
- isDataOnly() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsDocumentRetrieveStmt
-
Returns the value of the 'Data Only' attribute.
- isDataOnly() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendMapMappingDevStmt
-
Returns the value of the 'Data Only' attribute.
- isDataOnly() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendMapStmt
-
Returns the value of the 'Data Only' attribute.
- isDEBKey() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsReadStmt
-
Returns the value of the 'DEB Key' attribute.
- isDEBKey() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsStartBrStmt
-
Returns the value of the 'DEB Key' attribute.
- isDEBRec() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsReadStmt
-
Returns the value of the 'DEB Rec' attribute.
- isDEBRec() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsStartBrStmt
-
Returns the value of the 'DEB Rec' attribute.
- isDecimal() - Method in interface com.ibm.etools.cobol.application.model.cobol.NumericEditedItem
-
- isDecimal() - Method in interface com.ibm.etools.cobol.application.model.cobol.NumericItem
-
- isDecimalPointIsComma() - Method in interface com.ibm.etools.cobol.application.model.cobol.SpecialNamesParagraph
-
Returns the value of the 'Decimal Point Is Comma' attribute.
- isDefault() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsConverseStmt
-
Returns the value of the 'Default' attribute.
- isDefault() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendControlStmt
-
Returns the value of the 'Default' attribute.
- isDefault() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendMapStmt
-
Returns the value of the 'Default' attribute.
- isDefault() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendStmt
-
Returns the value of the 'Default' attribute.
- isDefault() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendTextNoEditStmt
-
Returns the value of the 'Default' attribute.
- isDefault() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendTextStmt
-
Returns the value of the 'Default' attribute.
- isDEFResp() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsConverseStmt
-
Returns the value of the 'DEF Resp' attribute.
- isDEFResp() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsIssueAddStmt
-
Returns the value of the 'DEF Resp' attribute.
- isDEFResp() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsIssueEraseStmt
-
Returns the value of the 'DEF Resp' attribute.
- isDEFResp() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsIssueReplaceStmt
-
Returns the value of the 'DEF Resp' attribute.
- isDEFResp() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsIssueSendStmt
-
Returns the value of the 'DEF Resp' attribute.
- isDEFResp() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendStmt
-
Returns the value of the 'DEF Resp' attribute.
- isDelete() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSpoolCloseStmt
-
Returns the value of the 'Delete' attribute.
- isDelete() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWebConverseStmt
-
Returns the value of the 'Delete' attribute.
- isDelete() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWebSendClientStmt
-
Returns the value of the 'Delete' attribute.
- isDelimitedBySize() - Method in interface com.ibm.etools.cobol.application.model.cobol.StringClause
-
Returns the value of the 'Delimited By Size' attribute.
- isDocDelete() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWebBodyClause
-
Returns the value of the 'Doc Delete' attribute.
- isEnd() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsIssueAbortOrEndStmt
-
Returns the value of the 'End' attribute.
- isEndActivity() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsReturnStmt
-
Returns the value of the 'End Activity' attribute.
- isEndAddUsed() - Method in interface com.ibm.etools.cobol.application.model.cobol.AddStmt
-
Returns the value of the 'End Add Used' attribute.
- isEndCallUsed() - Method in interface com.ibm.etools.cobol.application.model.cobol.CallStmt
-
Returns the value of the 'End Call Used' attribute.
- isEndComputeUsed() - Method in interface com.ibm.etools.cobol.application.model.cobol.ComputeStmt
-
Returns the value of the 'End Compute Used' attribute.
- isEndDeleteUsed() - Method in interface com.ibm.etools.cobol.application.model.cobol.DeleteStmt
-
Returns the value of the 'End Delete Used' attribute.
- isEndDivideUsed() - Method in interface com.ibm.etools.cobol.application.model.cobol.DivideStmt
-
Returns the value of the 'End Divide Used' attribute.
- isEndEvaluateUsed() - Method in interface com.ibm.etools.cobol.application.model.cobol.EvaluateStmt
-
Returns the value of the 'End Evaluate Used' attribute.
- isEndExecUsed() - Method in interface com.ibm.etools.cobol.application.model.cobol.ExecCicsStmt
-
Returns the value of the 'End Exec Used' attribute.
- isEndIfUsed() - Method in interface com.ibm.etools.cobol.application.model.cobol.IfThenElseStmt
-
Returns the value of the 'End If Used' attribute.
- isEnding() - Method in interface com.ibm.etools.cobol.application.model.cobol.LabelUseStmt
-
Returns the value of the 'Ending' attribute.
- isEndMultiplyUsed() - Method in interface com.ibm.etools.cobol.application.model.cobol.MultiplyStmt
-
Returns the value of the 'End Multiply Used' attribute.
- isEndOutput() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsIssueEndFileStmt
-
Returns the value of the 'End Output' attribute.
- isEndPerformUsed() - Method in interface com.ibm.etools.cobol.application.model.cobol.PerformStmt
-
Returns the value of the 'End Perform Used' attribute.
- isEndReadUsed() - Method in interface com.ibm.etools.cobol.application.model.cobol.ReadStmt
-
Returns the value of the 'End Read Used' attribute.
- isEndReturnUsed() - Method in interface com.ibm.etools.cobol.application.model.cobol.ReturnStmt
-
Returns the value of the 'End Return Used' attribute.
- isEndRewriteUsed() - Method in interface com.ibm.etools.cobol.application.model.cobol.RewriteStmt
-
Returns the value of the 'End Rewrite Used' attribute.
- isEndSearchUsed() - Method in interface com.ibm.etools.cobol.application.model.cobol.SearchStmt
-
Returns the value of the 'End Search Used' attribute.
- isEndStartUsed() - Method in interface com.ibm.etools.cobol.application.model.cobol.StartStmt
-
Returns the value of the 'End Start Used' attribute.
- isEndStringUsed() - Method in interface com.ibm.etools.cobol.application.model.cobol.StringStmt
-
Returns the value of the 'End String Used' attribute.
- isEndSubtractUsed() - Method in interface com.ibm.etools.cobol.application.model.cobol.SubtractStmt
-
Returns the value of the 'End Subtract Used' attribute.
- isEndUnstringUsed() - Method in interface com.ibm.etools.cobol.application.model.cobol.UnstringStmt
-
Returns the value of the 'End Unstring Used' attribute.
- isEndWriteUsed() - Method in interface com.ibm.etools.cobol.application.model.cobol.WriteStmt
-
Returns the value of the 'End Write Used' attribute.
- isEndXMLUsed() - Method in interface com.ibm.etools.cobol.application.model.cobol.XMLGenerateStmt
-
Returns the value of the 'End XML Used' attribute.
- isEndXMLUsed() - Method in interface com.ibm.etools.cobol.application.model.cobol.XMLParseStmt
-
Returns the value of the 'End XML Used' attribute.
- isEqual() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsReadStmt
-
Returns the value of the 'Equal' attribute.
- isEqual() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsResetBrStmt
-
Returns the value of the 'Equal' attribute.
- isEqual() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsStartBrStmt
-
Returns the value of the 'Equal' attribute.
- isErase() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsConverseStmt
-
Returns the value of the 'Erase' attribute.
- isErase() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendControlStmt
-
Returns the value of the 'Erase' attribute.
- isErase() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendMapMappingDevStmt
-
Returns the value of the 'Erase' attribute.
- isErase() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendMapStmt
-
Returns the value of the 'Erase' attribute.
- isErase() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendStmt
-
Returns the value of the 'Erase' attribute.
- isErase() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendTextNoEditStmt
-
Returns the value of the 'Erase' attribute.
- isErase() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendTextStmt
-
Returns the value of the 'Erase' attribute.
- isEraseAUP() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendControlStmt
-
Returns the value of the 'Erase AUP' attribute.
- isEraseAUP() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendMapMappingDevStmt
-
Returns the value of the 'Erase AUP' attribute.
- isEraseAUP() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendMapStmt
-
Returns the value of the 'Erase AUP' attribute.
- isError() - Method in interface com.ibm.etools.cobol.application.model.cobol.ExceptionUseStmt
-
Returns the value of the 'Error' attribute.
- isEventual() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWebSendServerStmt
-
Returns the value of the 'Eventual' attribute.
- isEventual() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWriteOperatorStmt
-
Returns the value of the 'Eventual' attribute.
- isException() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsEnterTraceNumStmt
-
Returns the value of the 'Exception' attribute.
- isException() - Method in interface com.ibm.etools.cobol.application.model.cobol.ExceptionUseStmt
-
Returns the value of the 'Exception' attribute.
- isExpect() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWebConverseStmt
-
Returns the value of the 'Expect' attribute.
- isExpect() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWebSendClientStmt
-
Returns the value of the 'Expect' attribute.
- isExternal() - Method in interface com.ibm.etools.cobol.application.model.cobol.FileDescriptionEntry
-
Returns the value of the 'External' attribute.
- isFaultToEPR() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWSAContextBuildStmt
-
Returns the value of the 'Fault To EPR' attribute.
- isFaultToEPR() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWSAContextGetStmt
-
Returns the value of the 'Fault To EPR' attribute.
- isFCT() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsDumpTransactionStmt
-
Returns the value of the 'FCT' attribute.
- isFile() - Method in interface com.ibm.etools.cobol.application.model.cobol.LabelUseStmt
-
Returns the value of the 'File' attribute.
- isFMH() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsConverseStmt
-
Returns the value of the 'FMH' attribute.
- isFMH() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendStmt
-
Returns the value of the 'FMH' attribute.
- isFMH() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsStartFromClause
-
Returns the value of the 'FMH' attribute.
- isFormFeed() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendControlStmt
-
Returns the value of the 'Form Feed' attribute.
- isFormFeed() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendMapMappingDevStmt
-
Returns the value of the 'Form Feed' attribute.
- isFormFeed() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendMapStmt
-
Returns the value of the 'Form Feed' attribute.
- isFormFeed() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendTextStmt
-
Returns the value of the 'Form Feed' attribute.
- isForRemoval() - Method in interface com.ibm.etools.cobol.application.model.cobol.CloseReelOrUnit
-
Returns the value of the 'For Removal' attribute.
- isFreeKB() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendControlStmt
-
Returns the value of the 'Free KB' attribute.
- isFreeKB() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendMapMappingDevStmt
-
Returns the value of the 'Free KB' attribute.
- isFreeKB() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendMapStmt
-
Returns the value of the 'Free KB' attribute.
- isFreeKB() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendTextNoEditStmt
-
Returns the value of the 'Free KB' attribute.
- isFreeKB() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendTextStmt
-
Returns the value of the 'Free KB' attribute.
- isFromEPR() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWSAContextBuildStmt
-
Returns the value of the 'From EPR' attribute.
- isFromEPR() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWSAContextGetStmt
-
Returns the value of the 'From EPR' attribute.
- isFromProcess() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsMoveContainerStmt
-
Returns the value of the 'From Process' attribute.
- isFRSet() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendControlStmt
-
Returns the value of the 'FR Set' attribute.
- isFRSet() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendMapMappingDevStmt
-
Returns the value of the 'FR Set' attribute.
- isFRSet() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendMapStmt
-
Returns the value of the 'FR Set' attribute.
- isGeneric() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsDeleteKeyLengthClause
-
Returns the value of the 'Generic' attribute.
- isGeneric() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsFileBrowseKeyLengthClause
-
Returns the value of the 'Generic' attribute.
- isGet() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWebConverseStmt
-
Returns the value of the 'Get' attribute.
- isGet() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWebSendClientStmt
-
Returns the value of the 'Get' attribute.
- isGlobal() - Method in interface com.ibm.etools.cobol.application.model.cobol.ExceptionUseStmt
-
Returns the value of the 'Global' attribute.
- isGlobal() - Method in interface com.ibm.etools.cobol.application.model.cobol.FileDescriptionEntry
-
Returns the value of the 'Global' attribute.
- isGlobal() - Method in interface com.ibm.etools.cobol.application.model.cobol.LabelUseStmt
-
Returns the value of the 'Global' attribute.
- isGTEQ() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsReadStmt
-
Returns the value of the 'GTEQ' attribute.
- isGTEQ() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsResetBrStmt
-
Returns the value of the 'GTEQ' attribute.
- isGTEQ() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsStartBrStmt
-
Returns the value of the 'GTEQ' attribute.
- isHead() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWebConverseStmt
-
Returns the value of the 'Head' attribute.
- isHead() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWebSendClientStmt
-
Returns the value of the 'Head' attribute.
- isHex() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsBifDigestStmt
-
Returns the value of the 'Hex' attribute.
- isHold() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsLoadStmt
-
Returns the value of the 'Hold' attribute.
- isHONEOM() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendControlStmt
-
Returns the value of the 'HONEOM' attribute.
- isHONEOM() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendMapStmt
-
Returns the value of the 'HONEOM' attribute.
- isHONEOM() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendTextNoEditStmt
-
Returns the value of the 'HONEOM' attribute.
- isHONEOM() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendTextStmt
-
Returns the value of the 'HONEOM' attribute.
- isHTTP() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWebOpenStmt
-
Returns the value of the 'HTTP' attribute.
- isHTTPS() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWebOpenStmt
-
Returns the value of the 'HTTPS' attribute.
- isImmediate() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsReturnTransactionIdClause
-
Returns the value of the 'Immediate' attribute.
- isImmediate() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWebSendServerStmt
-
Returns the value of the 'Immediate' attribute.
- isImmediate() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWriteOperatorStmt
-
Returns the value of the 'Immediate' attribute.
- isInitial() - Method in interface com.ibm.etools.cobol.application.model.cobol.InspectBeforeOrAfterClause
-
Returns the value of the 'Initial' attribute.
- isInvite() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendStmt
-
Returns the value of the 'Invite' attribute.
- isIsAll() - Method in interface com.ibm.etools.cobol.application.model.cobol.LiteralTypedValue
-
Returns the value of the 'Is All' attribute.
- isIsAscending() - Method in interface com.ibm.etools.cobol.application.model.cobol.TableKeyInfo
-
Returns the value of the 'Is Ascending' attribute.
- isIsCommon() - Method in interface com.ibm.etools.cobol.application.model.cobol.IdentificationDivision
-
Returns the value of the 'Is Common' attribute.
- isIsExternal() - Method in interface com.ibm.etools.cobol.application.model.cobol.Level01Item
-
Returns the value of the 'Is External' attribute.
- isIsFiller() - Method in interface com.ibm.etools.cobol.application.model.cobol.DataItem
-
Returns the value of the 'Is Filler' attribute.
- isIsGlobal() - Method in interface com.ibm.etools.cobol.application.model.cobol.Level01Item
-
Returns the value of the 'Is Global' attribute.
- isIsInitial() - Method in interface com.ibm.etools.cobol.application.model.cobol.IdentificationDivision
-
Returns the value of the 'Is Initial' attribute.
- isIsOptional() - Method in interface com.ibm.etools.cobol.application.model.cobol.FileControlEntry
-
Returns the value of the 'Is Optional' attribute.
- isIsRecursive() - Method in interface com.ibm.etools.cobol.application.model.cobol.IdentificationDivision
-
Returns the value of the 'Is Recursive' attribute.
- isIssuer() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsExtractCertificateStmt
-
Returns the value of the 'Issuer' attribute.
- isJusFirst() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendTextStmt
-
Returns the value of the 'Jus First' attribute.
- isJusLast() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendTextStmt
-
Returns the value of the 'Jus Last' attribute.
- isJustifiedRight() - Method in interface com.ibm.etools.cobol.application.model.cobol.DBCSItem
-
Returns the value of the 'Justified Right' attribute.
- isJustifiedRight() - Method in interface com.ibm.etools.cobol.application.model.cobol.UnicodeItem
-
Returns the value of the 'Justified Right' attribute.
- isJustifyRight() - Method in interface com.ibm.etools.cobol.application.model.cobol.AlphabeticItem
-
Returns the value of the 'Justify Right' attribute.
- isJustifyRight() - Method in interface com.ibm.etools.cobol.application.model.cobol.AlphaNumericItem
-
Returns the value of the 'Justify Right' attribute.
- isKeep() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSpoolCloseStmt
-
Returns the value of the 'Keep' attribute.
- isKerberos() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSignOnTokenStmt
-
Returns the value of the 'Kerberos' attribute.
- isL40() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendControlStmt
-
Returns the value of the 'L40' attribute.
- isL40() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendMapStmt
-
Returns the value of the 'L40' attribute.
- isL40() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendTextNoEditStmt
-
Returns the value of the 'L40' attribute.
- isL40() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendTextStmt
-
Returns the value of the 'L40' attribute.
- isL64() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendControlStmt
-
Returns the value of the 'L64' attribute.
- isL64() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendMapStmt
-
Returns the value of the 'L64' attribute.
- isL64() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendTextNoEditStmt
-
Returns the value of the 'L64' attribute.
- isL64() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendTextStmt
-
Returns the value of the 'L64' attribute.
- isL80() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendControlStmt
-
Returns the value of the 'L80' attribute.
- isL80() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendMapStmt
-
Returns the value of the 'L80' attribute.
- isL80() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendTextNoEditStmt
-
Returns the value of the 'L80' attribute.
- isL80() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendTextStmt
-
Returns the value of the 'L80' attribute.
- isLast() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendControlStmt
-
Returns the value of the 'Last' attribute.
- isLast() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendMapStmt
-
Returns the value of the 'Last' attribute.
- isLast() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendPageStmt
-
Returns the value of the 'Last' attribute.
- isLast() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendStmt
-
Returns the value of the 'Last' attribute.
- isLast() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendTextMappedStmt
-
Returns the value of the 'Last' attribute.
- isLast() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendTextNoEditStmt
-
Returns the value of the 'Last' attribute.
- isLast() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendTextStmt
-
Returns the value of the 'Last' attribute.
- isLeaveKB() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsConverseStmt
-
Returns the value of the 'Leave KB' attribute.
- isLeaveKB() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsReceiveStmt
-
Returns the value of the 'Leave KB' attribute.
- isLeaveKB() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendStmt
-
Returns the value of the 'Leave KB' attribute.
- isLine() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSpoolWriteStmt
-
Returns the value of the 'Line' attribute.
- isLog() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsQuerySecurityStmt
-
Returns the value of the 'Log' attribute.
- isLogonLogMode() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsIssuePassStmt
-
Returns the value of the 'Logon Log Mode' attribute.
- isMain() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWriteQTSStmt
-
Returns the value of the 'Main' attribute.
- isMapOnly() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendMapMappingDevStmt
-
Returns the value of the 'Map Only' attribute.
- isMapOnly() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendMapStmt
-
Returns the value of the 'Map Only' attribute.
- isMassInsert() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWriteStmt
-
Returns the value of the 'Mass Insert' attribute.
- isMCC() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSpoolOpenOutputStmt
-
Returns the value of the 'MCC' attribute.
- isMetadata() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWSAContextBuildStmt
-
Returns the value of the 'Metadata' attribute.
- isMetadata() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWSAContextGetStmt
-
Returns the value of the 'Metadata' attribute.
- isNative() - Method in interface com.ibm.etools.cobol.application.model.cobol.UsageClause
-
Returns the value of the 'Native' attribute.
- isNext() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsReadQTSStmt
-
Returns the value of the 'Next' attribute.
- isNextSentence() - Method in interface com.ibm.etools.cobol.application.model.cobol.Branch
-
Returns the value of the 'Next Sentence' attribute.
- isNLEOM() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsRouteStmt
-
Returns the value of the 'NLEOM' attribute.
- isNLEOM() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendMapStmt
-
Returns the value of the 'NLEOM' attribute.
- isNLEOM() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendTextStmt
-
Returns the value of the 'NLEOM' attribute.
- isNoAutoPage() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendPageStmt
-
Returns the value of the 'No Auto Page' attribute.
- isNOCC() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSpoolOpenOutputStmt
-
Returns the value of the 'NOCC' attribute.
- isNoCheck() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsDefineProcessStmt
-
Returns the value of the 'No Check' attribute.
- isNoCheck() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsStartStmt
-
Returns the value of the 'No Check' attribute.
- isNoCLIConvert() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWebReceiveClientStmt
-
Returns the value of the 'No CLI Convert' attribute.
- isNoCLIConvert() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWebSendClientStmt
-
Returns the value of the 'No CLI Convert' attribute.
- isNoCLIConvert() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWebTranslationClause
-
Returns the value of the 'No CLI Convert' attribute.
- isNoClose() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWebConverseStmt
-
Returns the value of the 'No Close' attribute.
- isNoClose() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWebSendClientStmt
-
Returns the value of the 'No Close' attribute.
- isNoClose() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWebSendServerStmt
-
Returns the value of the 'No Close' attribute.
- isNoConvert() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsGetContainerStmt
-
Returns the value of the 'No Convert' attribute.
- isNoData() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsGetContainerStmt
-
Returns the value of the 'No Data' attribute.
- isNoDocDelete() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWebBodyClause
-
Returns the value of the 'No Doc Delete' attribute.
- isNoDump() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsAbendStmt
-
Returns the value of the 'No Dump' attribute.
- isNoEDF() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsStmt
-
Returns the value of the 'No EDF' attribute.
- isNoFlush() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendMapStmt
-
Returns the value of the 'No Flush' attribute.
- isNoHandle() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsStmt
-
Returns the value of the 'No Handle' attribute.
- isNoInConvert() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWebTranslationClause
-
Returns the value of the 'No In Convert' attribute.
- isNoLog() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsQuerySecurityStmt
-
Returns the value of the 'No Log' attribute.
- isNone() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWebCredentialsClause
-
Returns the value of the 'None' attribute.
- isNoOutConvert() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWebTranslationClause
-
Returns the value of the 'No Out Convert' attribute.
- isNoQueue() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsAllocateStmt
-
Returns the value of the 'No Queue' attribute.
- isNoQuiesce() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsIssuePassStmt
-
Returns the value of the 'No Quiesce' attribute.
- isNoSrvConvert() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWebReceiveServerStmt
-
Returns the value of the 'No Srv Convert' attribute.
- isNoSrvConvert() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWebSendServerStmt
-
Returns the value of the 'No Srv Convert' attribute.
- isNoSuspend() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsAllocateStmt
-
Returns the value of the 'No Suspend' attribute.
- isNoSuspend() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsDeleteStmt
-
Returns the value of the 'No Suspend' attribute.
- isNoSuspend() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsEnqStmt
-
Returns the value of the 'No Suspend' attribute.
- isNoSuspend() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsGetMainStmt
-
Returns the value of the 'No Suspend' attribute.
- isNoSuspend() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsReadNextStmt
-
Returns the value of the 'No Suspend' attribute.
- isNoSuspend() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsReadPrevStmt
-
Returns the value of the 'No Suspend' attribute.
- isNoSuspend() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsReadQTDStmt
-
Returns the value of the 'No Suspend' attribute.
- isNoSuspend() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsReadStmt
-
Returns the value of the 'No Suspend' attribute.
- isNoSuspend() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsRewriteStmt
-
Returns the value of the 'No Suspend' attribute.
- isNoSuspend() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWriteJournalNameStmt
-
Returns the value of the 'No Suspend' attribute.
- isNoSuspend() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWriteQTSStmt
-
Returns the value of the 'No Suspend' attribute.
- isNoSuspend() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWriteStmt
-
Returns the value of the 'No Suspend' attribute.
- isNot() - Method in interface com.ibm.etools.cobol.application.model.cobol.AbbreviatedCond
-
Returns the value of the 'Not' attribute.
- isNot() - Method in interface com.ibm.etools.cobol.application.model.cobol.EvaluateExpr
-
Returns the value of the 'Not' attribute.
- isNot() - Method in interface com.ibm.etools.cobol.application.model.cobol.EvaluateExprRange
-
Returns the value of the 'Not' attribute.
- isNotPurgeable() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWaitCicsStmt
-
Returns the value of the 'Not Purgeable' attribute.
- isNotPurgeable() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWaitExternalStmt
-
Returns the value of the 'Not Purgeable' attribute.
- isNoTruncate() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsConverseStmt
-
Returns the value of the 'No Truncate' attribute.
- isNoTruncate() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsReceiveStmt
-
Returns the value of the 'No Truncate' attribute.
- isNoTruncate() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWebConverseStmt
-
Returns the value of the 'No Truncate' attribute.
- isNoTruncate() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWebReceiveClientStmt
-
Returns the value of the 'No Truncate' attribute.
- isNoTruncate() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWebReceiveServerStmt
-
Returns the value of the 'No Truncate' attribute.
- isNoWait() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsIssueAddStmt
-
Returns the value of the 'No Wait' attribute.
- isNoWait() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsIssueEraseStmt
-
Returns the value of the 'No Wait' attribute.
- isNoWait() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsIssueReplaceStmt
-
Returns the value of the 'No Wait' attribute.
- isNoWait() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsIssueSendStmt
-
Returns the value of the 'No Wait' attribute.
- isOmitted() - Method in interface com.ibm.etools.cobol.application.model.cobol.LabelRecordsClause
-
Returns the value of the 'Omitted' attribute.
- isOn() - Method in interface com.ibm.etools.cobol.application.model.cobol.SetSwitchesClause
-
Returns the value of the 'On' attribute.
- isOperPurge() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendPageStmt
-
Returns the value of the 'Oper Purge' attribute.
- isOptions() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWebConverseStmt
-
Returns the value of the 'Options' attribute.
- isOptions() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWebSendClientStmt
-
Returns the value of the 'Options' attribute.
- isOr() - Method in interface com.ibm.etools.cobol.application.model.cobol.AbbreviatedCond
-
Returns the value of the 'Or' attribute.
- isOr() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsDefineCompositeEventStmt
-
Returns the value of the 'Or' attribute.
- isOwner() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsExtractCertificateStmt
-
Returns the value of the 'Owner' attribute.
- isPage() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSpoolWriteStmt
-
Returns the value of the 'Page' attribute.
- isPage() - Method in interface com.ibm.etools.cobol.application.model.cobol.WriteAdvancingClause
-
Returns the value of the 'Page' attribute.
- isPaging() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendControlStmt
-
Returns the value of the 'Paging' attribute.
- isPaging() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendMapStmt
-
Returns the value of the 'Paging' attribute.
- isPaging() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendTextMappedStmt
-
Returns the value of the 'Paging' attribute.
- isPaging() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendTextNoEditStmt
-
Returns the value of the 'Paging' attribute.
- isPaging() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendTextStmt
-
Returns the value of the 'Paging' attribute.
- isPassBK() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsReceiveStmt
-
Returns the value of the 'Pass BK' attribute.
- isPassBK() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendStmt
-
Returns the value of the 'Pass BK' attribute.
- isPCT() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsDumpTransactionStmt
-
Returns the value of the 'PCT' attribute.
- isPost() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWebConverseStmt
-
Returns the value of the 'Post' attribute.
- isPost() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWebSendClientStmt
-
Returns the value of the 'Post' attribute.
- isPPT() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsDumpTransactionStmt
-
Returns the value of the 'PPT' attribute.
- isPrint() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsIssueAbortOrEndStmt
-
Returns the value of the 'Print' attribute.
- isPrint() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsIssueSendStmt
-
Returns the value of the 'Print' attribute.
- isPrint() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsIssueWaitStmt
-
Returns the value of the 'Print' attribute.
- isPrint() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendControlStmt
-
Returns the value of the 'Print' attribute.
- isPrint() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendMapMappingDevStmt
-
Returns the value of the 'Print' attribute.
- isPrint() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendMapStmt
-
Returns the value of the 'Print' attribute.
- isPrint() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendTextNoEditStmt
-
Returns the value of the 'Print' attribute.
- isPrint() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendTextStmt
-
Returns the value of the 'Print' attribute.
- isPrint() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSpoolOpenOutputStmt
-
Returns the value of the 'Print' attribute.
- isPrivate() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsDocumentCreateStmt
-
Returns the value of the 'Private' attribute.
- isPrivate() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsDocumentSetStmt
-
Returns the value of the 'Private' attribute.
- isPrivate() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWebReadFormFieldStmt
-
Returns the value of the 'Private' attribute.
- isPrivate() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWebReadHTTPHeaderStmt
-
Returns the value of the 'Private' attribute.
- isPrivate() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWebReadQueryParmStmt
-
Returns the value of the 'Private' attribute.
- isProcess() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsDeleteContainerStmt
-
Returns the value of the 'Process' attribute.
- isProcess() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsGetContainerStmt
-
Returns the value of the 'Process' attribute.
- isProcess() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsPutContainerStmt
-
Returns the value of the 'Process' attribute.
- isProgram() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsDumpTransactionStmt
-
Returns the value of the 'Program' attribute.
- isProtect() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsStartStmt
-
Returns the value of the 'Protect' attribute.
- isPseudoBin() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsConverseStmt
-
Returns the value of the 'Pseudo Bin' attribute.
- isPseudoBin() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsReceiveStmt
-
Returns the value of the 'Pseudo Bin' attribute.
- isPseudoBin() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendStmt
-
Returns the value of the 'Pseudo Bin' attribute.
- isPunch() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSpoolOpenOutputStmt
-
Returns the value of the 'Punch' attribute.
- isPurgeable() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWaitCicsStmt
-
Returns the value of the 'Purgeable' attribute.
- isPurgeable() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWaitExternalStmt
-
Returns the value of the 'Purgeable' attribute.
- isPut() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWebConverseStmt
-
Returns the value of the 'Put' attribute.
- isPut() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWebSendClientStmt
-
Returns the value of the 'Put' attribute.
- isRBA() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsDeleteStmt
-
Returns the value of the 'RBA' attribute.
- isRBA() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsReadNextStmt
-
Returns the value of the 'RBA' attribute.
- isRBA() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsReadPrevStmt
-
Returns the value of the 'RBA' attribute.
- isRBA() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsReadStmt
-
Returns the value of the 'RBA' attribute.
- isRBA() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsResetBrStmt
-
Returns the value of the 'RBA' attribute.
- isRBA() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsStartBrStmt
-
Returns the value of the 'RBA' attribute.
- isRBA() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWriteStmt
-
Returns the value of the 'RBA' attribute.
- isReceiver() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSoapFaultCreateStmt
-
Returns the value of the 'Receiver' attribute.
- isReduce() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsGetCounterStmt
-
Returns the value of the 'Reduce' attribute.
- isReduce() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsGetDCounterStmt
-
Returns the value of the 'Reduce' attribute.
- isReel() - Method in interface com.ibm.etools.cobol.application.model.cobol.LabelUseStmt
-
Returns the value of the 'Reel' attribute.
- isRefParms() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWSAContextBuildStmt
-
Returns the value of the 'Ref Parms' attribute.
- isRefParms() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWSAContextGetStmt
-
Returns the value of the 'Ref Parms' attribute.
- isRelease() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendPageStmt
-
Returns the value of the 'Release' attribute.
- isRepeatable() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsReadNextStmt
-
Returns the value of the 'Repeatable' attribute.
- isRepeatable() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsReadPrevStmt
-
Returns the value of the 'Repeatable' attribute.
- isRepeatable() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsReadStmt
-
Returns the value of the 'Repeatable' attribute.
- isReplyToEPR() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWSAContextBuildStmt
-
Returns the value of the 'Reply To EPR' attribute.
- isReplyToEPR() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWSAContextGetStmt
-
Returns the value of the 'Reply To EPR' attribute.
- isReqContext() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWSAContextGetStmt
-
Returns the value of the 'Req Context' attribute.
- isReset() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsHandleAbendStmt
-
Returns the value of the 'Reset' attribute.
- isRespContext() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWSAContextGetStmt
-
Returns the value of the 'Resp Context' attribute.
- isRetain() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendPageStmt
-
Returns the value of the 'Retain' attribute.
- isReturningNational() - Method in interface com.ibm.etools.cobol.application.model.cobol.XMLParseStmt
-
Returns the value of the 'Returning National' attribute.
- isReversed() - Method in interface com.ibm.etools.cobol.application.model.cobol.OpenObject
-
Returns the value of the 'Reversed' attribute.
- isRewrite() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWriteQTSStmt
-
Returns the value of the 'Rewrite' attribute.
- isRounded() - Method in interface com.ibm.etools.cobol.application.model.cobol.ArithOperand
-
Returns the value of the 'Rounded' attribute.
- isRRN() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsDeleteStmt
-
Returns the value of the 'RRN' attribute.
- isRRN() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsIssueAddStmt
-
Returns the value of the 'RRN' attribute.
- isRRN() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsIssueEraseStmt
-
Returns the value of the 'RRN' attribute.
- isRRN() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsIssueNoteStmt
-
Returns the value of the 'RRN' attribute.
- isRRN() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsIssueReplaceStmt
-
Returns the value of the 'RRN' attribute.
- isRRN() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsReadNextStmt
-
Returns the value of the 'RRN' attribute.
- isRRN() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsReadPrevStmt
-
Returns the value of the 'RRN' attribute.
- isRRN() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsReadStmt
-
Returns the value of the 'RRN' attribute.
- isRRN() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsResetBrStmt
-
Returns the value of the 'RRN' attribute.
- isRRN() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsStartBrStmt
-
Returns the value of the 'RRN' attribute.
- isRRN() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWriteStmt
-
Returns the value of the 'RRN' attribute.
- isSender() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSoapFaultCreateStmt
-
Returns the value of the 'Sender' attribute.
- isServer() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSoapFaultCreateStmt
-
Returns the value of the 'Server' attribute.
- isShared() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsGetMainStmt
-
Returns the value of the 'Shared' attribute.
- isSigned() - Method in interface com.ibm.etools.cobol.application.model.cobol.NumericItem
-
Returns the value of the 'Signed' attribute.
- isSignLeading() - Method in interface com.ibm.etools.cobol.application.model.cobol.NumericItem
-
Returns the value of the 'Sign Leading' attribute.
- isSignSeparate() - Method in interface com.ibm.etools.cobol.application.model.cobol.NumericItem
-
Returns the value of the 'Sign Separate' attribute.
- isSIT() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsDumpTransactionStmt
-
Returns the value of the 'SIT' attribute.
- isSort() - Method in interface com.ibm.etools.cobol.application.model.cobol.FileDescriptionEntry
-
Returns the value of the 'Sort' attribute.
- isSrvConvert() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWebReceiveServerStmt
-
Returns the value of the 'Srv Convert' attribute.
- isSrvConvert() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWebSendServerStmt
-
Returns the value of the 'Srv Convert' attribute.
- isStandard() - Method in interface com.ibm.etools.cobol.application.model.cobol.ExceptionUseStmt
-
Returns the value of the 'Standard' attribute.
- isStandard() - Method in interface com.ibm.etools.cobol.application.model.cobol.LabelRecordsClause
-
Returns the value of the 'Standard' attribute.
- isStandard() - Method in interface com.ibm.etools.cobol.application.model.cobol.LabelUseStmt
-
Returns the value of the 'Standard' attribute.
- isStartIO() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWaitJournalStmt
-
Returns the value of the 'Start IO' attribute.
- isStorage() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsDumpTransactionStmt
-
Returns the value of the 'Storage' attribute.
- isStrField() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsConverseStmt
-
Returns the value of the 'Str Field' attribute.
- isStrField() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendStmt
-
Returns the value of the 'Str Field' attribute.
- isSuppressUsed() - Method in interface com.ibm.etools.cobol.application.model.cobol.CopyStmt
-
Returns the value of the 'Suppress Used' attribute.
- isSynchronized() - Method in interface com.ibm.etools.cobol.application.model.cobol.ElementaryDataItem
-
Returns the value of the 'Synchronized' attribute.
- isSynchronous() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsRunStmt
-
Returns the value of the 'Synchronous' attribute.
- isSyncOnReturn() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsLinkStmt
-
Returns the value of the 'Sync On Return' attribute.
- isSysEIB() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsStmt
-
Returns the value of the 'Sys EIB' attribute.
- isTables() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsDumpTransactionStmt
-
Returns the value of the 'Tables' attribute.
- isTask() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsDeqStmt
-
Returns the value of the 'Task' attribute.
- isTask() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsDumpTransactionStmt
-
Returns the value of the 'Task' attribute.
- isTask() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsEnqStmt
-
Returns the value of the 'Task' attribute.
- isTCT() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsDumpTransactionStmt
-
Returns the value of the 'TCT' attribute.
- isTerminal() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsDumpTransactionStmt
-
Returns the value of the 'Terminal' attribute.
- isTerminal() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendControlStmt
-
Returns the value of the 'Terminal' attribute.
- isTerminal() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendMapStmt
-
Returns the value of the 'Terminal' attribute.
- isTerminal() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendTextMappedStmt
-
Returns the value of the 'Terminal' attribute.
- isTerminal() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendTextNoEditStmt
-
Returns the value of the 'Terminal' attribute.
- isTerminal() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendTextStmt
-
Returns the value of the 'Terminal' attribute.
- isTestAfter() - Method in interface com.ibm.etools.cobol.application.model.cobol.PIControllerUntil
-
Returns the value of the 'Test After' attribute.
- isTestAfter() - Method in interface com.ibm.etools.cobol.application.model.cobol.PIControllerVarying
-
Returns the value of the 'Test After' attribute.
- isToday() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsDefineTimerStmt
-
Returns the value of the 'Today' attribute.
- isToEPR() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWSAContextBuildStmt
-
Returns the value of the 'To EPR' attribute.
- isToEPR() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWSAContextGetStmt
-
Returns the value of the 'To EPR' attribute.
- isToProcess() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsMoveContainerStmt
-
Returns the value of the 'To Process' attribute.
- isTrace() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWebConverseStmt
-
Returns the value of the 'Trace' attribute.
- isTrace() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWebSendClientStmt
-
Returns the value of the 'Trace' attribute.
- isTRT() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsDumpTransactionStmt
-
Returns the value of the 'TRT' attribute.
- isTS() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsDeleteQTSStmt
-
Returns the value of the 'TS' attribute.
- isTS() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsReadQTSStmt
-
Returns the value of the 'TS' attribute.
- isTS() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWriteQTSStmt
-
Returns the value of the 'TS' attribute.
- isUnbounded() - Method in interface com.ibm.etools.cobol.application.model.cobol.VariableTableDataItem
-
Returns the value of the 'Unbounded' attribute.
- isUncommitted() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsReadNextStmt
-
Returns the value of the 'Uncommitted' attribute.
- isUncommitted() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsReadPrevStmt
-
Returns the value of the 'Uncommitted' attribute.
- isUncommitted() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsReadStmt
-
Returns the value of the 'Uncommitted' attribute.
- isUnescaped() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsDocumentCreateStmt
-
Returns the value of the 'Unescaped' attribute.
- isUnescaped() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsDocumentSetStmt
-
Returns the value of the 'Unescaped' attribute.
- isUnit() - Method in interface com.ibm.etools.cobol.application.model.cobol.LabelUseStmt
-
Returns the value of the 'Unit' attribute.
- isUOW() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsDeqStmt
-
Returns the value of the 'UOW' attribute.
- isUOW() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsEnqStmt
-
Returns the value of the 'UOW' attribute.
- isUp() - Method in interface com.ibm.etools.cobol.application.model.cobol.SetAdjustIndicesStmt
-
Returns the value of the 'Up' attribute.
- isUserDataKey() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsGetMainStmt
-
Returns the value of the 'User Data Key' attribute.
- isVolatile() - Method in interface com.ibm.etools.cobol.application.model.cobol.DataItem
-
Returns the value of the 'Volatile' attribute.
- isWait() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsIssueCopyStmt
-
Returns the value of the 'Wait' attribute.
- isWait() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsIssueEraseAUPStmt
-
Returns the value of the 'Wait' attribute.
- isWait() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsRetrieveStmt
-
Returns the value of the 'Wait' attribute.
- isWait() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendControlStmt
-
Returns the value of the 'Wait' attribute.
- isWait() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendMapStmt
-
Returns the value of the 'Wait' attribute.
- isWait() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendStmt
-
Returns the value of the 'Wait' attribute.
- isWait() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendTextMappedStmt
-
Returns the value of the 'Wait' attribute.
- isWait() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendTextNoEditStmt
-
Returns the value of the 'Wait' attribute.
- isWait() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsSendTextStmt
-
Returns the value of the 'Wait' attribute.
- isWait() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWriteJournalNameStmt
-
Returns the value of the 'Wait' attribute.
- isWithDebuggingMode() - Method in interface com.ibm.etools.cobol.application.model.cobol.SourceComputerParagraph
-
Returns the value of the 'With Debugging Mode' attribute.
- isWithDuplicates() - Method in interface com.ibm.etools.cobol.application.model.cobol.AlternateKeyClause
-
Returns the value of the 'With Duplicates' attribute.
- isWithDuplicatesInOrder() - Method in interface com.ibm.etools.cobol.application.model.cobol.SortStmt
-
Returns the value of the 'With Duplicates In Order' attribute.
- isWithDuplicatesInOrder() - Method in interface com.ibm.etools.cobol.application.model.cobol.SortTableStmt
-
Returns the value of the 'With Duplicates In Order' attribute.
- isWithLock() - Method in interface com.ibm.etools.cobol.application.model.cobol.CloseObject
-
Returns the value of the 'With Lock' attribute.
- isWithLockOnRecord() - Method in interface com.ibm.etools.cobol.application.model.cobol.FileControlEntry
-
- isWithNoAdvancing() - Method in interface com.ibm.etools.cobol.application.model.cobol.DisplayStmt
-
Returns the value of the 'With No Advancing' attribute.
- isWithNoRewind() - Method in interface com.ibm.etools.cobol.application.model.cobol.CloseObject
-
Returns the value of the 'With No Rewind' attribute.
- isWithNoRewind() - Method in interface com.ibm.etools.cobol.application.model.cobol.CloseReelOrUnit
-
Returns the value of the 'With No Rewind' attribute.
- isWithNoRewind() - Method in interface com.ibm.etools.cobol.application.model.cobol.OpenObject
-
Returns the value of the 'With No Rewind' attribute.
- isWPMedia1() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsIssueAbortOrEndStmt
-
Returns the value of the 'WP Media1' attribute.
- isWPMedia1() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsIssueSendStmt
-
Returns the value of the 'WP Media1' attribute.
- isWPMedia1() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsIssueWaitStmt
-
Returns the value of the 'WP Media1' attribute.
- isWPMedia2() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsIssueAbortOrEndStmt
-
Returns the value of the 'WP Media2' attribute.
- isWPMedia2() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsIssueSendStmt
-
Returns the value of the 'WP Media2' attribute.
- isWPMedia2() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsIssueWaitStmt
-
Returns the value of the 'WP Media2' attribute.
- isWPMedia3() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsIssueAbortOrEndStmt
-
Returns the value of the 'WP Media3' attribute.
- isWPMedia3() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsIssueSendStmt
-
Returns the value of the 'WP Media3' attribute.
- isWPMedia3() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsIssueWaitStmt
-
Returns the value of the 'WP Media3' attribute.
- isWPMedia4() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsIssueAbortOrEndStmt
-
Returns the value of the 'WP Media4' attribute.
- isWPMedia4() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsIssueSendStmt
-
Returns the value of the 'WP Media4' attribute.
- isWPMedia4() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsIssueWaitStmt
-
Returns the value of the 'WP Media4' attribute.
- isWrap() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsGetCounterStmt
-
Returns the value of the 'Wrap' attribute.
- isWrap() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsGetDCounterStmt
-
Returns the value of the 'Wrap' attribute.
- isXmlDeclarationUsed() - Method in interface com.ibm.etools.cobol.application.model.cobol.XMLGenerateStmt
-
Returns the value of the 'Xml Declaration Used' attribute.
- isXRBA() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsReadNextStmt
-
Returns the value of the 'XRBA' attribute.
- isXRBA() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsReadPrevStmt
-
Returns the value of the 'XRBA' attribute.
- isXRBA() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsReadStmt
-
Returns the value of the 'XRBA' attribute.
- isXRBA() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsResetBrStmt
-
Returns the value of the 'XRBA' attribute.
- isXRBA() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsStartBrStmt
-
Returns the value of the 'XRBA' attribute.
- isXRBA() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsWriteStmt
-
Returns the value of the 'XRBA' attribute.