net.ogdf.ogml
Interface LabelType

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

public interface LabelType
extends EObject

A representation of the model object 'Label Type'. a label has an identificator - id content of the label-element is a string

The following features are supported:

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

Method Summary
 String getContent()
          Returns the value of the 'Content' attribute.
 EList<DataType> getData()
          Returns the value of the 'Data' containment reference list.
 String getId()
          Returns the value of the 'Id' attribute.
 void setContent(String value)
          Sets the value of the 'Content' attribute.
 void setId(String value)
          Sets the value of the 'Id' 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.getLabelType_Data()
Generated:
This code was automatically generated.
Model element:
containment=true
extendedMetaData="kind='element'
name='data'
namespace='##targetNamespace'"

getContent

String getContent()
Returns the value of the 'Content' attribute.

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

Returns:
the value of the 'Content' attribute.
See Also:
setContent(String), OgmlPackage.getLabelType_Content()
Generated:
This code was automatically generated.
Model element:
dataType=org.eclipse.emf.ecore.xml.type.String
required=true
extendedMetaData="kind='element'
name='content'
namespace='##targetNamespace'"

setContent

void setContent(String value)
Sets the value of the 'Content' attribute.

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

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