|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
net.ogdf.ogml.impl.LineStyleTypeImpl
public class LineStyleTypeImpl
An implementation of the model object 'Line Style Type'.
The following features are implemented:
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl |
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
BasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList |
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
InternalEObject.EStore |
Field Summary | |
---|---|
protected String |
color
The cached value of the ' Color ' attribute. |
protected static String |
COLOR_EDEFAULT
The default value of the ' Color ' attribute. |
protected LineStyleTypeType |
style
The cached value of the ' Style ' attribute. |
protected static LineStyleTypeType |
STYLE_EDEFAULT
The default value of the ' Style ' attribute. |
protected boolean |
styleESet
This is true if the Style attribute has been set. |
protected String |
width
The cached value of the ' Width ' attribute. |
protected static String |
WIDTH_EDEFAULT
The default value of the ' Width ' attribute. |
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
---|
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY |
Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET |
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
EOPPOSITE_FEATURE_BASE |
Constructor Summary | |
---|---|
protected |
LineStyleTypeImpl()
|
Method Summary | |
---|---|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
String |
getColor()
|
LineStyleTypeType |
getStyle()
|
String |
getWidth()
|
boolean |
isSetStyle()
|
void |
setColor(String newColor)
|
void |
setStyle(LineStyleTypeType newStyle)
|
void |
setWidth(String newWidth)
|
String |
toString()
|
void |
unsetStyle()
|
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
---|
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI |
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
eNotificationRequired |
Field Detail |
---|
protected static final String COLOR_EDEFAULT
Color
' attribute.
getColor()
protected String color
Color
' attribute.
getColor()
protected static final LineStyleTypeType STYLE_EDEFAULT
Style
' attribute.
getStyle()
protected LineStyleTypeType style
Style
' attribute.
getStyle()
protected boolean styleESet
protected static final String WIDTH_EDEFAULT
Width
' attribute.
getWidth()
protected String width
Width
' attribute.
getWidth()
Constructor Detail |
---|
protected LineStyleTypeImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class EObjectImpl
public String getColor()
getColor
in interface LineStyleType
LineStyleType.setColor(String)
,
OgmlPackage.getLineStyleType_Color()
public void setColor(String newColor)
setColor
in interface LineStyleType
newColor
- the new value of the 'Color' attribute.LineStyleType.getColor()
public LineStyleTypeType getStyle()
getStyle
in interface LineStyleType
LineStyleTypeType
,
LineStyleType.isSetStyle()
,
LineStyleType.unsetStyle()
,
LineStyleType.setStyle(LineStyleTypeType)
,
OgmlPackage.getLineStyleType_Style()
public void setStyle(LineStyleTypeType newStyle)
setStyle
in interface LineStyleType
newStyle
- the new value of the 'Style' attribute.LineStyleTypeType
,
LineStyleType.isSetStyle()
,
LineStyleType.unsetStyle()
,
LineStyleType.getStyle()
public void unsetStyle()
unsetStyle
in interface LineStyleType
LineStyleType.isSetStyle()
,
LineStyleType.getStyle()
,
LineStyleType.setStyle(LineStyleTypeType)
public boolean isSetStyle()
isSetStyle
in interface LineStyleType
LineStyleType.unsetStyle()
,
LineStyleType.getStyle()
,
LineStyleType.setStyle(LineStyleTypeType)
public String getWidth()
getWidth
in interface LineStyleType
LineStyleType.setWidth(String)
,
OgmlPackage.getLineStyleType_Width()
public void setWidth(String newWidth)
setWidth
in interface LineStyleType
newWidth
- the new value of the 'Width' attribute.LineStyleType.getWidth()
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface InternalEObject
eGet
in class BasicEObjectImpl
public void eSet(int featureID, Object newValue)
eSet
in interface InternalEObject
eSet
in class BasicEObjectImpl
public void eUnset(int featureID)
eUnset
in interface InternalEObject
eUnset
in class BasicEObjectImpl
public boolean eIsSet(int featureID)
eIsSet
in interface InternalEObject
eIsSet
in class BasicEObjectImpl
public String toString()
toString
in class BasicEObjectImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |