net.ogdf.ogml
Interface LabelLayoutType

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

public interface LabelLayoutType
extends EObject

A representation of the model object 'Label Layout Type'.

The following features are supported:

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

Method Summary
 EList<DataType> getData()
          Returns the value of the 'Data' containment reference list.
 FontType getFont()
          Returns the value of the 'Font' containment reference.
 String getIdRef()
          Returns the value of the 'Id Ref' attribute.
 LocationType getLocation()
          Returns the value of the 'Location' containment reference.
 TemplateType getTemplate()
          Returns the value of the 'Template' containment reference.
 TextType getText()
          Returns the value of the 'Text' containment reference.
 void setFont(FontType value)
          Sets the value of the 'Font' containment reference.
 void setIdRef(String value)
          Sets the value of the 'Id Ref' attribute.
 void setLocation(LocationType value)
          Sets the value of the 'Location' containment reference.
 void setTemplate(TemplateType value)
          Sets the value of the 'Template' containment reference.
 void setText(TextType value)
          Sets the value of the 'Text' 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.getLabelLayoutType_Data()
Generated:
This code was automatically generated.
Model element:
containment=true
extendedMetaData="kind='element'
name='data'
namespace='##targetNamespace'"

getTemplate

TemplateType getTemplate()
Returns the value of the 'Template' containment reference.

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

Returns:
the value of the 'Template' containment reference.
See Also:
setTemplate(TemplateType), OgmlPackage.getLabelLayoutType_Template()
Generated:
This code was automatically generated.
Model element:
containment=true
extendedMetaData="kind='element'
name='template'
namespace='##targetNamespace'"

setTemplate

void setTemplate(TemplateType value)
Sets the value of the 'Template' containment reference.

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

getLocation

LocationType getLocation()
Returns the value of the 'Location' containment reference.

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

Returns:
the value of the 'Location' containment reference.
See Also:
setLocation(LocationType), OgmlPackage.getLabelLayoutType_Location()
Generated:
This code was automatically generated.
Model element:
containment=true
extendedMetaData="kind='element'
name='location'
namespace='##targetNamespace'"

setLocation

void setLocation(LocationType value)
Sets the value of the 'Location' containment reference.

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

getText

TextType getText()
Returns the value of the 'Text' containment reference.

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

Returns:
the value of the 'Text' containment reference.
See Also:
setText(TextType), OgmlPackage.getLabelLayoutType_Text()
Generated:
This code was automatically generated.
Model element:
containment=true
extendedMetaData="kind='element'
name='text'
namespace='##targetNamespace'"

setText

void setText(TextType value)
Sets the value of the 'Text' containment reference.

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

getFont

FontType getFont()
Returns the value of the 'Font' containment reference.

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

Returns:
the value of the 'Font' containment reference.
See Also:
setFont(FontType), OgmlPackage.getLabelLayoutType_Font()
Generated:
This code was automatically generated.
Model element:
containment=true
extendedMetaData="kind='element'
name='font'
namespace='##targetNamespace'"

setFont

void setFont(FontType value)
Sets the value of the 'Font' containment reference.

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

getIdRef

String getIdRef()
Returns the value of the 'Id Ref' attribute.

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

Returns:
the value of the 'Id Ref' attribute.
See Also:
setIdRef(String), OgmlPackage.getLabelLayoutType_IdRef()
Generated:
This code was automatically generated.
Model element:
dataType=org.eclipse.emf.ecore.xml.type.IDREF
extendedMetaData="kind='attribute'
name='idRef'
namespace='##targetNamespace'"

setIdRef

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

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