Skip to content

Package: VTViewModelElementSelector

VTViewModelElementSelector

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: * EclipseSource Munich - initial API and implementation
13: */
14: package org.eclipse.emf.ecp.view.template.selector.viewModelElement.model;
15:
16: import org.eclipse.emf.ecore.EAttribute;
17: import org.eclipse.emf.ecore.EClass;
18: import org.eclipse.emf.ecp.view.template.model.VTStyleSelector;
19:
20: /**
21: * <!-- begin-user-doc -->
22: * A representation of the model object '<em><b>Selector</b></em>'.
23: * <!-- end-user-doc -->
24: *
25: * <p>
26: * The following features are supported:
27: * <ul>
28: * <li>
29: * {@link org.eclipse.emf.ecp.view.template.selector.viewModelElement.model.VTViewModelElementSelector#isSelectSubclasses
30: * <em>Select Subclasses</em>}</li>
31: * <li>{@link org.eclipse.emf.ecp.view.template.selector.viewModelElement.model.VTViewModelElementSelector#getClassType
32: * <em>Class Type</em>}</li>
33: * <li>{@link org.eclipse.emf.ecp.view.template.selector.viewModelElement.model.VTViewModelElementSelector#getAttribute
34: * <em>Attribute</em>}</li>
35: * <li>
36: * {@link org.eclipse.emf.ecp.view.template.selector.viewModelElement.model.VTViewModelElementSelector#getAttributeValue
37: * <em>Attribute Value</em>}</li>
38: * </ul>
39: * </p>
40: *
41: * @see org.eclipse.emf.ecp.view.template.selector.viewModelElement.model.VTViewModelElementPackage#getViewModelElementSelector()
42: * @model
43: * @generated
44: */
45: public interface VTViewModelElementSelector extends VTStyleSelector {
46:         /**
47:          * Returns the value of the '<em><b>Class Type</b></em>' reference.
48:          * <!-- begin-user-doc -->
49:          * <p>
50:          * If the meaning of the '<em>Class Type</em>' attribute isn't clear, there really should be more of a description
51:          * here...
52:          * </p>
53:          * <!-- end-user-doc -->
54:          *
55:          * @return the value of the '<em>Class Type</em>' reference.
56:          * @see #setClassType(EClass)
57:          * @see org.eclipse.emf.ecp.view.template.selector.viewModelElement.model.VTViewModelElementPackage#getViewModelElementSelector_ClassType()
58:          * @model
59:          * @generated
60:          */
61:         EClass getClassType();
62:
63:         /**
64:          * Sets the value of the '
65:          * {@link org.eclipse.emf.ecp.view.template.selector.viewModelElement.model.VTViewModelElementSelector#getClassType
66:          * <em>Class Type</em>}' reference.
67:          * <!-- begin-user-doc -->
68:          * <!-- end-user-doc -->
69:          *
70:          * @param value the new value of the '<em>Class Type</em>' reference.
71:          * @see #getClassType()
72:          * @generated
73:          */
74:         void setClassType(EClass value);
75:
76:         /**
77:          * Returns the value of the '<em><b>Attribute</b></em>' reference.
78:          * <!-- begin-user-doc -->
79:          * <p>
80:          * If the meaning of the '<em>Attribute</em>' reference isn't clear, there really should be more of a description
81:          * here...
82:          * </p>
83:          * <!-- end-user-doc -->
84:          *
85:          * @return the value of the '<em>Attribute</em>' reference.
86:          * @see #setAttribute(EAttribute)
87:          * @see org.eclipse.emf.ecp.view.template.selector.viewModelElement.model.VTViewModelElementPackage#getViewModelElementSelector_Attribute()
88:          * @model
89:          * @generated
90:          */
91:         EAttribute getAttribute();
92:
93:         /**
94:          * Sets the value of the '
95:          * {@link org.eclipse.emf.ecp.view.template.selector.viewModelElement.model.VTViewModelElementSelector#getAttribute
96:          * <em>Attribute</em>}' reference.
97:          * <!-- begin-user-doc -->
98:          * <!-- end-user-doc -->
99:          *
100:          * @param value the new value of the '<em>Attribute</em>' reference.
101:          * @see #getAttribute()
102:          * @generated
103:          */
104:         void setAttribute(EAttribute value);
105:
106:         /**
107:          * Returns the value of the '<em><b>Attribute Value</b></em>' attribute.
108:          * <!-- begin-user-doc -->
109:          * <p>
110:          * If the meaning of the '<em>Attribute Value</em>' attribute isn't clear, there really should be more of a
111:          * description here...
112:          * </p>
113:          * <!-- end-user-doc -->
114:          *
115:          * @return the value of the '<em>Attribute Value</em>' attribute.
116:          * @see #setAttributeValue(Object)
117:          * @see org.eclipse.emf.ecp.view.template.selector.viewModelElement.model.VTViewModelElementPackage#getViewModelElementSelector_AttributeValue()
118:          * @model
119:          * @generated
120:          */
121:         Object getAttributeValue();
122:
123:         /**
124:          * Sets the value of the '
125:          * {@link org.eclipse.emf.ecp.view.template.selector.viewModelElement.model.VTViewModelElementSelector#getAttributeValue
126:          * <em>Attribute Value</em>}' attribute.
127:          * <!-- begin-user-doc -->
128:          * <!-- end-user-doc -->
129:          *
130:          * @param value the new value of the '<em>Attribute Value</em>' attribute.
131:          * @see #getAttributeValue()
132:          * @generated
133:          */
134:         void setAttributeValue(Object value);
135:
136:         /**
137:          * Returns the value of the '<em><b>Select Subclasses</b></em>' attribute.
138:          * <!-- begin-user-doc -->
139:          * <p>
140:          * If the meaning of the '<em>Select Subclasses</em>' attribute isn't clear, there really should be more of a
141:          * description here...
142:          * </p>
143:          * <!-- end-user-doc -->
144:          *
145:          * @return the value of the '<em>Select Subclasses</em>' attribute.
146:          * @see #setSelectSubclasses(boolean)
147:          * @see org.eclipse.emf.ecp.view.template.selector.viewModelElement.model.VTViewModelElementPackage#getViewModelElementSelector_SelectSubclasses()
148:          * @model
149:          * @generated
150:          */
151:         boolean isSelectSubclasses();
152:
153:         /**
154:          * Sets the value of the '
155:          * {@link org.eclipse.emf.ecp.view.template.selector.viewModelElement.model.VTViewModelElementSelector#isSelectSubclasses
156:          * <em>Select Subclasses</em>}' attribute.
157:          * <!-- begin-user-doc -->
158:          * <!-- end-user-doc -->
159:          *
160:          * @param value the new value of the '<em>Select Subclasses</em>' attribute.
161:          * @see #isSelectSubclasses()
162:          * @generated
163:          */
164:         void setSelectSubclasses(boolean value);
165:
166: } // VTViewModelElementSelector