public interface ICaptureSpecificationOptions extends ICICSResource
| Modifier and Type | Interface and Description |
|---|---|
static class |
ICaptureSpecificationOptions.OperatorValue
Enumeration type for field OPERATOR
|
COPYRIGHT| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCapturespec()
Getter for field CAPTURESPEC
|
ICaptureSpecificationOptionsReference |
getCICSObjectReference() |
java.lang.String |
getEventbinding()
Getter for field EVENTBINDING
|
java.lang.String |
getFiltervalue()
Getter for field FILTERVALUE
|
ICICSType<ICaptureSpecificationOptions> |
getObjectType() |
ICaptureSpecificationOptions.OperatorValue |
getOperator()
Getter for field OPERATOR
|
java.lang.String |
getOptionname()
Getter for field OPTIONNAME
|
java.lang.Long |
getSeqnumber()
Getter for field SEQNUMBER
|
getCICSContainer, getCICSRelease, getRegionNamegetCICSType, getNameICICSType<ICaptureSpecificationOptions> getObjectType()
getObjectType in interface ICICSObjectgetObjectType in interface com.ibm.cics.model.meta.ITypedObjectjava.lang.String getCapturespec()
Capture specification name
Specifies the name of the associated capture specification. The name can be up to 32 characters in length.
java.lang.String getEventbinding()
Event binding name
Specifies the name of this event binding. The name can be up to 32 characters in length.
java.lang.String getOptionname()
Option name
Specifies a 32-character data area to receive the name of the application command option or system event option that is specified in the event specification. If using the CICS event binding editor, this value matches one of the application options for the capture point for an application event or one of the event options for the capture point for a system event.
ICaptureSpecificationOptions.OperatorValue getOperator()
Comparative operator for this predicate
Returns a CVDA that defines the operator that is used together with the value in the FILTERVALUE option when evaluating the predicate. The available CVDA values are as follows:
java.lang.Long getSeqnumber()
Browse sequence number
This number identifies the order in which the predicate resource was returned when using the EXEC CICS INQUIRE NEXT interface.
java.lang.String getFiltervalue()
Filter value
Specifies a 255-character data area to receive the value of the application command option or system event option. Values shorter than 255 characters are padded with blanks.
ICaptureSpecificationOptionsReference getCICSObjectReference()
getCICSObjectReference in interface ICICSObjectgetCICSObjectReference in interface ICICSResourceCopyright ? 2008-2015 IBM Corp. All Rights Reserved.