public interface VTStyle
extends org.eclipse.emf.ecore.EObject
The following features are supported:
VTTemplatePackage.getStyle()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<VTStyleProperty> |
getProperties()
Returns the value of the 'Properties' containment reference list.
|
VTStyleSelector |
getSelector()
Returns the value of the 'Selector' containment reference.
|
void |
setSelector(VTStyleSelector value)
Sets the value of the '
Selector '
containment reference. |
VTStyleSelector getSelector()
If the meaning of the 'Selector' containment reference isn't clear, there really should be more of a description here...
setSelector(VTStyleSelector)
,
VTTemplatePackage.getStyle_Selector()
void setSelector(VTStyleSelector value)
Selector
'
containment reference.
value
- the new value of the 'Selector' containment reference.getSelector()
org.eclipse.emf.common.util.EList<VTStyleProperty> getProperties()
VTStyleProperty
.
If the meaning of the 'Properties' containment reference list isn't clear, there really should be more of a description here...
VTTemplatePackage.getStyle_Properties()
Copyright © 2016. All rights reserved.