View Javadoc

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>Dto Integer Property</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.DtoIntegerProperty#getDefaultValue <em>Default Value</em>}</li>
19   * </ul>
20   * </p>
21   *
22   * @see org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage#getDtoIntegerProperty()
23   * @model
24   * @generated
25   */
26  public interface DtoIntegerProperty extends DtoDataProperty {
27  
28      /**
29       * Returns the value of the '<em><b>Default Value</b></em>' attribute.
30       * <!-- begin-user-doc -->
31       * <p>
32       * If the meaning of the '<em>Default Value</em>' attribute isn't clear,
33       * there really should be more of a description here...
34       * </p>
35       * <!-- end-user-doc -->
36       * @return the value of the '<em>Default Value</em>' attribute.
37       * @see #setDefaultValue(Integer)
38       * @see org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage#getDtoIntegerProperty_DefaultValue()
39       * @model
40       * @generated
41       */
42      Integer getDefaultValue();
43  
44      /**
45       * Sets the value of the '{@link org.mod4j.dsl.datacontract.mm.DataContractDsl.DtoIntegerProperty#getDefaultValue <em>Default Value</em>}' attribute.
46       * <!-- begin-user-doc -->
47       * <!-- end-user-doc -->
48       * @param value the new value of the '<em>Default Value</em>' attribute.
49       * @see #getDefaultValue()
50       * @generated
51       */
52      void setDefaultValue(Integer value);
53  } // DtoIntegerProperty