Package com.ibm.cics.model
Interface IPolicyRuleReference
-
- All Superinterfaces:
java.lang.Comparable<ICICSObjectReference<?>>
,ICICSObjectReference<IPolicyRule>
,ICICSResourceReference<IPolicyRule>
public interface IPolicyRuleReference extends ICICSResourceReference<IPolicyRule>
-
-
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 ICICSResourceType<IPolicyRule>
getCICSType()
ICICSResourceType<IPolicyRule>
getObjectType()
java.lang.String
getPolicyName()
java.lang.String
getPolicyRule()
java.lang.String
getPolicySet()
-
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
-
getPolicyRule
java.lang.String getPolicyRule()
-
getPolicySet
java.lang.String getPolicySet()
-
getPolicyName
java.lang.String getPolicyName()
-
getCICSType
ICICSResourceType<IPolicyRule> getCICSType()
- Specified by:
getCICSType
in interfaceICICSObjectReference<IPolicyRule>
-
getObjectType
ICICSResourceType<IPolicyRule> getObjectType()
-
-