Skip to content

Package: VCustomDomainModelReference

VCustomDomainModelReference

Coverage

1: /*******************************************************************************
2: * Copyright (c) 2011-2014 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: * Eugen Neufeld - initial API and implementation
13: ******************************************************************************/
14: package org.eclipse.emf.ecp.view.spi.custom.model;
15:
16: import org.eclipse.emf.common.util.EList;
17: import org.eclipse.emf.ecp.view.spi.model.VDomainModelReference;
18:
19: /**
20: * <!-- begin-user-doc -->
21: * A representation of the model object '<em><b>Domain Model Reference</b></em>'.
22: * <!-- end-user-doc -->
23: *
24: * <p>
25: * The following features are supported:
26: * <ul>
27: * <li>{@link org.eclipse.emf.ecp.view.spi.custom.model.VCustomDomainModelReference#getDomainModelReferences <em>Domain
28: * Model References</em>}</li>
29: * <li>{@link org.eclipse.emf.ecp.view.spi.custom.model.VCustomDomainModelReference#getBundleName <em>Bundle
30: * Name</em>}</li>
31: * <li>{@link org.eclipse.emf.ecp.view.spi.custom.model.VCustomDomainModelReference#getClassName <em>Class
32: * Name</em>}</li>
33: * <li>{@link org.eclipse.emf.ecp.view.spi.custom.model.VCustomDomainModelReference#isControlChecked <em>Control Checked
34: * </em>}</li>
35: * </ul>
36: * </p>
37: *
38: * @see org.eclipse.emf.ecp.view.spi.custom.model.VCustomPackage#getCustomDomainModelReference()
39: * @model
40: * @generated
41: * @since 1.3
42: */
43: public interface VCustomDomainModelReference extends VDomainModelReference {
44:         /**
45:          * Returns the value of the '<em><b>Domain Model References</b></em>' containment reference list.
46:          * The list contents are of type {@link org.eclipse.emf.ecp.view.spi.model.VDomainModelReference}.
47:          * <!-- begin-user-doc -->
48:          * <p>
49:          * If the meaning of the '<em>Domain Model References</em>' containment reference list isn't clear, there really
50:          * should be more of a description here...
51:          * </p>
52:          * <!-- end-user-doc -->
53:          *
54:          * @return the value of the '<em>Domain Model References</em>' containment reference list.
55:          * @see org.eclipse.emf.ecp.view.spi.custom.model.VCustomPackage#getCustomDomainModelReference_DomainModelReferences()
56:          * @model containment="true"
57:          * @generated
58:          */
59:         EList<VDomainModelReference> getDomainModelReferences();
60:
61:         /**
62:          * Returns the value of the '<em><b>Bundle Name</b></em>' attribute.
63:          * <!-- begin-user-doc -->
64:          * <p>
65:          * If the meaning of the '<em>Bundle Name</em>' attribute isn't clear, there really should be more of a description
66:          * here...
67:          * </p>
68:          * <!-- end-user-doc -->
69:          *
70:          * @return the value of the '<em>Bundle Name</em>' attribute.
71:          * @see #setBundleName(String)
72:          * @see org.eclipse.emf.ecp.view.spi.custom.model.VCustomPackage#getCustomDomainModelReference_BundleName()
73:          * @model required="true"
74:          * @generated
75:          */
76:         String getBundleName();
77:
78:         /**
79:          * Sets the value of the '
80:          * {@link org.eclipse.emf.ecp.view.spi.custom.model.VCustomDomainModelReference#getBundleName <em>Bundle Name</em>}'
81:          * attribute.
82:          * <!-- begin-user-doc -->
83:          * <!-- end-user-doc -->
84:          *
85:          * @param value the new value of the '<em>Bundle Name</em>' attribute.
86:          * @see #getBundleName()
87:          * @generated
88:          */
89:         void setBundleName(String value);
90:
91:         /**
92:          * Returns the value of the '<em><b>Class Name</b></em>' attribute.
93:          * <!-- begin-user-doc -->
94:          * <p>
95:          * If the meaning of the '<em>Class Name</em>' attribute isn't clear, there really should be more of a description
96:          * here...
97:          * </p>
98:          * <!-- end-user-doc -->
99:          *
100:          * @return the value of the '<em>Class Name</em>' attribute.
101:          * @see #setClassName(String)
102:          * @see org.eclipse.emf.ecp.view.spi.custom.model.VCustomPackage#getCustomDomainModelReference_ClassName()
103:          * @model required="true"
104:          * @generated
105:          */
106:         String getClassName();
107:
108:         /**
109:          * Sets the value of the '{@link org.eclipse.emf.ecp.view.spi.custom.model.VCustomDomainModelReference#getClassName
110:          * <em>Class Name</em>}' attribute.
111:          * <!-- begin-user-doc -->
112:          * <!-- end-user-doc -->
113:          *
114:          * @param value the new value of the '<em>Class Name</em>' attribute.
115:          * @see #getClassName()
116:          * @generated
117:          */
118:         void setClassName(String value);
119:
120:         /**
121:          * Returns the value of the '<em><b>Control Checked</b></em>' attribute.
122:          * The default value is <code>"false"</code>.
123:          * <!-- begin-user-doc -->
124:          * <p>
125:          * If the meaning of the '<em>Control Checked</em>' attribute isn't clear, there really should be more of a
126:          * description here...
127:          * </p>
128:          * <!-- end-user-doc -->
129:          *
130:          * @return the value of the '<em>Control Checked</em>' attribute.
131:          * @see #setControlChecked(boolean)
132:          * @see org.eclipse.emf.ecp.view.spi.custom.model.VCustomPackage#getCustomDomainModelReference_ControlChecked()
133:          * @model default="false" required="true" transient="true"
134:          * @generated
135:          */
136:         boolean isControlChecked();
137:
138:         /**
139:          * Sets the value of the '
140:          * {@link org.eclipse.emf.ecp.view.spi.custom.model.VCustomDomainModelReference#isControlChecked
141:          * <em>Control Checked</em>}' attribute.
142:          * <!-- begin-user-doc -->
143:          * <!-- end-user-doc -->
144:          *
145:          * @param value the new value of the '<em>Control Checked</em>' attribute.
146:          * @see #isControlChecked()
147:          * @generated
148:          */
149:         void setControlChecked(boolean value);
150:
151: } // VCustomDomainModelReference