Implement Attributes/Outputs BE (part 2)
[sdc.git] / common-be / src / main / java / org / openecomp / sdc / be / datatypes / enums / ComponentFieldsEnum.java
index 91c956d..ac6d1bb 100644 (file)
@@ -40,6 +40,7 @@ public enum ComponentFieldsEnum {
     ATTRIBUTES("attributes"),
     COMPONENT_INSTANCES_ATTRIBUTES("componentInstancesAttributes"),
     COMPONENT_INSTANCE_INPUTS("componentInstancesInputs"),
+    COMPONENT_INSTANCE_OUTPUTS("componentInstancesOutputs"),
     COMPONENT_INSTANCE_RELATION("componentInstancesRelations"),
     DEPLOYMENT_ARTIFACTS("deploymentArtifacts"),
     TOSCA_ARTIFACTS("toscaArtifacts"),