net.ogdf.ogml
Interface SegmentType

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

public interface SegmentType
extends EObject

A representation of the model object 'Segment Type'.

The following features are supported:

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

Method Summary
 EList<DataType> getData()
          Returns the value of the 'Data' containment reference list.
 EList<EndpointType> getEndpoint()
          Returns the value of the 'Endpoint' containment reference list.
 LineType getLine()
          Returns the value of the 'Line' containment reference.
 void setLine(LineType value)
          Sets the value of the 'Line' containment reference.
 
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.getSegmentType_Data()
Generated:
This code was automatically generated.
Model element:
containment=true
extendedMetaData="kind='element'
name='data'
namespace='##targetNamespace'"

getLine

LineType getLine()
Returns the value of the 'Line' containment reference.

Returns:
the value of the 'Line' containment reference.
See Also:
setLine(LineType), OgmlPackage.getSegmentType_Line()
Generated:
This code was automatically generated.
Model element:
containment=true
extendedMetaData="kind='element'
name='line'
namespace='##targetNamespace'"

setLine

void setLine(LineType value)
Sets the value of the 'Line' containment reference.

Parameters:
value - the new value of the 'Line' containment reference.
See Also:
getLine()
Generated:
This code was automatically generated.

getEndpoint

EList<EndpointType> getEndpoint()
Returns the value of the 'Endpoint' containment reference list. The list contents are of type EndpointType.

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

Returns:
the value of the 'Endpoint' containment reference list.
See Also:
OgmlPackage.getSegmentType_Endpoint()
Generated:
This code was automatically generated.
Model element:
containment=true
lower=2
upper=2
extendedMetaData="kind='element'
name='endpoint'
namespace='##targetNamespace'"