aboutsummaryrefslogtreecommitdiffstats
path: root/ncomp-sirius-manager-model/src/main/xcore-gen/org/openecomp/ncomp/gwt/siriusportal/model/GuiView.java
diff options
context:
space:
mode:
authorCarsten Lund <lund@research.att.com>2017-04-16 14:00:29 +0000
committerCarsten Lund <lund@research.att.com>2017-04-16 14:01:24 +0000
commit3ec1de0d0dc87b0123dd0ec47b3c9f40f22bad24 (patch)
tree033b72ee193ffa31e701f8fc14fa0968428d2b8f /ncomp-sirius-manager-model/src/main/xcore-gen/org/openecomp/ncomp/gwt/siriusportal/model/GuiView.java
parenta3e9b9cea143816780eed14896ca5843402ee371 (diff)
[DCAE-15] Changes related to version 1.1
See Jira for details Change-Id: I392c4faf0de70d7a810f86eaafb7ed3ab4613386 Signed-off-by: Carsten Lund <lund@research.att.com>
Diffstat (limited to 'ncomp-sirius-manager-model/src/main/xcore-gen/org/openecomp/ncomp/gwt/siriusportal/model/GuiView.java')
-rw-r--r--ncomp-sirius-manager-model/src/main/xcore-gen/org/openecomp/ncomp/gwt/siriusportal/model/GuiView.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/ncomp-sirius-manager-model/src/main/xcore-gen/org/openecomp/ncomp/gwt/siriusportal/model/GuiView.java b/ncomp-sirius-manager-model/src/main/xcore-gen/org/openecomp/ncomp/gwt/siriusportal/model/GuiView.java
index 2bc0f15..b31aee9 100644
--- a/ncomp-sirius-manager-model/src/main/xcore-gen/org/openecomp/ncomp/gwt/siriusportal/model/GuiView.java
+++ b/ncomp-sirius-manager-model/src/main/xcore-gen/org/openecomp/ncomp/gwt/siriusportal/model/GuiView.java
@@ -217,6 +217,8 @@ public enum GuiView implements Enumerator {
* Returns the '<em><b>Gui View</b></em>' literal with the specified literal value.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
+ * @param literal the literal.
+ * @return the matching enumerator or <code>null</code>.
* @generated
*/
public static GuiView get(String literal) {
@@ -233,6 +235,8 @@ public enum GuiView implements Enumerator {
* Returns the '<em><b>Gui View</b></em>' literal with the specified name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
+ * @param name the name.
+ * @return the matching enumerator or <code>null</code>.
* @generated
*/
public static GuiView getByName(String name) {
@@ -249,6 +253,8 @@ public enum GuiView implements Enumerator {
* Returns the '<em><b>Gui View</b></em>' literal with the specified integer value.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
+ * @param value the integer value.
+ * @return the matching enumerator or <code>null</code>.
* @generated
*/
public static GuiView get(int value) {