public interface VTViewModelElementSelector extends VTStyleSelector
The following features are supported:
NOT_APPLICABLE| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.ecore.EAttribute |
getAttribute()
Returns the value of the 'Attribute' reference.
|
Object |
getAttributeValue()
Returns the value of the 'Attribute Value' attribute.
|
org.eclipse.emf.ecore.EClass |
getClassType()
Returns the value of the 'Class Type' reference.
|
boolean |
isSelectSubclasses()
Returns the value of the 'Select Subclasses' attribute.
|
void |
setAttribute(org.eclipse.emf.ecore.EAttribute value)
Sets the value of the '
Attribute' reference. |
void |
setAttributeValue(Object value)
Sets the value of the '
Attribute Value' attribute. |
void |
setClassType(org.eclipse.emf.ecore.EClass value)
Sets the value of the '
Class Type' reference. |
void |
setSelectSubclasses(boolean value)
Sets the value of the '
Select Subclasses' attribute. |
isApplicableorg.eclipse.emf.ecore.EClass getClassType()
If the meaning of the 'Class Type' attribute isn't clear, there really should be more of a description here...
setClassType(EClass),
VTViewModelElementPackage.getViewModelElementSelector_ClassType()void setClassType(org.eclipse.emf.ecore.EClass value)
Class Type' reference.
value - the new value of the 'Class Type' reference.getClassType()org.eclipse.emf.ecore.EAttribute getAttribute()
If the meaning of the 'Attribute' reference isn't clear, there really should be more of a description here...
setAttribute(EAttribute),
VTViewModelElementPackage.getViewModelElementSelector_Attribute()void setAttribute(org.eclipse.emf.ecore.EAttribute value)
Attribute' reference.
value - the new value of the 'Attribute' reference.getAttribute()Object getAttributeValue()
If the meaning of the 'Attribute Value' attribute isn't clear, there really should be more of a description here...
setAttributeValue(Object),
VTViewModelElementPackage.getViewModelElementSelector_AttributeValue()void setAttributeValue(Object value)
Attribute Value' attribute.
value - the new value of the 'Attribute Value' attribute.getAttributeValue()boolean isSelectSubclasses()
If the meaning of the 'Select Subclasses' attribute isn't clear, there really should be more of a description here...
setSelectSubclasses(boolean),
VTViewModelElementPackage.getViewModelElementSelector_SelectSubclasses()void setSelectSubclasses(boolean value)
Select Subclasses' attribute.
value - the new value of the 'Select Subclasses' attribute.isSelectSubclasses()Copyright © 2020. All rights reserved.