com.ibm.cics.model
Interface IBundlePartReference

All Superinterfaces:
ICICSObjectReference<IBundlePart>

public interface IBundlePartReference
extends ICICSObjectReference<IBundlePart>


Field Summary
 
Fields inherited from interface com.ibm.cics.model.ICICSObjectReference
COPYRIGHT
 
Method Summary
 java.lang.String getBundle()
           
 java.lang.String getBundlePart()
           
 ICICSType<IBundlePart> getObjectType()
           
 java.lang.Long getSeqnumber()
           
 
Methods inherited from interface com.ibm.cics.model.ICICSObjectReference
getAttributeValue, getCICSType
 

Method Detail

getBundle

java.lang.String getBundle()

getBundlePart

java.lang.String getBundlePart()

getSeqnumber

java.lang.Long getSeqnumber()

getObjectType

ICICSType<IBundlePart> getObjectType()


Copyright © 2008-2013 IBM Corp. All Rights Reserved.