org.eclipse.ocl.examples.xtext.markup
Interface FontElement

All Superinterfaces:
CompoundElement, org.eclipse.emf.ecore.EObject, MarkupElement, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
FontElementImpl

public interface FontElement
extends CompoundElement

A representation of the model object 'Font Element'.

The following features are supported:

See Also:
MarkupPackage.getFontElement()
Generated
Model

Method Summary
 java.lang.String getFont()
          Returns the value of the 'Font' attribute.
 void setFont(java.lang.String value)
          Sets the value of the 'Font' attribute.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.markup.CompoundElement
getElements
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.markup.MarkupElement
getOwner, getUniqueId, setOwner
 
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

getFont

java.lang.String getFont()
Returns the value of the 'Font' attribute.

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

Returns:
the value of the 'Font' attribute.
See Also:
setFont(String), MarkupPackage.getFontElement_Font()
Generated
Model
required="true" derived="true"

setFont

void setFont(java.lang.String value)
Sets the value of the 'Font' attribute.

Parameters:
value - the new value of the 'Font' attribute.
See Also:
getFont()
Generated