From accd25463d8aef29d33cb2f2675164a3bdbce9c0 Mon Sep 17 00:00:00 2001 From: Carsten Lund Date: Sun, 16 Apr 2017 14:13:29 +0000 Subject: [DCAE-15] Changes related to version 1.1 See Jira for details Change-Id: Icf804164264baf85a2f81553f74289549e3da953 Signed-off-by: Carsten Lund --- .../org/openecomp/ncomp/openstack/core/SecurityRuleProtocol.java | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ncomp-openstack-model/src/main/xcore-gen/org/openecomp/ncomp/openstack/core/SecurityRuleProtocol.java') 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 'Security Rule Protocol' literal with the specified literal value. * * + * @param literal the literal. + * @return the matching enumerator or null. * @generated */ public static SecurityRuleProtocol get(String literal) { @@ -181,6 +183,8 @@ public enum SecurityRuleProtocol implements Enumerator { * Returns the 'Security Rule Protocol' literal with the specified name. * * + * @param name the name. + * @return the matching enumerator or null. * @generated */ public static SecurityRuleProtocol getByName(String name) { @@ -197,6 +201,8 @@ public enum SecurityRuleProtocol implements Enumerator { * Returns the 'Security Rule Protocol' literal with the specified integer value. * * + * @param value the integer value. + * @return the matching enumerator or null. * @generated */ public static SecurityRuleProtocol get(int value) { -- cgit 1.2.3-korg