Support occurrences and instance count in import
[sdc.git] / common-be / src / main / java / org / openecomp / sdc / be / utils / TypeUtils.java
index ff56772..a7e6975 100644 (file)
@@ -79,7 +79,8 @@ public class TypeUtils {
         IMPLEMENTATION("implementation"),
         SUBSTITUTION_FILTERS("substitution_filter"),
         DERIVED_FROM_NAME("derivedFromName"),
-        INTERFACE_TYPES("interface_types");
+        INTERFACE_TYPES("interface_types"),
+        INSTANCE_COUNT("instance_count");
         // @formatter:om
 
         private final String elementName;