com.ibm.cics.model
Interface IPolicyRuleReference

All Superinterfaces:
ICICSObjectReference<IPolicyRule>

public interface IPolicyRuleReference
extends ICICSObjectReference<IPolicyRule>


Field Summary
 
Fields inherited from interface com.ibm.cics.model.ICICSObjectReference
COPYRIGHT
 
Method Summary
 ICICSType<IPolicyRule> getObjectType()
           
 java.lang.String getPolicyName()
           
 java.lang.String getPolicyRule()
           
 java.lang.String getPolicySet()
           
 
Methods inherited from interface com.ibm.cics.model.ICICSObjectReference
getAttributeValue, getCICSType
 

Method Detail

getPolicyRule

java.lang.String getPolicyRule()

getPolicySet

java.lang.String getPolicySet()

getPolicyName

java.lang.String getPolicyName()

getObjectType

ICICSType<IPolicyRule> getObjectType()


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