|
||||||||||
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.PointTypeImpl
public class PointTypeImpl
An implementation of the model object 'Point 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 EList<DataType> |
data
The cached value of the ' Data ' containment reference list. |
protected String |
id
The cached value of the ' Id ' attribute. |
protected static String |
ID_EDEFAULT
The default value of the ' Id ' attribute. |
protected double |
x
The cached value of the ' X ' attribute. |
protected static double |
X_EDEFAULT
The default value of the ' X ' attribute. |
protected boolean |
xESet
This is true if the X attribute has been set. |
protected double |
y
The cached value of the ' Y ' attribute. |
protected static double |
Y_EDEFAULT
The default value of the ' Y ' attribute. |
protected boolean |
yESet
This is true if the Y attribute has been set. |
protected double |
z
The cached value of the ' Z ' attribute. |
protected static double |
Z_EDEFAULT
The default value of the ' Z ' attribute. |
protected boolean |
zESet
This is true if the Z 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 |
PointTypeImpl()
|
Method Summary | |
---|---|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
EList<DataType> |
getData()
|
String |
getId()
|
double |
getX()
|
double |
getY()
|
double |
getZ()
|
boolean |
isSetX()
|
boolean |
isSetY()
|
boolean |
isSetZ()
|
void |
setId(String newId)
|
void |
setX(double newX)
|
void |
setY(double newY)
|
void |
setZ(double newZ)
|
String |
toString()
|
void |
unsetX()
|
void |
unsetY()
|
void |
unsetZ()
|
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 EList<DataType> data
Data
' containment reference list.
getData()
protected static final String ID_EDEFAULT
Id
' attribute.
getId()
protected String id
Id
' attribute.
getId()
protected static final double X_EDEFAULT
X
' attribute.
getX()
,
Constant Field Valuesprotected double x
X
' attribute.
getX()
protected boolean xESet
protected static final double Y_EDEFAULT
Y
' attribute.
getY()
,
Constant Field Valuesprotected double y
Y
' attribute.
getY()
protected boolean yESet
protected static final double Z_EDEFAULT
Z
' attribute.
getZ()
,
Constant Field Valuesprotected double z
Z
' attribute.
getZ()
protected boolean zESet
Constructor Detail |
---|
protected PointTypeImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class EObjectImpl
public EList<DataType> getData()
getData
in interface PointType
OgmlPackage.getPointType_Data()
public String getId()
getId
in interface PointType
PointType.setId(String)
,
OgmlPackage.getPointType_Id()
public void setId(String newId)
setId
in interface PointType
newId
- the new value of the 'Id' attribute.PointType.getId()
public double getX()
getX
in interface PointType
PointType.isSetX()
,
PointType.unsetX()
,
PointType.setX(double)
,
OgmlPackage.getPointType_X()
public void setX(double newX)
setX
in interface PointType
newX
- the new value of the 'X' attribute.PointType.isSetX()
,
PointType.unsetX()
,
PointType.getX()
public void unsetX()
unsetX
in interface PointType
PointType.isSetX()
,
PointType.getX()
,
PointType.setX(double)
public boolean isSetX()
isSetX
in interface PointType
PointType.unsetX()
,
PointType.getX()
,
PointType.setX(double)
public double getY()
getY
in interface PointType
PointType.isSetY()
,
PointType.unsetY()
,
PointType.setY(double)
,
OgmlPackage.getPointType_Y()
public void setY(double newY)
setY
in interface PointType
newY
- the new value of the 'Y' attribute.PointType.isSetY()
,
PointType.unsetY()
,
PointType.getY()
public void unsetY()
unsetY
in interface PointType
PointType.isSetY()
,
PointType.getY()
,
PointType.setY(double)
public boolean isSetY()
isSetY
in interface PointType
PointType.unsetY()
,
PointType.getY()
,
PointType.setY(double)
public double getZ()
getZ
in interface PointType
PointType.isSetZ()
,
PointType.unsetZ()
,
PointType.setZ(double)
,
OgmlPackage.getPointType_Z()
public void setZ(double newZ)
setZ
in interface PointType
newZ
- the new value of the 'Z' attribute.PointType.isSetZ()
,
PointType.unsetZ()
,
PointType.getZ()
public void unsetZ()
unsetZ
in interface PointType
PointType.isSetZ()
,
PointType.getZ()
,
PointType.setZ(double)
public boolean isSetZ()
isSetZ
in interface PointType
PointType.unsetZ()
,
PointType.getZ()
,
PointType.setZ(double)
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseRemove
in class BasicEObjectImpl
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 |