net.ogdf.ogml
Interface LabelStyleTemplateType

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

public interface LabelStyleTemplateType
extends EObject

A representation of the model object 'Label Style Template Type'.

The following features are supported:

See Also:
OgmlPackage.getLabelStyleTemplateType()
Rating red
Generated:
This code was automatically generated.
Model element:
extendedMetaData="name='labelStyleTemplate.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 getId()
          Returns the value of the 'Id' attribute.
 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 setId(String value)
          Sets the value of the 'Id' attribute.
 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.getLabelStyleTemplateType_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.getLabelStyleTemplateType_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.

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.getLabelStyleTemplateType_Text()
Generated:
This code was automatically generated.
Model element:
containment=true
required=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.getLabelStyleTemplateType_Font()
Generated:
This code was automatically generated.
Model element:
containment=true
required=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.

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.getLabelStyleTemplateType_Id()
Generated:
This code was automatically generated.
Model element:
id=true
dataType=org.eclipse.emf.ecore.xml.type.ID
required=true
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.