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