net.ogdf.ogml
Interface LocationType

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
LocationTypeImpl

public interface LocationType
extends EObject

A representation of the model object 'Location Type'.

The following features are supported:

See Also:
OgmlPackage.getLocationType()
Rating red
Generated:
This code was automatically generated.
Model element:
extendedMetaData="name='location.type'
kind='empty'"

Method Summary
 double getX()
          Returns the value of the 'X' attribute.
 double getY()
          Returns the value of the 'Y' attribute.
 double getZ()
          Returns the value of the 'Z' attribute.
 boolean isSetX()
          Returns whether the value of the 'X' attribute is set.
 boolean isSetY()
          Returns whether the value of the 'Y' attribute is set.
 boolean isSetZ()
          Returns whether the value of the 'Z' attribute is set.
 void setX(double value)
          Sets the value of the 'X' attribute.
 void setY(double value)
          Sets the value of the 'Y' attribute.
 void setZ(double value)
          Sets the value of the 'Z' attribute.
 void unsetX()
          Unsets the value of the 'X' attribute.
 void unsetY()
          Unsets the value of the 'Y' attribute.
 void unsetZ()
          Unsets the value of the 'Z' attribute.
 
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
 

Method Detail

getX

double getX()
Returns the value of the 'X' attribute.

If the meaning of the 'X' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'X' attribute.
See Also:
isSetX(), unsetX(), setX(double), OgmlPackage.getLocationType_X()
Generated:
This code was automatically generated.
Model element:
unsettable=true
dataType=org.eclipse.emf.ecore.xml.type.Double
required=true
extendedMetaData="kind='attribute'
name='x'
namespace='##targetNamespace'"

setX

void setX(double value)
Sets the value of the 'X' attribute.

Parameters:
value - the new value of the 'X' attribute.
See Also:
isSetX(), unsetX(), getX()
Generated:
This code was automatically generated.

unsetX

void unsetX()
Unsets the value of the 'X' attribute.

See Also:
isSetX(), getX(), setX(double)
Generated:
This code was automatically generated.

isSetX

boolean isSetX()
Returns whether the value of the 'X' attribute is set.

Returns:
whether the value of the 'X' attribute is set.
See Also:
unsetX(), getX(), setX(double)
Generated:
This code was automatically generated.

getY

double getY()
Returns the value of the 'Y' attribute.

If the meaning of the 'Y' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Y' attribute.
See Also:
isSetY(), unsetY(), setY(double), OgmlPackage.getLocationType_Y()
Generated:
This code was automatically generated.
Model element:
unsettable=true
dataType=org.eclipse.emf.ecore.xml.type.Double
required=true
extendedMetaData="kind='attribute'
name='y'
namespace='##targetNamespace'"

setY

void setY(double value)
Sets the value of the 'Y' attribute.

Parameters:
value - the new value of the 'Y' attribute.
See Also:
isSetY(), unsetY(), getY()
Generated:
This code was automatically generated.

unsetY

void unsetY()
Unsets the value of the 'Y' attribute.

See Also:
isSetY(), getY(), setY(double)
Generated:
This code was automatically generated.

isSetY

boolean isSetY()
Returns whether the value of the 'Y' attribute is set.

Returns:
whether the value of the 'Y' attribute is set.
See Also:
unsetY(), getY(), setY(double)
Generated:
This code was automatically generated.

getZ

double getZ()
Returns the value of the 'Z' attribute.

If the meaning of the 'Z' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Z' attribute.
See Also:
isSetZ(), unsetZ(), setZ(double), OgmlPackage.getLocationType_Z()
Generated:
This code was automatically generated.
Model element:
unsettable=true
dataType=org.eclipse.emf.ecore.xml.type.Double
extendedMetaData="kind='attribute'
name='z'
namespace='##targetNamespace'"

setZ

void setZ(double value)
Sets the value of the 'Z' attribute.

Parameters:
value - the new value of the 'Z' attribute.
See Also:
isSetZ(), unsetZ(), getZ()
Generated:
This code was automatically generated.

unsetZ

void unsetZ()
Unsets the value of the 'Z' attribute.

See Also:
isSetZ(), getZ(), setZ(double)
Generated:
This code was automatically generated.

isSetZ

boolean isSetZ()
Returns whether the value of the 'Z' attribute is set.

Returns:
whether the value of the 'Z' attribute is set.
See Also:
unsetZ(), getZ(), setZ(double)
Generated:
This code was automatically generated.