Policy 1707 Second commit
[policy/engine.git] / PolicyEngineAPI / src / main / java / org / openecomp / policy / api / RuleProvider.java
index e263d5d..0bd8bd9 100644 (file)
@@ -36,7 +36,11 @@ public enum RuleProvider {
        /**
         * Indicates AAF will be providing the Rule information. 
         */
-       AAF("AAF")
+       AAF("AAF"),
+       /**
+        * Indicates Guard YAML will be providing the Rule information.
+        */
+       GUARD_YAML("GUARD_YAML")
        ;
        
        private String name;