public class VisualGroupImpl extends NodeImpl implements VisualGroup
The following features are implemented:
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
HIGH_SPECTRUM_COLOR_EDEFAULT
The default value of the '
High Spectrum Color ' attribute. |
protected java.lang.String |
highSpectrumColor
The cached value of the '
High Spectrum Color ' attribute. |
protected static java.lang.String |
LOW_SPECTRUM_COLOR_EDEFAULT
The default value of the '
Low Spectrum Color ' attribute. |
protected java.lang.String |
lowSpectrumColor
The cached value of the '
Low Spectrum Color ' attribute. |
protected java.lang.String |
type
The cached value of the '
Type ' attribute. |
protected static java.lang.String |
TYPE_EDEFAULT
The default value of the '
Type ' attribute. |
protected <any> |
visualGroupElements
The cached value of the '
Visual Group Elements ' containment reference list. |
id, ID_EDEFAULT, name, NAME_EDEFAULT, synched, SYNCHED_EDEFAULT, tags
Modifier | Constructor and Description |
---|---|
protected |
VisualGroupImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
java.lang.String |
getHighSpectrumColor() |
java.lang.String |
getLowSpectrumColor() |
java.lang.String |
getType() |
<any> |
getVisualGroupElements() |
void |
setHighSpectrumColor(java.lang.String newHighSpectrumColor) |
void |
setLowSpectrumColor(java.lang.String newLowSpectrumColor) |
void |
setType(java.lang.String newType) |
java.lang.String |
toString() |
eInvoke, getId, getName, getPath, getTags, isSynched, setId, setName, setSynched
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getId, getName, getPath, getTags, setId, setName
isSynched, setSynched
protected static final java.lang.String LOW_SPECTRUM_COLOR_EDEFAULT
Low Spectrum Color
' attribute.
getLowSpectrumColor()
protected java.lang.String lowSpectrumColor
Low Spectrum Color
' attribute.
getLowSpectrumColor()
protected static final java.lang.String HIGH_SPECTRUM_COLOR_EDEFAULT
High Spectrum Color
' attribute.
getHighSpectrumColor()
protected java.lang.String highSpectrumColor
High Spectrum Color
' attribute.
getHighSpectrumColor()
protected static final java.lang.String TYPE_EDEFAULT
Type
' attribute.
getType()
protected <any> visualGroupElements
Visual Group Elements
' containment reference list.
getVisualGroupElements()
protected EClass eStaticClass()
eStaticClass
in class NodeImpl
public java.lang.String getLowSpectrumColor()
getLowSpectrumColor
in interface VisualGroup
VisualGroup.setLowSpectrumColor(String)
,
ValuesPackage.getVisualGroup_LowSpectrumColor()
public void setLowSpectrumColor(java.lang.String newLowSpectrumColor)
setLowSpectrumColor
in interface VisualGroup
newLowSpectrumColor
- the new value of the 'Low Spectrum Color' attribute.VisualGroup.getLowSpectrumColor()
public java.lang.String getHighSpectrumColor()
getHighSpectrumColor
in interface VisualGroup
VisualGroup.setHighSpectrumColor(String)
,
ValuesPackage.getVisualGroup_HighSpectrumColor()
public void setHighSpectrumColor(java.lang.String newHighSpectrumColor)
setHighSpectrumColor
in interface VisualGroup
newHighSpectrumColor
- the new value of the 'High Spectrum Color' attribute.VisualGroup.getHighSpectrumColor()
public java.lang.String getType()
getType
in interface VisualGroup
VisualGroup.setType(String)
,
ValuesPackage.getVisualGroup_Type()
public void setType(java.lang.String newType)
setType
in interface VisualGroup
newType
- the new value of the 'Type' attribute.VisualGroup.getType()
public <any> getVisualGroupElements()
getVisualGroupElements
in interface VisualGroup
ValuesPackage.getVisualGroup_VisualGroupElements()
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)