de.cau.cs.kieler.kev.mapping
Interface SVGElement

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

public interface SVGElement
extends EObject

A representation of the model object 'SVG Element'.

The following features are supported:

See Also:
MappingPackage.getSVGElement()
Rating red
Generated:
This code was automatically generated.
Model element

Method Summary
 EList<Animation> getAnimation()
          Returns the value of the 'Animation' containment reference list.
 String getId()
          Returns the value of the 'Id' attribute.
 void setId(String value)
          Sets the value of the 'Id' attribute.
 
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

getAnimation

EList<Animation> getAnimation()
Returns the value of the 'Animation' containment reference list. The list contents are of type Animation.

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

Returns:
the value of the 'Animation' containment reference list.
See Also:
MappingPackage.getSVGElement_Animation()
Generated:
This code was automatically generated.
Model element:
containment=true
required=true

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), MappingPackage.getSVGElement_Id()
Generated:
This code was automatically generated.
Model element:
required=true

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.