Uses of Interface
com.collation.platform.model.topology.sys.zOS.CICSRegion

Packages that use CICSRegion
com.collation.platform.model.topology.sys.zOS   
 

Uses of CICSRegion in com.collation.platform.model.topology.sys.zOS
 

Methods in com.collation.platform.model.topology.sys.zOS that return CICSRegion
 CICSRegion CICSTransaction.getParent()
           
 CICSRegion CICSProgram.getParent()
           
 CICSRegion CICSFile.getParent()
           
 

Methods in com.collation.platform.model.topology.sys.zOS with parameters of type CICSRegion
 void CICSTransaction.setParent(CICSRegion x)
           
 void CICSProgram.setParent(CICSRegion x)
           
 void CICSFile.setParent(CICSRegion x)