imakerplugin/com.nokia.s60tools.imaker/src/com/nokia/s60tools/imaker/internal/model/iContent/IMAGESECTION.java
author dpodwall
Tue, 12 Jan 2010 13:17:53 -0600
changeset 0 61163b28edca
child 1 7ff23301fe22
permissions -rw-r--r--
initial EPL conversion
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     1
/*
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     2
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     3
* All rights reserved.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     4
* This component and the accompanying materials are made available
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     5
* under the terms of "Eclipse Public License v1.0"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     6
* which accompanies this distribution, and is available
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     8
*
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     9
* Initial Contributors:
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    10
* Nokia Corporation - initial contribution.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    11
*
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    12
* Contributors:
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    13
*
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    14
* Description:
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    15
*
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    16
*/
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    17
package com.nokia.s60tools.imaker.internal.model.iContent;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    18
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    19
import java.util.Arrays;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    20
import java.util.Collections;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    21
import java.util.List;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    22
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    23
import org.eclipse.emf.common.util.Enumerator;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    24
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    25
/**
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    26
 * <!-- begin-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    27
 * A representation of the literals of the enumeration '<em><b>IMAGESECTION</b></em>',
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    28
 * and utility methods for working with them.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    29
 * <!-- end-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    30
 * @see com.nokia.s60tools.imaker.internal.model.iContent.IContentPackage#getIMAGESECTION()
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    31
 * @model
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    32
 * @generated
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    33
 */
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    34
public enum IMAGESECTION implements Enumerator {
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    35
	/**
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    36
	 * The '<em><b>CORE</b></em>' literal object.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    37
	 * <!-- begin-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    38
	 * <!-- end-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    39
	 * @see #CORE_VALUE
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    40
	 * @generated
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    41
	 * @ordered
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    42
	 */
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    43
	CORE(0, "CORE", "CORE"),
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    44
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    45
	/**
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    46
	 * The '<em><b>ROFS2</b></em>' literal object.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    47
	 * <!-- begin-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    48
	 * <!-- end-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    49
	 * @see #ROFS2_VALUE
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    50
	 * @generated
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    51
	 * @ordered
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    52
	 */
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    53
	ROFS2(1, "ROFS2", "ROFS2"),
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    54
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    55
	/**
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    56
	 * The '<em><b>ROFS3</b></em>' literal object.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    57
	 * <!-- begin-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    58
	 * <!-- end-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    59
	 * @see #ROFS3_VALUE
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    60
	 * @generated
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    61
	 * @ordered
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    62
	 */
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    63
	ROFS3(2, "ROFS3", "ROFS3"),
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    64
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    65
	/**
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    66
	 * The '<em><b>UDA</b></em>' literal object.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    67
	 * <!-- begin-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    68
	 * <!-- end-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    69
	 * @see #UDA_VALUE
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    70
	 * @generated
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    71
	 * @ordered
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    72
	 */
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    73
	UDA(3, "UDA", "UDA");
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    74
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    75
	/**
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    76
	 * The '<em><b>CORE</b></em>' literal value.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    77
	 * <!-- begin-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    78
	 * <p>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    79
	 * If the meaning of '<em><b>CORE</b></em>' literal object isn't clear,
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    80
	 * there really should be more of a description here...
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    81
	 * </p>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    82
	 * <!-- end-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    83
	 * @see #CORE
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    84
	 * @model
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    85
	 * @generated
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    86
	 * @ordered
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    87
	 */
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    88
	public static final int CORE_VALUE = 0;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    89
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    90
	/**
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    91
	 * The '<em><b>ROFS2</b></em>' literal value.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    92
	 * <!-- begin-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    93
	 * <p>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    94
	 * If the meaning of '<em><b>ROFS2</b></em>' literal object isn't clear,
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    95
	 * there really should be more of a description here...
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    96
	 * </p>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    97
	 * <!-- end-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    98
	 * @see #ROFS2
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    99
	 * @model
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   100
	 * @generated
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   101
	 * @ordered
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   102
	 */
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   103
	public static final int ROFS2_VALUE = 1;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   104
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   105
	/**
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   106
	 * The '<em><b>ROFS3</b></em>' literal value.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   107
	 * <!-- begin-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   108
	 * <p>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   109
	 * If the meaning of '<em><b>ROFS3</b></em>' literal object isn't clear,
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   110
	 * there really should be more of a description here...
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   111
	 * </p>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   112
	 * <!-- end-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   113
	 * @see #ROFS3
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   114
	 * @model
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   115
	 * @generated
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   116
	 * @ordered
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   117
	 */
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   118
	public static final int ROFS3_VALUE = 2;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   119
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   120
	/**
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   121
	 * The '<em><b>UDA</b></em>' literal value.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   122
	 * <!-- begin-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   123
	 * <p>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   124
	 * If the meaning of '<em><b>UDA</b></em>' literal object isn't clear,
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   125
	 * there really should be more of a description here...
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   126
	 * </p>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   127
	 * <!-- end-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   128
	 * @see #UDA
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   129
	 * @model
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   130
	 * @generated
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   131
	 * @ordered
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   132
	 */
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   133
	public static final int UDA_VALUE = 3;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   134
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   135
	/**
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   136
	 * An array of all the '<em><b>IMAGESECTION</b></em>' enumerators.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   137
	 * <!-- begin-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   138
	 * <!-- end-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   139
	 * @generated
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   140
	 */
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   141
	private static final IMAGESECTION[] VALUES_ARRAY =
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   142
		new IMAGESECTION[] {
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   143
			CORE,
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   144
			ROFS2,
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   145
			ROFS3,
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   146
			UDA,
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   147
		};
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   148
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   149
	/**
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   150
	 * A public read-only list of all the '<em><b>IMAGESECTION</b></em>' enumerators.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   151
	 * <!-- begin-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   152
	 * <!-- end-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   153
	 * @generated
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   154
	 */
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   155
	public static final List<IMAGESECTION> VALUES = Collections.unmodifiableList(Arrays.asList(VALUES_ARRAY));
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   156
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   157
	/**
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   158
	 * Returns the '<em><b>IMAGESECTION</b></em>' literal with the specified literal value.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   159
	 * <!-- begin-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   160
	 * <!-- end-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   161
	 * @generated
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   162
	 */
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   163
	public static IMAGESECTION get(String literal) {
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   164
		for (int i = 0; i < VALUES_ARRAY.length; ++i) {
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   165
			IMAGESECTION result = VALUES_ARRAY[i];
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   166
			if (result.toString().equals(literal)) {
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   167
				return result;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   168
			}
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   169
		}
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   170
		return null;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   171
	}
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   172
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   173
	/**
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   174
	 * Returns the '<em><b>IMAGESECTION</b></em>' literal with the specified name.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   175
	 * <!-- begin-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   176
	 * <!-- end-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   177
	 * @generated
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   178
	 */
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   179
	public static IMAGESECTION getByName(String name) {
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   180
		for (int i = 0; i < VALUES_ARRAY.length; ++i) {
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   181
			IMAGESECTION result = VALUES_ARRAY[i];
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   182
			if (result.getName().equals(name)) {
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   183
				return result;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   184
			}
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   185
		}
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   186
		return null;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   187
	}
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   188
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   189
	/**
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   190
	 * Returns the '<em><b>IMAGESECTION</b></em>' literal with the specified integer value.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   191
	 * <!-- begin-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   192
	 * <!-- end-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   193
	 * @generated
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   194
	 */
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   195
	public static IMAGESECTION get(int value) {
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   196
		switch (value) {
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   197
			case CORE_VALUE: return CORE;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   198
			case ROFS2_VALUE: return ROFS2;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   199
			case ROFS3_VALUE: return ROFS3;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   200
			case UDA_VALUE: return UDA;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   201
		}
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   202
		return null;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   203
	}
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   204
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   205
	/**
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   206
	 * <!-- begin-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   207
	 * <!-- end-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   208
	 * @generated
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   209
	 */
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   210
	private final int value;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   211
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   212
	/**
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   213
	 * <!-- begin-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   214
	 * <!-- end-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   215
	 * @generated
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   216
	 */
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   217
	private final String name;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   218
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   219
	/**
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   220
	 * <!-- begin-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   221
	 * <!-- end-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   222
	 * @generated
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   223
	 */
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   224
	private final String literal;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   225
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   226
	/**
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   227
	 * Only this class can construct instances.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   228
	 * <!-- begin-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   229
	 * <!-- end-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   230
	 * @generated
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   231
	 */
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   232
	private IMAGESECTION(int value, String name, String literal) {
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   233
		this.value = value;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   234
		this.name = name;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   235
		this.literal = literal;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   236
	}
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   237
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   238
	/**
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   239
	 * <!-- begin-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   240
	 * <!-- end-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   241
	 * @generated
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   242
	 */
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   243
	public int getValue() {
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   244
	  return value;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   245
	}
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   246
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   247
	/**
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   248
	 * <!-- begin-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   249
	 * <!-- end-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   250
	 * @generated
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   251
	 */
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   252
	public String getName() {
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   253
	  return name;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   254
	}
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   255
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   256
	/**
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   257
	 * <!-- begin-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   258
	 * <!-- end-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   259
	 * @generated
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   260
	 */
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   261
	public String getLiteral() {
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   262
	  return literal;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   263
	}
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   264
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   265
	/**
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   266
	 * Returns the literal value of the enumerator, which is its string representation.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   267
	 * <!-- begin-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   268
	 * <!-- end-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   269
	 * @generated
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   270
	 */
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   271
	@Override
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   272
	public String toString() {
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   273
		return literal;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   274
	}
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   275
	
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   276
} //IMAGESECTION