|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICaptureSpecificationData
generated from CICS resourcetable EVCSDATA
Nested Class Summary | |
---|---|
static class |
ICaptureSpecificationData.OperatorValue
Enumeration type for field OPERATOR |
Field Summary |
---|
Fields inherited from interface com.ibm.cics.model.ICICSResource |
---|
COPYRIGHT |
Method Summary | ||
---|---|---|
|
findReferences(IReferenceAttribute<From,ICaptureSpecificationData> referenceAttribute)
Returns an ICICSObjectListFactory that can be used to retrieve all objects that reference this ICICSObject by the supplied IReferenceAttribute. |
|
java.lang.String |
getCapturespec()
Getter for field CAPTURESPEC |
|
ICaptureSpecificationDataReference |
getCICSObjectReference()
|
|
java.lang.String |
getContainer()
Getter for field CONTAINER |
|
java.lang.String |
getEventbinding()
Getter for field EVENTBINDING |
|
java.lang.Long |
getFieldlength()
Getter for field FIELDLENGTH |
|
java.lang.Long |
getFieldoffset()
Getter for field FIELDOFFSET |
|
java.lang.String |
getFilename()
Getter for field FILENAME |
|
java.lang.String |
getFiltervalue()
Getter for field FILTERVALUE |
|
java.lang.String |
getLocation()
Getter for field LOCATION |
|
ICICSType<ICaptureSpecificationData> |
getObjectType()
|
|
ICaptureSpecificationData.OperatorValue |
getOperator()
Getter for field OPERATOR |
|
java.lang.Long |
getSeqnumber()
Getter for field SEQNUMBER |
|
java.lang.String |
getStructname()
Getter for field STRUCTNAME |
|
java.lang.String |
getVariablename()
Getter for field VARIABLENAME |
Methods inherited from interface com.ibm.cics.model.ICICSResource |
---|
getCICSRelease, getRegionName |
Methods inherited from interface com.ibm.cics.model.ICICSObject |
---|
getCICSType, getName |
Methods inherited from interface com.ibm.cics.model.meta.ITypedObject |
---|
getAttributeValue |
Method Detail |
---|
ICICSType<ICaptureSpecificationData> getObjectType()
getObjectType
in interface ICICSObject
getObjectType
in interface com.ibm.cics.model.meta.ITypedObject
java.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 the associated event binding. The name can be up to 32 characters in length.
java.lang.String getContainer()
Container name
Specifies a data area to receive the name of the container which contains the data if the LOCATION equals CHANNEL or FROMCHANNEL.
java.lang.Long getFieldlength()
Field length
Specifies the length of data to be tested for this predicate.
java.lang.Long getFieldoffset()
The data offset within the data source
Specifies the data offset within the data source this predicate is found at.
java.lang.String getFilename()
Language structure file name
Specifies a data area to receive the first 32 characters of the name of the file which contains the imported language structure used to define this predicate.
java.lang.String getLocation()
Location of the data
Specifies a data area to receive the location of data to be tested.
java.lang.String getStructname()
Language structure name
Specifies a data area to receive the first 32 characters of the name of the imported language structure used to define this predicate.
java.lang.String getVariablename()
Language structure variable name
Specifies a data area to receive the first 32 characters of the name of the variable in the imported language structure.
ICaptureSpecificationData.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()
Application data predicate value
Specifies a 255-character data area to receive the value of the Application Data predicate. Non-character predicates are converted to their character representation.
ICaptureSpecificationDataReference getCICSObjectReference()
getCICSObjectReference
in interface ICICSObject
<From extends ICICSObject> ICICSObjectListFactory<From> findReferences(IReferenceAttribute<From,ICaptureSpecificationData> referenceAttribute)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |