aboutsummaryrefslogtreecommitdiffstats
path: root/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/component/DroolsObjectChange.java
diff options
context:
space:
mode:
authorCarsten Lund <lund@research.att.com>2017-03-13 13:56:36 +0000
committerCarsten Lund <lund@research.att.com>2017-04-18 02:22:29 +0000
commit4d1b7e6c8d54c914d23fb1aa2142e4166f694037 (patch)
treefc5f0a7bbb8475dcd9fd37611263507d136bbbf6 /ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/component/DroolsObjectChange.java
parent78940f01170cb758f85f47789e471348803fbf42 (diff)
[DCAE-15] Changes related to version 1.1
See Jira for details Change-Id: Ie4fc2b0ce5b140ac460ed979d56639641f8cc4df Signed-off-by: Carsten Lund <lund@research.att.com>
Diffstat (limited to 'ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/component/DroolsObjectChange.java')
-rw-r--r--ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/component/DroolsObjectChange.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/component/DroolsObjectChange.java b/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/component/DroolsObjectChange.java
index ef9e1ea..53f7d95 100644
--- a/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/component/DroolsObjectChange.java
+++ b/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/component/DroolsObjectChange.java
@@ -139,6 +139,8 @@ public enum DroolsObjectChange implements Enumerator {
* Returns the '<em><b>Drools Object Change</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 DroolsObjectChange get(String literal) {
@@ -155,6 +157,8 @@ public enum DroolsObjectChange implements Enumerator {
* Returns the '<em><b>Drools Object Change</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 DroolsObjectChange getByName(String name) {
@@ -171,6 +175,8 @@ public enum DroolsObjectChange implements Enumerator {
* Returns the '<em><b>Drools Object Change</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 DroolsObjectChange get(int value) {