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/location/OpenStackVersion.java | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ncomp-openstack-model/src/main/xcore-gen/org/openecomp/ncomp/openstack/location/OpenStackVersion.java') diff --git a/ncomp-openstack-model/src/main/xcore-gen/org/openecomp/ncomp/openstack/location/OpenStackVersion.java b/ncomp-openstack-model/src/main/xcore-gen/org/openecomp/ncomp/openstack/location/OpenStackVersion.java index 2a4184b..d34ff87 100644 --- a/ncomp-openstack-model/src/main/xcore-gen/org/openecomp/ncomp/openstack/location/OpenStackVersion.java +++ b/ncomp-openstack-model/src/main/xcore-gen/org/openecomp/ncomp/openstack/location/OpenStackVersion.java @@ -255,6 +255,8 @@ public enum OpenStackVersion implements Enumerator { * Returns the 'Open Stack Version' literal with the specified literal value. * * + * @param literal the literal. + * @return the matching enumerator or null. * @generated */ public static OpenStackVersion get(String literal) { @@ -271,6 +273,8 @@ public enum OpenStackVersion implements Enumerator { * Returns the 'Open Stack Version' literal with the specified name. * * + * @param name the name. + * @return the matching enumerator or null. * @generated */ public static OpenStackVersion getByName(String name) { @@ -287,6 +291,8 @@ public enum OpenStackVersion implements Enumerator { * Returns the 'Open Stack Version' literal with the specified integer value. * * + * @param value the integer value. + * @return the matching enumerator or null. * @generated */ public static OpenStackVersion get(int value) { -- cgit 1.2.3-korg