Enhancements for the aai-common library
[aai/aai-common.git] / aai-annotations / src / main / java / org / onap / aai / schema / enums / ObjectMetadata.java
index 2ac4538..1534c8d 100644 (file)
@@ -124,7 +124,12 @@ public enum ObjectMetadata {
     /**
      * a value of true allows this object to be written directly
      */
-    ALLOW_DIRECT_WRITE("allowDirectWrite");
+    ALLOW_DIRECT_WRITE("allowDirectWrite"),
+    /**
+     * properties that are allowed to be in start node in a DSL
+     * <br><b>comma separated list</b>
+     */
+    DSL_START_NODE_PROPS("dslStartNodeProps");
 
     private final String name;