com.ibm.cics.model
Interface IApplicationReference

All Superinterfaces:
ICICSObjectReference<IApplication>

public interface IApplicationReference
extends ICICSObjectReference<IApplication>


Field Summary
 
Fields inherited from interface com.ibm.cics.model.ICICSObjectReference
COPYRIGHT
 
Method Summary
 java.lang.String getApplicationDefinitionName()
           
 java.lang.Long getMajorVersion()
           
 java.lang.Long getMicroVersion()
           
 java.lang.Long getMinorVersion()
           
 ICICSType<IApplication> getObjectType()
           
 java.lang.String getPlatformDefinitionName()
           
 
Methods inherited from interface com.ibm.cics.model.ICICSObjectReference
getAttributeValue, getCICSType
 

Method Detail

getApplicationDefinitionName

java.lang.String getApplicationDefinitionName()

getMajorVersion

java.lang.Long getMajorVersion()

getMinorVersion

java.lang.Long getMinorVersion()

getMicroVersion

java.lang.Long getMicroVersion()

getPlatformDefinitionName

java.lang.String getPlatformDefinitionName()

getObjectType

ICICSType<IApplication> getObjectType()


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