|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LabelStyleTemplateType
A representation of the model object 'Label Style Template Type'.
The following features are supported:
OgmlPackage.getLabelStyleTemplateType()
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 |
---|
EList<DataType> getData()
DataType
.
If the meaning of the 'Data' containment reference list isn't clear, there really should be more of a description here...
OgmlPackage.getLabelStyleTemplateType_Data()
containment | = | true |
extendedMetaData | = | "kind='element' |
name | = | 'data' |
namespace | = | '##targetNamespace'" |
TemplateType getTemplate()
If the meaning of the 'Template' containment reference isn't clear, there really should be more of a description here...
setTemplate(TemplateType)
,
OgmlPackage.getLabelStyleTemplateType_Template()
containment | = | true |
extendedMetaData | = | "kind='element' |
name | = | 'template' |
namespace | = | '##targetNamespace'" |
void setTemplate(TemplateType value)
Template
' containment reference.
value
- the new value of the 'Template' containment reference.getTemplate()
TextType getText()
If the meaning of the 'Text' containment reference isn't clear, there really should be more of a description here...
setText(TextType)
,
OgmlPackage.getLabelStyleTemplateType_Text()
containment | = | true |
required | = | true |
extendedMetaData | = | "kind='element' |
name | = | 'text' |
namespace | = | '##targetNamespace'" |
void setText(TextType value)
Text
' containment reference.
value
- the new value of the 'Text' containment reference.getText()
FontType getFont()
If the meaning of the 'Font' containment reference isn't clear, there really should be more of a description here...
setFont(FontType)
,
OgmlPackage.getLabelStyleTemplateType_Font()
containment | = | true |
required | = | true |
extendedMetaData | = | "kind='element' |
name | = | 'font' |
namespace | = | '##targetNamespace'" |
void setFont(FontType value)
Font
' containment reference.
value
- the new value of the 'Font' containment reference.getFont()
String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
OgmlPackage.getLabelStyleTemplateType_Id()
id | = | true |
dataType | = | org.eclipse.emf.ecore.xml.type.ID |
required | = | true |
extendedMetaData | = | "kind='attribute' |
name | = | 'id' |
namespace | = | '##targetNamespace'" |
void setId(String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |