aboutsummaryrefslogtreecommitdiffstats
path: root/ncomp-openstack-model/src/main/xcore-gen/org/openecomp/ncomp/openstack/core/SecurityRuleProtocol.java
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2017-04-19 15:13:21 +0000
committerGerrit Code Review <gerrit@onap.org>2017-04-19 15:13:21 +0000
commitfc0f682713cfee3ef48467e1b7d04738e5f83312 (patch)
treecde7cc365b9f396030753b58a141eb87dbb71ba5 /ncomp-openstack-model/src/main/xcore-gen/org/openecomp/ncomp/openstack/core/SecurityRuleProtocol.java
parent325522e47a7d7a135a995680640c7a0c86720bbb (diff)
parentaccd25463d8aef29d33cb2f2675164a3bdbce9c0 (diff)
Merge "[DCAE-15] Changes related to version 1.1"
Diffstat (limited to 'ncomp-openstack-model/src/main/xcore-gen/org/openecomp/ncomp/openstack/core/SecurityRuleProtocol.java')
-rw-r--r--ncomp-openstack-model/src/main/xcore-gen/org/openecomp/ncomp/openstack/core/SecurityRuleProtocol.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/ncomp-openstack-model/src/main/xcore-gen/org/openecomp/ncomp/openstack/core/SecurityRuleProtocol.java b/ncomp-openstack-model/src/main/xcore-gen/org/openecomp/ncomp/openstack/core/SecurityRuleProtocol.java
index 1650fbb..b790318 100644
--- a/ncomp-openstack-model/src/main/xcore-gen/org/openecomp/ncomp/openstack/core/SecurityRuleProtocol.java
+++ b/ncomp-openstack-model/src/main/xcore-gen/org/openecomp/ncomp/openstack/core/SecurityRuleProtocol.java
@@ -165,6 +165,8 @@ public enum SecurityRuleProtocol implements Enumerator {
* Returns the '<em><b>Security Rule Protocol</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 SecurityRuleProtocol get(String literal) {
@@ -181,6 +183,8 @@ public enum SecurityRuleProtocol implements Enumerator {
* Returns the '<em><b>Security Rule Protocol</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 SecurityRuleProtocol getByName(String name) {
@@ -197,6 +201,8 @@ public enum SecurityRuleProtocol implements Enumerator {
* Returns the '<em><b>Security Rule Protocol</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 SecurityRuleProtocol get(int value) {