imakerplugin/com.nokia.s60tools.imaker/src/com/nokia/s60tools/imaker/internal/model/iContent/IMAGESECTION.java
changeset 11 217e69fc5beb
parent 1 7ff23301fe22
equal deleted inserted replaced
10:2715b6594cd9 11:217e69fc5beb
    38 	 * <!-- end-user-doc -->
    38 	 * <!-- end-user-doc -->
    39 	 * @see #CORE_VALUE
    39 	 * @see #CORE_VALUE
    40 	 * @generated
    40 	 * @generated
    41 	 * @ordered
    41 	 * @ordered
    42 	 */
    42 	 */
    43 	CORE(0, "CORE", "CORE"),
    43 	CORE(0, "CORE", "core"),
    44 
    44 
    45 	/**
    45 	/**
    46 	 * The '<em><b>ROFS2</b></em>' literal object.
    46 	 * The '<em><b>ROFS2</b></em>' literal object.
    47 	 * <!-- begin-user-doc -->
    47 	 * <!-- begin-user-doc -->
    48 	 * <!-- end-user-doc -->
    48 	 * <!-- end-user-doc -->
    49 	 * @see #ROFS2_VALUE
    49 	 * @see #ROFS2_VALUE
    50 	 * @generated
    50 	 * @generated
    51 	 * @ordered
    51 	 * @ordered
    52 	 */
    52 	 */
    53 	ROFS2(1, "ROFS2", "ROFS2"),
    53 	ROFS2(1, "ROFS2", "rofs2"),
    54 
    54 
    55 	/**
    55 	/**
    56 	 * The '<em><b>ROFS3</b></em>' literal object.
    56 	 * The '<em><b>ROFS3</b></em>' literal object.
    57 	 * <!-- begin-user-doc -->
    57 	 * <!-- begin-user-doc -->
    58 	 * <!-- end-user-doc -->
    58 	 * <!-- end-user-doc -->
    59 	 * @see #ROFS3_VALUE
    59 	 * @see #ROFS3_VALUE
    60 	 * @generated
    60 	 * @generated
    61 	 * @ordered
    61 	 * @ordered
    62 	 */
    62 	 */
    63 	ROFS3(2, "ROFS3", "ROFS3");
    63 	ROFS3(2, "ROFS3", "rofs3"), /**
       
    64 	 * The '<em><b>ANY</b></em>' literal object.
       
    65 	 * <!-- begin-user-doc -->
       
    66 	 * <!-- end-user-doc -->
       
    67 	 * @see #ANY_VALUE
       
    68 	 * @generated
       
    69 	 * @ordered
       
    70 	 */
       
    71 	ANY(3, "ANY", "*");
    64 
    72 
    65 	/**
    73 	/**
    66 	 * The '<em><b>CORE</b></em>' literal value.
    74 	 * The '<em><b>CORE</b></em>' literal value.
    67 	 * <!-- begin-user-doc -->
    75 	 * <!-- begin-user-doc -->
    68 	 * <p>
    76 	 * <p>
    69 	 * If the meaning of '<em><b>CORE</b></em>' literal object isn't clear,
    77 	 * If the meaning of '<em><b>CORE</b></em>' literal object isn't clear,
    70 	 * there really should be more of a description here...
    78 	 * there really should be more of a description here...
    71 	 * </p>
    79 	 * </p>
    72 	 * <!-- end-user-doc -->
    80 	 * <!-- end-user-doc -->
    73 	 * @see #CORE
    81 	 * @see #CORE
    74 	 * @model
    82 	 * @model literal="core"
    75 	 * @generated
    83 	 * @generated
    76 	 * @ordered
    84 	 * @ordered
    77 	 */
    85 	 */
    78 	public static final int CORE_VALUE = 0;
    86 	public static final int CORE_VALUE = 0;
    79 
    87 
    84 	 * If the meaning of '<em><b>ROFS2</b></em>' literal object isn't clear,
    92 	 * If the meaning of '<em><b>ROFS2</b></em>' literal object isn't clear,
    85 	 * there really should be more of a description here...
    93 	 * there really should be more of a description here...
    86 	 * </p>
    94 	 * </p>
    87 	 * <!-- end-user-doc -->
    95 	 * <!-- end-user-doc -->
    88 	 * @see #ROFS2
    96 	 * @see #ROFS2
    89 	 * @model
    97 	 * @model literal="rofs2"
    90 	 * @generated
    98 	 * @generated
    91 	 * @ordered
    99 	 * @ordered
    92 	 */
   100 	 */
    93 	public static final int ROFS2_VALUE = 1;
   101 	public static final int ROFS2_VALUE = 1;
    94 
   102 
    99 	 * If the meaning of '<em><b>ROFS3</b></em>' literal object isn't clear,
   107 	 * If the meaning of '<em><b>ROFS3</b></em>' literal object isn't clear,
   100 	 * there really should be more of a description here...
   108 	 * there really should be more of a description here...
   101 	 * </p>
   109 	 * </p>
   102 	 * <!-- end-user-doc -->
   110 	 * <!-- end-user-doc -->
   103 	 * @see #ROFS3
   111 	 * @see #ROFS3
   104 	 * @model
   112 	 * @model literal="rofs3"
   105 	 * @generated
   113 	 * @generated
   106 	 * @ordered
   114 	 * @ordered
   107 	 */
   115 	 */
   108 	public static final int ROFS3_VALUE = 2;
   116 	public static final int ROFS3_VALUE = 2;
       
   117 
       
   118 	/**
       
   119 	 * The '<em><b>ANY</b></em>' literal value.
       
   120 	 * <!-- begin-user-doc -->
       
   121 	 * <p>
       
   122 	 * If the meaning of '<em><b>ANY</b></em>' literal object isn't clear,
       
   123 	 * there really should be more of a description here...
       
   124 	 * </p>
       
   125 	 * <!-- end-user-doc -->
       
   126 	 * @see #ANY
       
   127 	 * @model literal="*"
       
   128 	 * @generated
       
   129 	 * @ordered
       
   130 	 */
       
   131 	public static final int ANY_VALUE = 3;
   109 
   132 
   110 	/**
   133 	/**
   111 	 * An array of all the '<em><b>IMAGESECTION</b></em>' enumerators.
   134 	 * An array of all the '<em><b>IMAGESECTION</b></em>' enumerators.
   112 	 * <!-- begin-user-doc -->
   135 	 * <!-- begin-user-doc -->
   113 	 * <!-- end-user-doc -->
   136 	 * <!-- end-user-doc -->
   116 	private static final IMAGESECTION[] VALUES_ARRAY =
   139 	private static final IMAGESECTION[] VALUES_ARRAY =
   117 		new IMAGESECTION[] {
   140 		new IMAGESECTION[] {
   118 			CORE,
   141 			CORE,
   119 			ROFS2,
   142 			ROFS2,
   120 			ROFS3,
   143 			ROFS3,
       
   144 			ANY,
   121 		};
   145 		};
   122 
   146 
   123 	/**
   147 	/**
   124 	 * A public read-only list of all the '<em><b>IMAGESECTION</b></em>' enumerators.
   148 	 * A public read-only list of all the '<em><b>IMAGESECTION</b></em>' enumerators.
   125 	 * <!-- begin-user-doc -->
   149 	 * <!-- begin-user-doc -->
   169 	public static IMAGESECTION get(int value) {
   193 	public static IMAGESECTION get(int value) {
   170 		switch (value) {
   194 		switch (value) {
   171 			case CORE_VALUE: return CORE;
   195 			case CORE_VALUE: return CORE;
   172 			case ROFS2_VALUE: return ROFS2;
   196 			case ROFS2_VALUE: return ROFS2;
   173 			case ROFS3_VALUE: return ROFS3;
   197 			case ROFS3_VALUE: return ROFS3;
       
   198 			case ANY_VALUE: return ANY;
   174 		}
   199 		}
   175 		return null;
   200 		return null;
   176 	}
   201 	}
   177 
   202 
   178 	/**
   203 	/**