Package com.ibm.cics.model
Interface IBatchedRepositoryUpdateRequestReference
-
- All Superinterfaces:
java.lang.Comparable<ICICSObjectReference<?>>
,ICICSObjectReference<IBatchedRepositoryUpdateRequest>
,ICPSMManagerReference<IBatchedRepositoryUpdateRequest>
public interface IBatchedRepositoryUpdateRequestReference extends ICPSMManagerReference<IBatchedRepositoryUpdateRequest>
-
-
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 ICPSMManagerType<IBatchedRepositoryUpdateRequest>
getCICSType()
java.lang.String
getInputMember()
java.lang.String
getName()
ICPSMManagerType<IBatchedRepositoryUpdateRequest>
getObjectType()
-
Methods inherited from interface com.ibm.cics.model.ICICSObjectReference
delete, getAttributeValue, getDescription, getFilterExpression, resolve
-
Methods inherited from interface com.ibm.cics.model.ICPSMManagerReference
getCICSContainer
-
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
getInputMember
java.lang.String getInputMember()
-
getCICSType
ICPSMManagerType<IBatchedRepositoryUpdateRequest> getCICSType()
- Specified by:
getCICSType
in interfaceICICSObjectReference<IBatchedRepositoryUpdateRequest>
-
getObjectType
ICPSMManagerType<IBatchedRepositoryUpdateRequest> getObjectType()
-
-