1 /**
2 * <copyright>
3 * </copyright>
4 *
5 * $Id$
6 */
7 package org.mod4j.dsl.datacontract.mm.DataContractDsl;
8
9
10 /**
11 * <!-- begin-user-doc -->
12 * A representation of the model object '<em><b>Enumeration Dto Literal</b></em>'.
13 * <!-- end-user-doc -->
14 *
15 * <p>
16 * The following features are supported:
17 * <ul>
18 * <li>{@link org.mod4j.dsl.datacontract.mm.DataContractDsl.EnumerationDtoLiteral#getValue <em>Value</em>}</li>
19 * </ul>
20 * </p>
21 *
22 * @see org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage#getEnumerationDtoLiteral()
23 * @model
24 * @generated
25 */
26 public interface EnumerationDtoLiteral extends ModelElement {
27 /**
28 * Returns the value of the '<em><b>Value</b></em>' attribute.
29 * <!-- begin-user-doc -->
30 * <p>
31 * If the meaning of the '<em>Value</em>' attribute isn't clear,
32 * there really should be more of a description here...
33 * </p>
34 * <!-- end-user-doc -->
35 * @return the value of the '<em>Value</em>' attribute.
36 * @see #setValue(int)
37 * @see org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage#getEnumerationDtoLiteral_Value()
38 * @model
39 * @generated
40 */
41 int getValue();
42
43 /**
44 * Sets the value of the '{@link org.mod4j.dsl.datacontract.mm.DataContractDsl.EnumerationDtoLiteral#getValue <em>Value</em>}' attribute.
45 * <!-- begin-user-doc -->
46 * <!-- end-user-doc -->
47 * @param value the new value of the '<em>Value</em>' attribute.
48 * @see #getValue()
49 * @generated
50 */
51 void setValue(int value);
52
53 } // EnumerationDtoLiteral