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</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.Dto#getDatacontractModel <em>Datacontract Model</em>}</li>
19   * </ul>
20   * </p>
21   *
22   * @see org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage#getDto()
23   * @model
24   * @generated
25   */
26  public interface Dto extends ModelElement {
27  	/**
28       * Returns the value of the '<em><b>Datacontract Model</b></em>' container reference.
29       * It is bidirectional and its opposite is '{@link org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractModel#getDtos <em>Dtos</em>}'.
30       * <!-- begin-user-doc -->
31  	 * <p>
32  	 * If the meaning of the '<em>Datacontract Model</em>' container reference 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>Datacontract Model</em>' container reference.
37       * @see #setDatacontractModel(DataContractModel)
38       * @see org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage#getDto_DatacontractModel()
39       * @see org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractModel#getDtos
40       * @model opposite="dtos" transient="false"
41       * @generated
42       */
43  	DataContractModel getDatacontractModel();
44  
45  	/**
46       * Sets the value of the '{@link org.mod4j.dsl.datacontract.mm.DataContractDsl.Dto#getDatacontractModel <em>Datacontract Model</em>}' container reference.
47       * <!-- begin-user-doc -->
48  	 * <!-- end-user-doc -->
49       * @param value the new value of the '<em>Datacontract Model</em>' container reference.
50       * @see #getDatacontractModel()
51       * @generated
52       */
53  	void setDatacontractModel(DataContractModel value);
54  
55  } // Dto