X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=PolicyEngineAPI%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fpolicy%2Fapi%2FPolicyConfig.java;h=aa5ee1304628108631d235757df7b6c04103a67a;hb=948367c08eb34ebaac24601cfc2b249b11925255;hp=652fd4da3be85000cfec9ed7f86573c3bfc34f1c;hpb=aa9e865ccf191e814b50b8b4b51d516fc359d948;p=policy%2Fengine.git diff --git a/PolicyEngineAPI/src/main/java/org/onap/policy/api/PolicyConfig.java b/PolicyEngineAPI/src/main/java/org/onap/policy/api/PolicyConfig.java index 652fd4da3..aa5ee1304 100644 --- a/PolicyEngineAPI/src/main/java/org/onap/policy/api/PolicyConfig.java +++ b/PolicyEngineAPI/src/main/java/org/onap/policy/api/PolicyConfig.java @@ -111,6 +111,13 @@ public interface PolicyConfig { * @return Map of String, String which consists of the Response Attributes of the Policy retrieved. */ public Map getResponseAttributes(); + + /** + * Gets the {@link PolicyConfigType} of the policy that has been retrieved. + * + * @return the PolicyConfigType of the policy that has been retrieved. + */ + public PolicyConfigType getPolicyType(); /** * Returns the String version of the PolicyConfig object.