[Policy-52, Policy-92, Policy-93] Policy Enhancements and bugfixes
[policy/engine.git] / PolicyEngineAPI / src / main / java / org / openecomp / policy / api / DictionaryType.java
index b50f398..823a56b 100644 (file)
@@ -67,6 +67,10 @@ public enum DictionaryType{
         * Indicates SafePolicy Dictionaries
         */
        SafePolicy("SafePolicy"),
+       /**
+        * Enum support entry to extend dictionary 
+        */
+       Extended("Extended"),
        ;
        
        private String name;