Merge "New Optimization Policy"
[policy/engine.git] / ONAP-REST / src / main / java / org / onap / policy / rest / XACMLRestProperties.java
index 73cb0f0..325dda5 100644 (file)
@@ -346,6 +346,10 @@ public class XACMLRestProperties extends XACMLProperties {
         * MicroService Policy Template Version
         */
        public static final String TemplateVersion_MS= "xacml.rest.microServices";
+       /*
+        * Optimization Policy Template Version
+        */
+       public static final String TemplateVersion_OOF= "xacml.rest.optimization";
        /*
         * Firewall Policy Template Version
         */
@@ -452,4 +456,9 @@ public class XACMLRestProperties extends XACMLProperties {
         * */
        public static final String PROP_PAP_INCOMINGNOTIFICATION_TRIES = "xacml.rest.pap.incomingnotification.tries";
        
+       
+       // Static class, hide constructor
+    private XACMLRestProperties() {
+       super();
+    }
 }