public class VisualGroupElementImpl extends NodeImpl implements VisualGroupElement
The following features are implemented:
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
DEFAULT_COLOR_EDEFAULT
The default value of the '
Default Color ' attribute. |
protected java.lang.String |
defaultColor
The cached value of the '
Default Color ' attribute. |
protected Quantity |
parameter
The cached value of the '
Parameter ' containment reference. |
id, ID_EDEFAULT, name, NAME_EDEFAULT, synched, SYNCHED_EDEFAULT, tags
Modifier | Constructor and Description |
---|---|
protected |
VisualGroupElementImpl() |
Modifier and Type | Method and Description |
---|---|
NotificationChain |
basicSetParameter(Quantity newParameter,
NotificationChain msgs) |
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 |
getDefaultColor() |
Quantity |
getParameter() |
void |
setDefaultColor(java.lang.String newDefaultColor) |
void |
setParameter(Quantity newParameter) |
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 DEFAULT_COLOR_EDEFAULT
Default Color
' attribute.
getDefaultColor()
protected java.lang.String defaultColor
Default Color
' attribute.
getDefaultColor()
protected Quantity parameter
Parameter
' containment reference.
getParameter()
protected EClass eStaticClass()
eStaticClass
in class NodeImpl
public java.lang.String getDefaultColor()
getDefaultColor
in interface VisualGroupElement
VisualGroupElement.setDefaultColor(String)
,
ValuesPackage.getVisualGroupElement_DefaultColor()
public void setDefaultColor(java.lang.String newDefaultColor)
setDefaultColor
in interface VisualGroupElement
newDefaultColor
- the new value of the 'Default Color' attribute.VisualGroupElement.getDefaultColor()
public Quantity getParameter()
getParameter
in interface VisualGroupElement
VisualGroupElement.setParameter(Quantity)
,
ValuesPackage.getVisualGroupElement_Parameter()
public NotificationChain basicSetParameter(Quantity newParameter, NotificationChain msgs)
public void setParameter(Quantity newParameter)
setParameter
in interface VisualGroupElement
newParameter
- the new value of the 'Parameter' containment reference.VisualGroupElement.getParameter()
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)