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

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

public interface SVGFile
extends EObject

A representation of the model object 'SVG File'.

The following features are supported:

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

Method Summary
 String getFilename()
          Returns the value of the 'Filename' attribute.
 EList<SVGElement> getSvgElement()
          Returns the value of the 'Svg Element' containment reference list.
 void setFilename(String value)
          Sets the value of the 'Filename' 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

getFilename

String getFilename()
Returns the value of the 'Filename' attribute. The default value is "".

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

Returns:
the value of the 'Filename' attribute.
See Also:
setFilename(String), MappingPackage.getSVGFile_Filename()
Generated:
This code was automatically generated.
Model element:
default=
unique=false

setFilename

void setFilename(String value)
Sets the value of the 'Filename' attribute.

Parameters:
value - the new value of the 'Filename' attribute.
See Also:
getFilename()
Generated:
This code was automatically generated.

getSvgElement

EList<SVGElement> getSvgElement()
Returns the value of the 'Svg Element' containment reference list. The list contents are of type SVGElement.

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

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