Package com.ibm.cics.model
Interface ICaptureSpecificationReference
-
- All Superinterfaces:
java.lang.Comparable<ICICSObjectReference<?>>
,ICICSObjectReference<ICaptureSpecification>
,ICICSResourceReference<ICaptureSpecification>
public interface ICaptureSpecificationReference extends ICICSResourceReference<ICaptureSpecification>
-
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICICSObjectReference
COPYRIGHT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getCaptureSpecification()
ICICSResourceType<ICaptureSpecification>
getCICSType()
java.lang.String
getEventBinding()
ICICSResourceType<ICaptureSpecification>
getObjectType()
-
Methods inherited from interface com.ibm.cics.model.ICICSObjectReference
delete, getAttributeValue, getDescription, getFilterExpression, resolve
-
Methods inherited from interface com.ibm.cics.model.ICICSResourceReference
getCICSContainer
-
-
-
-
Method Detail
-
getCaptureSpecification
java.lang.String getCaptureSpecification()
-
getEventBinding
java.lang.String getEventBinding()
-
getCICSType
ICICSResourceType<ICaptureSpecification> getCICSType()
- Specified by:
getCICSType
in interfaceICICSObjectReference<ICaptureSpecification>
-
getObjectType
ICICSResourceType<ICaptureSpecification> getObjectType()
-
-