Reimplement Widget.Type enum class
[aai/babel.git] / src / main / java / org / onap / aai / babel / xml / generator / data / GroupConfiguration.java
index 9d6409b..7ecd3f2 100644 (file)
@@ -2,8 +2,8 @@
  * ============LICENSE_START=======================================================
  * org.onap.aai
  * ================================================================================
- * Copyright © 2017-2019 AT&T Intellectual Property. All rights reserved.
- * Copyright © 2017-2019 European Software Marketing Ltd.
+ * Copyright (c) 2017-2019 AT&T Intellectual Property. All rights reserved.
+ * Copyright (c) 2017-2019 European Software Marketing Ltd.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -33,7 +33,7 @@ public class GroupConfiguration {
     /**
      * Set of Widget Types.
      */
-    private List<WidgetType> widgetTypes;
+    private List<WidgetTypeConfig> widgetTypes;
 
     /**
      * Mapping from TOSCA type to Widget directly.
@@ -44,7 +44,7 @@ public class GroupConfiguration {
         return instanceGroupTypes;
     }
 
-    public List<WidgetType> getWidgetTypes() {
+    public List<WidgetTypeConfig> getWidgetTypes() {
         return widgetTypes;
     }