Package com.ibm.cics.model
Interface IBundlePartReference
-
- All Superinterfaces:
java.lang.Comparable<ICICSObjectReference<?>>
,ICICSObjectReference<IBundlePart>
,ICICSResourceReference<IBundlePart>
public interface IBundlePartReference extends ICICSResourceReference<IBundlePart>
-
-
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
getBundle()
java.lang.String
getBundlePart()
ICICSResourceType<IBundlePart>
getCICSType()
ICICSResourceType<IBundlePart>
getObjectType()
java.lang.Long
getSeqnumber()
-
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
-
getBundle
java.lang.String getBundle()
-
getBundlePart
java.lang.String getBundlePart()
-
getSeqnumber
java.lang.Long getSeqnumber()
-
getCICSType
ICICSResourceType<IBundlePart> getCICSType()
- Specified by:
getCICSType
in interfaceICICSObjectReference<IBundlePart>
-
getObjectType
ICICSResourceType<IBundlePart> getObjectType()
-
-