|
||||||||||
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.LocationTypeImpl
public class LocationTypeImpl
An implementation of the model object 'Location 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 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 |
LocationTypeImpl()
|
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)
|
double |
getX()
|
double |
getY()
|
double |
getZ()
|
boolean |
isSetX()
|
boolean |
isSetY()
|
boolean |
isSetZ()
|
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 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 LocationTypeImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class EObjectImpl
public double getX()
getX
in interface LocationType
LocationType.isSetX()
,
LocationType.unsetX()
,
LocationType.setX(double)
,
OgmlPackage.getLocationType_X()
public void setX(double newX)
setX
in interface LocationType
newX
- the new value of the 'X' attribute.LocationType.isSetX()
,
LocationType.unsetX()
,
LocationType.getX()
public void unsetX()
unsetX
in interface LocationType
LocationType.isSetX()
,
LocationType.getX()
,
LocationType.setX(double)
public boolean isSetX()
isSetX
in interface LocationType
LocationType.unsetX()
,
LocationType.getX()
,
LocationType.setX(double)
public double getY()
getY
in interface LocationType
LocationType.isSetY()
,
LocationType.unsetY()
,
LocationType.setY(double)
,
OgmlPackage.getLocationType_Y()
public void setY(double newY)
setY
in interface LocationType
newY
- the new value of the 'Y' attribute.LocationType.isSetY()
,
LocationType.unsetY()
,
LocationType.getY()
public void unsetY()
unsetY
in interface LocationType
LocationType.isSetY()
,
LocationType.getY()
,
LocationType.setY(double)
public boolean isSetY()
isSetY
in interface LocationType
LocationType.unsetY()
,
LocationType.getY()
,
LocationType.setY(double)
public double getZ()
getZ
in interface LocationType
LocationType.isSetZ()
,
LocationType.unsetZ()
,
LocationType.setZ(double)
,
OgmlPackage.getLocationType_Z()
public void setZ(double newZ)
setZ
in interface LocationType
newZ
- the new value of the 'Z' attribute.LocationType.isSetZ()
,
LocationType.unsetZ()
,
LocationType.getZ()
public void unsetZ()
unsetZ
in interface LocationType
LocationType.isSetZ()
,
LocationType.getZ()
,
LocationType.setZ(double)
public boolean isSetZ()
isSetZ
in interface LocationType
LocationType.unsetZ()
,
LocationType.getZ()
,
LocationType.setZ(double)
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 |