net.ogdf.ogml
Interface PointType

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

public interface PointType
extends EObject

A representation of the model object 'Point Type'.

The following features are supported:

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

Method Summary
 EList<DataType> getData()
          Returns the value of the 'Data' containment reference list.
 String getId()
          Returns the value of the 'Id' attribute.
 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 setId(String value)
          Sets the value of the 'Id' attribute.
 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

getData

EList<DataType> getData()
Returns the value of the 'Data' containment reference list. The list contents are of type DataType.

If the meaning of the 'Data' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Data' containment reference list.
See Also:
OgmlPackage.getPointType_Data()
Generated:
This code was automatically generated.
Model element:
containment=true
extendedMetaData="kind='element'
name='data'
namespace='##targetNamespace'"

getId

String getId()
Returns the value of the 'Id' attribute.

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

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), OgmlPackage.getPointType_Id()
Generated:
This code was automatically generated.
Model element:
id=true
dataType=org.eclipse.emf.ecore.xml.type.ID
extendedMetaData="kind='attribute'
name='id'
namespace='##targetNamespace'"

setId

void setId(String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()
Generated:
This code was automatically generated.

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.getPointType_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.getPointType_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.getPointType_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.