|
||||||||||
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.EndpointTypeImpl
public class EndpointTypeImpl
An implementation of the model object 'Endpoint 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 static String |
ID_REF_EDEFAULT
The default value of the ' Id Ref ' attribute. |
protected String |
idRef
The cached value of the ' Id Ref ' attribute. |
protected BigInteger |
port
The cached value of the ' Port ' attribute. |
protected static BigInteger |
PORT_EDEFAULT
The default value of the ' Port ' attribute. |
protected double |
size
The cached value of the ' Size ' attribute. |
protected static double |
SIZE_EDEFAULT
The default value of the ' Size ' attribute. |
protected boolean |
sizeESet
This is true if the Size attribute has been set. |
protected EndpointStylesType |
style
The cached value of the ' Style ' attribute. |
protected static EndpointStylesType |
STYLE_EDEFAULT
The default value of the ' Style ' attribute. |
protected boolean |
styleESet
This is true if the Style attribute has been set. |
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 |
EndpointTypeImpl()
|
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()
|
String |
getIdRef()
|
BigInteger |
getPort()
|
double |
getSize()
|
EndpointStylesType |
getStyle()
|
boolean |
isSetSize()
|
boolean |
isSetStyle()
|
void |
setColor(String newColor)
|
void |
setIdRef(String newIdRef)
|
void |
setPort(BigInteger newPort)
|
void |
setSize(double newSize)
|
void |
setStyle(EndpointStylesType newStyle)
|
String |
toString()
|
void |
unsetSize()
|
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 String ID_REF_EDEFAULT
Id Ref
' attribute.
getIdRef()
protected String idRef
Id Ref
' attribute.
getIdRef()
protected static final BigInteger PORT_EDEFAULT
Port
' attribute.
getPort()
protected BigInteger port
Port
' attribute.
getPort()
protected static final double SIZE_EDEFAULT
Size
' attribute.
getSize()
,
Constant Field Valuesprotected double size
Size
' attribute.
getSize()
protected boolean sizeESet
protected static final EndpointStylesType STYLE_EDEFAULT
Style
' attribute.
getStyle()
protected EndpointStylesType style
Style
' attribute.
getStyle()
protected boolean styleESet
Constructor Detail |
---|
protected EndpointTypeImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class EObjectImpl
public String getColor()
getColor
in interface EndpointType
EndpointType.setColor(String)
,
OgmlPackage.getEndpointType_Color()
public void setColor(String newColor)
setColor
in interface EndpointType
newColor
- the new value of the 'Color' attribute.EndpointType.getColor()
public String getIdRef()
getIdRef
in interface EndpointType
EndpointType.setIdRef(String)
,
OgmlPackage.getEndpointType_IdRef()
public void setIdRef(String newIdRef)
setIdRef
in interface EndpointType
newIdRef
- the new value of the 'Id Ref' attribute.EndpointType.getIdRef()
public BigInteger getPort()
getPort
in interface EndpointType
EndpointType.setPort(BigInteger)
,
OgmlPackage.getEndpointType_Port()
public void setPort(BigInteger newPort)
setPort
in interface EndpointType
newPort
- the new value of the 'Port' attribute.EndpointType.getPort()
public double getSize()
getSize
in interface EndpointType
EndpointType.isSetSize()
,
EndpointType.unsetSize()
,
EndpointType.setSize(double)
,
OgmlPackage.getEndpointType_Size()
public void setSize(double newSize)
setSize
in interface EndpointType
newSize
- the new value of the 'Size' attribute.EndpointType.isSetSize()
,
EndpointType.unsetSize()
,
EndpointType.getSize()
public void unsetSize()
unsetSize
in interface EndpointType
EndpointType.isSetSize()
,
EndpointType.getSize()
,
EndpointType.setSize(double)
public boolean isSetSize()
isSetSize
in interface EndpointType
EndpointType.unsetSize()
,
EndpointType.getSize()
,
EndpointType.setSize(double)
public EndpointStylesType getStyle()
getStyle
in interface EndpointType
EndpointStylesType
,
EndpointType.isSetStyle()
,
EndpointType.unsetStyle()
,
EndpointType.setStyle(EndpointStylesType)
,
OgmlPackage.getEndpointType_Style()
public void setStyle(EndpointStylesType newStyle)
setStyle
in interface EndpointType
newStyle
- the new value of the 'Style' attribute.EndpointStylesType
,
EndpointType.isSetStyle()
,
EndpointType.unsetStyle()
,
EndpointType.getStyle()
public void unsetStyle()
unsetStyle
in interface EndpointType
EndpointType.isSetStyle()
,
EndpointType.getStyle()
,
EndpointType.setStyle(EndpointStylesType)
public boolean isSetStyle()
isSetStyle
in interface EndpointType
EndpointType.unsetStyle()
,
EndpointType.getStyle()
,
EndpointType.setStyle(EndpointStylesType)
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 |