public interface VisualGroupElement extends Node
The following features are supported:
ValuesPackage.getVisualGroupElement()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDefaultColor()
Returns the value of the 'Default Color' attribute.
|
Quantity |
getParameter()
Returns the value of the 'Parameter' containment reference.
|
void |
setDefaultColor(java.lang.String value)
Sets the value of the '
Default Color ' attribute. |
void |
setParameter(Quantity value)
Sets the value of the '
Parameter ' containment reference. |
getId, getName, getPath, getTags, setId, setName
isSynched, setSynched
java.lang.String getDefaultColor()
If the meaning of the 'Default Color' attribute isn't clear, there really should be more of a description here...
setDefaultColor(String)
,
ValuesPackage.getVisualGroupElement_DefaultColor()
void setDefaultColor(java.lang.String value)
Default Color
' attribute.
value
- the new value of the 'Default Color' attribute.getDefaultColor()
Quantity getParameter()
If the meaning of the 'Parameter' containment reference isn't clear, there really should be more of a description here...
setParameter(Quantity)
,
ValuesPackage.getVisualGroupElement_Parameter()
void setParameter(Quantity value)
Parameter
' containment reference.
value
- the new value of the 'Parameter' containment reference.getParameter()