[SDC] rebase 1710 code
[sdc.git] / common-be / src / main / java / org / openecomp / sdc / be / datatypes / enums / JsonPresentationFields.java
index 9dfc3b6..d559299 100644 (file)
@@ -48,6 +48,9 @@ public enum JsonPresentationFields {
        DERIVED_FROM                                    ("derivedFrom",                         null),
        VENDOR_NAME                                             ("vendorName",                          null),
        VENDOR_RELEASE                                  ("vendorRelease",                       null),
+       RESOURCE_VENDOR_MODEL_NUMBER    ("reourceVendorModelNumber",null),
+       SERVICE_TYPE                    ("serviceType",             null),
+       SERVICE_ROLE                    ("serviceRole",             null),
        CONFORMANCE_LEVEL                               ("conformanceLevel",            null),
        ICON                                                    ("icon",                                        null),
        TAGS                                                    ("tags",                                        null),