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.StringgetBundle()java.lang.StringgetBundlePart()ICICSResourceType<IBundlePart>getCICSType()ICICSResourceType<IBundlePart>getObjectType()java.lang.LonggetSeqnumber()-
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:
getCICSTypein interfaceICICSObjectReference<IBundlePart>
-
getObjectType
ICICSResourceType<IBundlePart> getObjectType()
-
-