Skip to content

Package: DynamicContainmentTreeDomainModelReference

DynamicContainmentTreeDomainModelReference

Coverage

1: /**
2: * Copyright (c) 2011-2013 EclipseSource Muenchen GmbH and others.
3: *
4: * All rights reserved. This program and the accompanying materials
5: * are made available under the terms of the Eclipse Public License 2.0
6: * which accompanies this distribution, and is available at
7: * https://www.eclipse.org/legal/epl-2.0/
8: *
9: * SPDX-License-Identifier: EPL-2.0
10: *
11: * Contributors:
12: * Edgar Mueller - initial API and implementation
13: */
14: package org.eclipse.emf.ecp.view.dynamictree.model;
15:
16: import org.eclipse.emf.ecp.view.spi.model.VDomainModelReference;
17:
18: /**
19: * <!-- begin-user-doc -->
20: * A representation of the model object '<em><b>Dynamic Containment Tree Domain Model Reference</b></em>'.
21: * <!-- end-user-doc -->
22: *
23: * <p>
24: * The following features are supported:
25: * <ul>
26: * <li>{@link org.eclipse.emf.ecp.view.dynamictree.model.DynamicContainmentTreeDomainModelReference#getPathFromRoot <em>
27: * Path From Root</em>}</li>
28: * <li>{@link org.eclipse.emf.ecp.view.dynamictree.model.DynamicContainmentTreeDomainModelReference#getPathFromBase <em>
29: * Path From Base</em>}</li>
30: * </ul>
31: * </p>
32: *
33: * @see org.eclipse.emf.ecp.view.dynamictree.model.ModelPackage#getDynamicContainmentTreeDomainModelReference()
34: * @model
35: * @generated
36: */
37: public interface DynamicContainmentTreeDomainModelReference extends VDomainModelReference {
38:         /**
39:          * Returns the value of the '<em><b>Path From Root</b></em>' containment reference.
40:          * <!-- begin-user-doc -->
41:          * <p>
42:          * If the meaning of the '<em>Path From Root</em>' containment reference isn't clear, there really should be more of
43:          * a description here...
44:          * </p>
45:          * <!-- end-user-doc -->
46:          *
47:          * @return the value of the '<em>Path From Root</em>' containment reference.
48:          * @see #setPathFromRoot(VDomainModelReference)
49:          * @see org.eclipse.emf.ecp.view.dynamictree.model.ModelPackage#getDynamicContainmentTreeDomainModelReference_PathFromRoot()
50:          * @model containment="true"
51:          * @generated
52:          */
53:         VDomainModelReference getPathFromRoot();
54:
55:         /**
56:          * Sets the value of the '
57:          * {@link org.eclipse.emf.ecp.view.dynamictree.model.DynamicContainmentTreeDomainModelReference#getPathFromRoot
58:          * <em>Path From Root</em>}' containment reference.
59:          * <!-- begin-user-doc -->
60:          * <!-- end-user-doc -->
61:          *
62:          * @param value the new value of the '<em>Path From Root</em>' containment reference.
63:          * @see #getPathFromRoot()
64:          * @generated
65:          */
66:         void setPathFromRoot(VDomainModelReference value);
67:
68:         /**
69:          * Returns the value of the '<em><b>Path From Base</b></em>' containment reference.
70:          * <!-- begin-user-doc -->
71:          * <p>
72:          * If the meaning of the '<em>Path From Base</em>' containment reference isn't clear, there really should be more of
73:          * a description here...
74:          * </p>
75:          * <!-- end-user-doc -->
76:          *
77:          * @return the value of the '<em>Path From Base</em>' containment reference.
78:          * @see #setPathFromBase(VDomainModelReference)
79:          * @see org.eclipse.emf.ecp.view.dynamictree.model.ModelPackage#getDynamicContainmentTreeDomainModelReference_PathFromBase()
80:          * @model containment="true" required="true"
81:          * @generated
82:          */
83:         VDomainModelReference getPathFromBase();
84:
85:         /**
86:          * Sets the value of the '
87:          * {@link org.eclipse.emf.ecp.view.dynamictree.model.DynamicContainmentTreeDomainModelReference#getPathFromBase
88:          * <em>Path From Base</em>}' containment reference.
89:          * <!-- begin-user-doc -->
90:          * <!-- end-user-doc -->
91:          *
92:          * @param value the new value of the '<em>Path From Base</em>' containment reference.
93:          * @see #getPathFromBase()
94:          * @generated
95:          */
96:         void setPathFromBase(VDomainModelReference value);
97:
98: } // DynamicContainmentTreeDomainModelReference