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

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

public interface FigureElement
extends MarkupElement

A representation of the model object 'Fig Element'.

The following features are supported:

See Also:
MarkupPackage.getFigureElement()
Generated
Model

Method Summary
 int getActualHeight()
          Returns the value of the 'Actual Height' attribute.
 int getActualWidth()
          Returns the value of the 'Actual Width' attribute.
 java.lang.String getAlt()
          Returns the value of the 'Alt' attribute.
 java.lang.String getDef()
          Returns the value of the 'Def' attribute.
 int getId()
          Returns the value of the 'Id' attribute.
 java.lang.String getRequiredHeight()
          Returns the value of the 'Required Height' attribute.
 java.lang.String getRequiredWidth()
          Returns the value of the 'Required Width' attribute.
 java.lang.String getSrc()
          Returns the value of the 'Src' attribute.
 void setAlt(java.lang.String value)
          Sets the value of the 'Alt' attribute.
 void setDef(java.lang.String value)
          Sets the value of the 'Def' attribute.
 void setRequiredHeight(java.lang.String value)
          Sets the value of the 'Required Height' attribute.
 void setRequiredWidth(java.lang.String value)
          Sets the value of the 'Required Width' attribute.
 void setSrc(java.lang.String value)
          Sets the value of the 'Src' attribute.
 
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

getId

int 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:
MarkupPackage.getFigureElement_Id()
Generated
Model
transient="true" changeable="false" volatile="true" derived="true" annotation="http://www.eclipse.org/emf/2002/GenModel get='return internalGetId();'"

getSrc

java.lang.String getSrc()
Returns the value of the 'Src' attribute.

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

Returns:
the value of the 'Src' attribute.
See Also:
setSrc(String), MarkupPackage.getFigureElement_Src()
Generated
Model

setSrc

void setSrc(java.lang.String value)
Sets the value of the 'Src' attribute.

Parameters:
value - the new value of the 'Src' attribute.
See Also:
getSrc()
Generated

getAlt

java.lang.String getAlt()
Returns the value of the 'Alt' attribute.

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

Returns:
the value of the 'Alt' attribute.
See Also:
setAlt(String), MarkupPackage.getFigureElement_Alt()
Generated
Model

setAlt

void setAlt(java.lang.String value)
Sets the value of the 'Alt' attribute.

Parameters:
value - the new value of the 'Alt' attribute.
See Also:
getAlt()
Generated

getDef

java.lang.String getDef()
Returns the value of the 'Def' attribute.

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

Returns:
the value of the 'Def' attribute.
See Also:
setDef(String), MarkupPackage.getFigureElement_Def()
Generated
Model
id="true"

setDef

void setDef(java.lang.String value)
Sets the value of the 'Def' attribute.

Parameters:
value - the new value of the 'Def' attribute.
See Also:
getDef()
Generated

getRequiredWidth

java.lang.String getRequiredWidth()
Returns the value of the 'Required Width' attribute.

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

Returns:
the value of the 'Required Width' attribute.
See Also:
setRequiredWidth(String), MarkupPackage.getFigureElement_RequiredWidth()
Generated
Model

setRequiredWidth

void setRequiredWidth(java.lang.String value)
Sets the value of the 'Required Width' attribute.

Parameters:
value - the new value of the 'Required Width' attribute.
See Also:
getRequiredWidth()
Generated

getRequiredHeight

java.lang.String getRequiredHeight()
Returns the value of the 'Required Height' attribute.

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

Returns:
the value of the 'Required Height' attribute.
See Also:
setRequiredHeight(String), MarkupPackage.getFigureElement_RequiredHeight()
Generated
Model

setRequiredHeight

void setRequiredHeight(java.lang.String value)
Sets the value of the 'Required Height' attribute.

Parameters:
value - the new value of the 'Required Height' attribute.
See Also:
getRequiredHeight()
Generated

getActualWidth

int getActualWidth()
Returns the value of the 'Actual Width' attribute.

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

Returns:
the value of the 'Actual Width' attribute.
See Also:
MarkupPackage.getFigureElement_ActualWidth()
Generated
Model
transient="true" changeable="false" volatile="true" derived="true" annotation="http://www.eclipse.org/emf/2002/GenModel get='return internalGetActualWidth();'"

getActualHeight

int getActualHeight()
Returns the value of the 'Actual Height' attribute.

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

Returns:
the value of the 'Actual Height' attribute.
See Also:
MarkupPackage.getFigureElement_ActualHeight()
Generated
Model
transient="true" changeable="false" volatile="true" derived="true" annotation="http://www.eclipse.org/emf/2002/GenModel get='return internalGetActualHeight();'"