From 4d1b7e6c8d54c914d23fb1aa2142e4166f694037 Mon Sep 17 00:00:00 2001
From: Carsten Lund
* The following features are supported:
+ *
*
- *
* The following features are supported: + *
*null
.
* @generated
*/
public static ApiRequestStatus get(String literal) {
@@ -179,6 +181,8 @@ public enum ApiRequestStatus implements Enumerator {
* Returns the 'Api Request Status' literal with the specified name.
*
*
+ * @param name the name.
+ * @return the matching enumerator or null
.
* @generated
*/
public static ApiRequestStatus getByName(String name) {
@@ -195,6 +199,8 @@ public enum ApiRequestStatus implements Enumerator {
* Returns the 'Api Request Status' literal with the specified integer value.
*
*
+ * @param value the integer value.
+ * @return the matching enumerator or null
.
* @generated
*/
public static ApiRequestStatus get(int value) {
diff --git a/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/component/Component.java b/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/component/Component.java
index f627231..1f059bd 100644
--- a/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/component/Component.java
+++ b/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/component/Component.java
@@ -33,11 +33,11 @@ import org.eclipse.emf.common.util.EList;
*
* * The following features are supported: + *
** The following features are supported: + *
*null
.
* @generated
*/
public static DroolsObjectChange get(String literal) {
@@ -155,6 +157,8 @@ public enum DroolsObjectChange implements Enumerator {
* Returns the 'Drools Object Change' literal with the specified name.
*
*
+ * @param name the name.
+ * @return the matching enumerator or null
.
* @generated
*/
public static DroolsObjectChange getByName(String name) {
@@ -171,6 +175,8 @@ public enum DroolsObjectChange implements Enumerator {
* Returns the 'Drools Object Change' literal with the specified integer value.
*
*
+ * @param value the integer value.
+ * @return the matching enumerator or null
.
* @generated
*/
public static DroolsObjectChange get(int value) {
diff --git a/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/component/DroolsRule.java b/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/component/DroolsRule.java
index 66e192c..2909f79 100644
--- a/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/component/DroolsRule.java
+++ b/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/component/DroolsRule.java
@@ -24,7 +24,6 @@
package org.openecomp.ncomp.component;
import org.openecomp.ncomp.core.NamedEntity;
-
import org.openecomp.ncomp.core.types.metrics.IncreasingULongMetricAttribute;
/**
@@ -34,10 +33,10 @@ import org.openecomp.ncomp.core.types.metrics.IncreasingULongMetricAttribute;
*
* * The following features are supported: + *
** The following features are supported: + *
** The following features are implemented: + *
** The following features are implemented: + *
** The following features are implemented: + *
** The following features are implemented: + *
** The following features are implemented: + *
** The following features are implemented: + *
*null
.
* @generated
*/
public static DeploymentStatus get(String literal) {
@@ -181,6 +183,8 @@ public enum DeploymentStatus implements Enumerator {
* Returns the 'Deployment Status' literal with the specified name.
*
*
+ * @param name the name.
+ * @return the matching enumerator or null
.
* @generated
*/
public static DeploymentStatus getByName(String name) {
@@ -197,6 +201,8 @@ public enum DeploymentStatus implements Enumerator {
* Returns the 'Deployment Status' literal with the specified integer value.
*
*
+ * @param value the integer value.
+ * @return the matching enumerator or null
.
* @generated
*/
public static DeploymentStatus get(int value) {
diff --git a/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/HasOperationalState.java b/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/HasOperationalState.java
index 2f58858..7df52c3 100644
--- a/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/HasOperationalState.java
+++ b/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/HasOperationalState.java
@@ -32,10 +32,10 @@ import org.eclipse.emf.ecore.EObject;
*
* * The following features are supported: + *
** The following features are supported: + *
*null
.
* @generated
*/
public static OperationalState get(String literal) {
@@ -129,6 +131,8 @@ public enum OperationalState implements Enumerator {
* Returns the 'Operational State' literal with the specified name.
*
*
+ * @param name the name.
+ * @return the matching enumerator or null
.
* @generated
*/
public static OperationalState getByName(String name) {
@@ -145,6 +149,8 @@ public enum OperationalState implements Enumerator {
* Returns the 'Operational State' literal with the specified integer value.
*
*
+ * @param value the integer value.
+ * @return the matching enumerator or null
.
* @generated
*/
public static OperationalState get(int value) {
diff --git a/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/User.java b/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/User.java
index cdff24a..a0fa803 100644
--- a/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/User.java
+++ b/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/User.java
@@ -31,11 +31,11 @@ package org.openecomp.ncomp.core;
*
* * The following features are supported: + *
** The following features are supported: + *
** The following features are supported: + *
** The following features are supported: + *
** The following features are supported: + *
** The following features are supported: + *
** The following features are implemented: + *
** The following features are implemented: + *
** The following features are implemented: + *
*- *
* * @generated */ diff --git a/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/alerts/impl/MaxAlertPerIntervalImpl.java b/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/alerts/impl/MaxAlertPerIntervalImpl.java index 24cce3f..9fc9e49 100644 --- a/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/alerts/impl/MaxAlertPerIntervalImpl.java +++ b/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/alerts/impl/MaxAlertPerIntervalImpl.java @@ -38,11 +38,11 @@ import org.eclipse.emf.ecore.impl.ENotificationImpl; * ** The following features are implemented: + *
** The following features are implemented: + *
** The following features are supported: + *
** The following features are supported: + *
** The following features are supported: + *
** The following features are supported: + *
** The following features are supported: + *
** The following features are supported: + *
** The following features are supported: + *
** The following features are supported: + *
** The following features are supported: + *
** The following features are supported: + *
** The following features are supported: + *
** The following features are supported: + *
** The following features are implemented: + *
*- *
* * @generated */ diff --git a/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/function/impl/FunctionMatchAttributeImpl.java b/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/function/impl/FunctionMatchAttributeImpl.java index bf475fe..e328bf0 100644 --- a/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/function/impl/FunctionMatchAttributeImpl.java +++ b/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/function/impl/FunctionMatchAttributeImpl.java @@ -38,12 +38,12 @@ import org.eclipse.emf.ecore.impl.ENotificationImpl; * ** The following features are implemented: + *
*- *
* * @generated */ diff --git a/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/function/impl/FunctionMatchInstanceOfImpl.java b/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/function/impl/FunctionMatchInstanceOfImpl.java index c722e58..cba9dff 100644 --- a/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/function/impl/FunctionMatchInstanceOfImpl.java +++ b/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/function/impl/FunctionMatchInstanceOfImpl.java @@ -38,11 +38,11 @@ import org.eclipse.emf.ecore.impl.ENotificationImpl; * ** The following features are implemented: + *
** The following features are implemented: + *
** The following features are implemented: + *
** The following features are implemented: + *
*- *
* * @generated */ diff --git a/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/function/impl/FunctionUpdateRuleImpl.java b/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/function/impl/FunctionUpdateRuleImpl.java index 84eda29..3fb2f39 100644 --- a/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/function/impl/FunctionUpdateRuleImpl.java +++ b/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/function/impl/FunctionUpdateRuleImpl.java @@ -48,11 +48,11 @@ import org.eclipse.emf.ecore.util.InternalEList; * ** The following features are implemented: + *
*- *
* * @generated */ diff --git a/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/function/impl/IteratorUsingFunctionImpl.java b/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/function/impl/IteratorUsingFunctionImpl.java index df5ed3c..42c12c0 100644 --- a/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/function/impl/IteratorUsingFunctionImpl.java +++ b/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/function/impl/IteratorUsingFunctionImpl.java @@ -47,12 +47,12 @@ import org.eclipse.emf.ecore.util.EDataTypeEList; * ** The following features are implemented: + *
** The following features are implemented: + *
** The following features are implemented: + *
** The following features are implemented: + *
** The following features are implemented: + *
*- *
* * @generated */ diff --git a/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/impl/HasOperationalStateImpl.java b/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/impl/HasOperationalStateImpl.java index 69ef8b0..af022d1 100644 --- a/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/impl/HasOperationalStateImpl.java +++ b/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/impl/HasOperationalStateImpl.java @@ -40,10 +40,10 @@ import org.eclipse.emf.ecore.impl.MinimalEObjectImpl; * ** The following features are implemented: + *
** The following features are implemented: + *
** The following features are implemented: + *
** The following features are supported: + *
** The following features are supported: + *
*null
.
* @generated
*/
public static LogLevel get(String literal) {
@@ -259,6 +261,8 @@ public enum LogLevel implements Enumerator {
* Returns the 'Log Level' literal with the specified name.
*
*
+ * @param name the name.
+ * @return the matching enumerator or null
.
* @generated
*/
public static LogLevel getByName(String name) {
@@ -275,6 +279,8 @@ public enum LogLevel implements Enumerator {
* Returns the 'Log Level' literal with the specified integer value.
*
*
+ * @param value the integer value.
+ * @return the matching enumerator or null
.
* @generated
*/
public static LogLevel get(int value) {
diff --git a/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/logs/LogMessage.java b/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/logs/LogMessage.java
index 2f6ee0d..5a30775 100644
--- a/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/logs/LogMessage.java
+++ b/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/logs/LogMessage.java
@@ -32,6 +32,7 @@ import org.eclipse.emf.ecore.EObject;
*
* * The following features are supported: + *
** The following features are supported: + *
** The following features are supported: + *
** The following features are supported: + *
** The following features are supported: + *
** The following features are supported: + *
** The following features are supported: + *
*null
.
* @generated
*/
public static LogSeverity get(String literal) {
@@ -207,6 +209,8 @@ public enum LogSeverity implements Enumerator {
* Returns the 'Log Severity' literal with the specified name.
*
*
+ * @param name the name.
+ * @return the matching enumerator or null
.
* @generated
*/
public static LogSeverity getByName(String name) {
@@ -223,6 +227,8 @@ public enum LogSeverity implements Enumerator {
* Returns the 'Log Severity' literal with the specified integer value.
*
*
+ * @param value the integer value.
+ * @return the matching enumerator or null
.
* @generated
*/
public static LogSeverity get(int value) {
diff --git a/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/logs/LogsPackage.java b/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/logs/LogsPackage.java
index d82742f..80ffb25 100644
--- a/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/logs/LogsPackage.java
+++ b/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/logs/LogsPackage.java
@@ -43,6 +43,24 @@ import org.eclipse.emf.ecore.EReference;
* * The following features are implemented: + *
** The following features are implemented: + *
** The following features are implemented: + *
*- *
* * @generated */ diff --git a/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/logs/impl/LogMessageContainerImpl.java b/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/logs/impl/LogMessageContainerImpl.java index f7b9ad7..012c80e 100644 --- a/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/logs/impl/LogMessageContainerImpl.java +++ b/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/logs/impl/LogMessageContainerImpl.java @@ -51,12 +51,12 @@ import org.eclipse.emf.ecore.util.InternalEList; * ** The following features are implemented: + *
** The following features are implemented: + *
** The following features are implemented: + *
** The following features are implemented: + *
** The following features are implemented: + *
** The following features are implemented: + *
** The following features are supported: + *
*null
.
* @generated
*/
public static AggregationMetricValueOptionType get(String literal) {
@@ -207,6 +209,8 @@ public enum AggregationMetricValueOptionType implements Enumerator {
* Returns the 'Aggregation Metric Value Option Type' literal with the specified name.
*
*
+ * @param name the name.
+ * @return the matching enumerator or null
.
* @generated
*/
public static AggregationMetricValueOptionType getByName(String name) {
@@ -223,6 +227,8 @@ public enum AggregationMetricValueOptionType implements Enumerator {
* Returns the 'Aggregation Metric Value Option Type' literal with the specified integer value.
*
*
+ * @param value the integer value.
+ * @return the matching enumerator or null
.
* @generated
*/
public static AggregationMetricValueOptionType get(int value) {
diff --git a/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/metrics/BasicDoubleMetric.java b/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/metrics/BasicDoubleMetric.java
index 037249e..0c4e313 100644
--- a/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/metrics/BasicDoubleMetric.java
+++ b/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/metrics/BasicDoubleMetric.java
@@ -32,10 +32,10 @@ import org.openecomp.ncomp.core.types.metrics.DoubleMetricAttribute;
*
* * The following features are supported: + *
** The following features are supported: + *
** The following features are supported: + *
** The following features are supported: + *
** The following features are supported: + *
** The following features are supported: + *
** The following features are supported: + *
** The following features are supported: + *
** The following features are supported: + *
** The following features are implemented: + *
** The following features are implemented: + *
** The following features are implemented: + *
** The following features are implemented: + *
*- *
* * @generated */ diff --git a/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/metrics/impl/BasicMetricValueOptionImpl.java b/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/metrics/impl/BasicMetricValueOptionImpl.java index 5855129..b57c948 100644 --- a/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/metrics/impl/BasicMetricValueOptionImpl.java +++ b/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/metrics/impl/BasicMetricValueOptionImpl.java @@ -32,8 +32,6 @@ import org.eclipse.emf.ecore.EClass; * * An implementation of the model object 'Basic Metric Value Option'. * - *- *
* * @generated */ diff --git a/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/metrics/impl/BasicMetricsImpl.java b/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/metrics/impl/BasicMetricsImpl.java index 9818fff..88995f8 100644 --- a/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/metrics/impl/BasicMetricsImpl.java +++ b/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/metrics/impl/BasicMetricsImpl.java @@ -45,10 +45,10 @@ import org.eclipse.emf.ecore.util.InternalEList; * ** The following features are implemented: + *
** The following features are implemented: + *
** The following features are implemented: + *
** The following features are implemented: + *
*- *
* * @generated */ diff --git a/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/metrics/impl/MetricsContainerImpl.java b/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/metrics/impl/MetricsContainerImpl.java index b8c88ce..8182f0d 100644 --- a/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/metrics/impl/MetricsContainerImpl.java +++ b/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/metrics/impl/MetricsContainerImpl.java @@ -34,8 +34,6 @@ import org.eclipse.emf.ecore.impl.MinimalEObjectImpl; * * An implementation of the model object 'Container'. * - *- *
* * @generated */ diff --git a/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/metrics/impl/SequenceMetricValueOptionImpl.java b/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/metrics/impl/SequenceMetricValueOptionImpl.java index ef2ce4d..bef5cc0 100644 --- a/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/metrics/impl/SequenceMetricValueOptionImpl.java +++ b/ncomp-core-model/src/main/xcore-gen/org/openecomp/ncomp/core/metrics/impl/SequenceMetricValueOptionImpl.java @@ -45,10 +45,10 @@ import org.eclipse.emf.ecore.util.InternalEList; * ** The following features are implemented: + *
** The following features are implemented: + *
*