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

All Superinterfaces:
EModelElement, ENamedElement, EObject, EPackage, Notifier
All Known Implementing Classes:
MappingPackageImpl

public interface MappingPackage
extends EPackage

The Package for the model. It contains accessors for the meta objects to represent

See Also:
MappingFactory
Rating red
Generated:
This code was automatically generated.
Model element:
kind=package

Nested Class Summary
static interface MappingPackage.Literals
          Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
EPackage.Descriptor, EPackage.Registry
 
Field Summary
static int ANIMATION
          The meta object id for the 'Animation' class.
static int ANIMATION__ACCESS_ID
          The feature id for the 'Access ID' attribute.
static int ANIMATION__INPUT
          The feature id for the 'Input' attribute.
static int ANIMATION__KEY
          The feature id for the 'Key' attribute.
static int ANIMATION_FEATURE_COUNT
          The number of structural features of the 'Animation' class.
static int COLORIZE
          The meta object id for the 'Colorize' class.
static int COLORIZE__ACCESS_ID
          The feature id for the 'Access ID' attribute.
static int COLORIZE__FILL_COLOR
          The feature id for the 'Fill Color' attribute.
static int COLORIZE__INPUT
          The feature id for the 'Input' attribute.
static int COLORIZE__KEY
          The feature id for the 'Key' attribute.
static int COLORIZE__STROKE_COLOR
          The feature id for the 'Stroke Color' attribute.
static int COLORIZE__STROKE_WIDTH
          The feature id for the 'Stroke Width' attribute.
static int COLORIZE_FEATURE_COUNT
          The number of structural features of the 'Colorize' class.
static MappingPackage eINSTANCE
          The singleton instance of the package.
static String eNAME
          The package name.
static String eNS_PREFIX
          The package namespace name.
static String eNS_URI
          The package namespace URI.
static int MOVE
          The meta object id for the 'Move' class.
static int MOVE__ACCESS_ID
          The feature id for the 'Access ID' attribute.
static int MOVE__INPUT
          The feature id for the 'Input' attribute.
static int MOVE__KEY
          The feature id for the 'Key' attribute.
static int MOVE__XRANGE
          The feature id for the 'XRange' attribute.
static int MOVE__YRANGE
          The feature id for the 'YRange' attribute.
static int MOVE_FEATURE_COUNT
          The number of structural features of the 'Move' class.
static int MOVE_PATH
          The meta object id for the 'Move Path' class.
static int MOVE_PATH__ACCESS_ID
          The feature id for the 'Access ID' attribute.
static int MOVE_PATH__ANCHOR_POINT
          The feature id for the 'Anchor Point' attribute.
static int MOVE_PATH__AUTO_ORIENTATION
          The feature id for the 'Auto Orientation' attribute.
static int MOVE_PATH__INPUT
          The feature id for the 'Input' attribute.
static int MOVE_PATH__KEY
          The feature id for the 'Key' attribute.
static int MOVE_PATH__PATH
          The feature id for the 'Path' attribute.
static int MOVE_PATH_FEATURE_COUNT
          The number of structural features of the 'Move Path' class.
static int MOVE_TO
          The meta object id for the 'Move To' class.
static int MOVE_TO__ACCESS_ID
          The feature id for the 'Access ID' attribute.
static int MOVE_TO__INPUT
          The feature id for the 'Input' attribute.
static int MOVE_TO__KEY
          The feature id for the 'Key' attribute.
static int MOVE_TO_FEATURE_COUNT
          The number of structural features of the 'Move To' class.
static int OPACITY
          The meta object id for the 'Opacity' class.
static int OPACITY__ACCESS_ID
          The feature id for the 'Access ID' attribute.
static int OPACITY__INPUT
          The feature id for the 'Input' attribute.
static int OPACITY__KEY
          The feature id for the 'Key' attribute.
static int OPACITY__OPACITY
          The feature id for the 'Opacity' attribute.
static int OPACITY_FEATURE_COUNT
          The number of structural features of the 'Opacity' class.
static int ROTATE
          The meta object id for the 'Rotate' class.
static int ROTATE__ACCESS_ID
          The feature id for the 'Access ID' attribute.
static int ROTATE__ANCHOR_POINT
          The feature id for the 'Anchor Point' attribute.
static int ROTATE__ANGLE_RANGE
          The feature id for the 'Angle Range' attribute.
static int ROTATE__INPUT
          The feature id for the 'Input' attribute.
static int ROTATE__KEY
          The feature id for the 'Key' attribute.
static int ROTATE_FEATURE_COUNT
          The number of structural features of the 'Rotate' class.
static int SVG_ELEMENT
          The meta object id for the 'SVG Element' class.
static int SVG_ELEMENT__ANIMATION
          The feature id for the 'Animation' containment reference list.
static int SVG_ELEMENT__ID
          The feature id for the 'Id' attribute.
static int SVG_ELEMENT_FEATURE_COUNT
          The number of structural features of the 'SVG Element' class.
static int SVG_FILE
          The meta object id for the 'SVG File' class.
static int SVG_FILE__FILENAME
          The feature id for the 'Filename' attribute.
static int SVG_FILE__SVG_ELEMENT
          The feature id for the 'Svg Element' containment reference list.
static int SVG_FILE_FEATURE_COUNT
          The number of structural features of the 'SVG File' class.
static int TEXT
          The meta object id for the 'Text' class.
static int TEXT__ACCESS_ID
          The feature id for the 'Access ID' attribute.
static int TEXT__FONT_FAMILY
          The feature id for the 'Font Family' attribute.
static int TEXT__FONT_SIZE
          The feature id for the 'Font Size' attribute.
static int TEXT__INPUT
          The feature id for the 'Input' attribute.
static int TEXT__KEY
          The feature id for the 'Key' attribute.
static int TEXT__TEXT_VALUE
          The feature id for the 'Text Value' attribute.
static int TEXT_FEATURE_COUNT
          The number of structural features of the 'Text' class.
 
Method Summary
 EAttribute getAnimation_AccessID()
          Returns the meta object for the attribute 'Access ID'.
 EAttribute getAnimation_Input()
          Returns the meta object for the attribute 'Input'.
 EAttribute getAnimation_Key()
          Returns the meta object for the attribute 'Key'.
 EClass getAnimation()
          Returns the meta object for class 'Animation'.
 EAttribute getColorize_FillColor()
          Returns the meta object for the attribute 'Fill Color'.
 EAttribute getColorize_StrokeColor()
          Returns the meta object for the attribute 'Stroke Color'.
 EAttribute getColorize_StrokeWidth()
          Returns the meta object for the attribute 'Stroke Width'.
 EClass getColorize()
          Returns the meta object for class 'Colorize'.
 MappingFactory getMappingFactory()
          Returns the factory that creates the instances of the model.
 EAttribute getMove_XRange()
          Returns the meta object for the attribute 'XRange'.
 EAttribute getMove_YRange()
          Returns the meta object for the attribute 'YRange'.
 EClass getMove()
          Returns the meta object for class 'Move'.
 EAttribute getMovePath_AnchorPoint()
          Returns the meta object for the attribute 'Anchor Point'.
 EAttribute getMovePath_AutoOrientation()
          Returns the meta object for the attribute 'Auto Orientation'.
 EAttribute getMovePath_Path()
          Returns the meta object for the attribute 'Path'.
 EClass getMovePath()
          Returns the meta object for class 'Move Path'.
 EClass getMoveTo()
          Returns the meta object for class 'Move To'.
 EAttribute getOpacity_Opacity()
          Returns the meta object for the attribute 'Opacity'.
 EClass getOpacity()
          Returns the meta object for class 'Opacity'.
 EAttribute getRotate_AnchorPoint()
          Returns the meta object for the attribute 'Anchor Point'.
 EAttribute getRotate_AngleRange()
          Returns the meta object for the attribute 'Angle Range'.
 EClass getRotate()
          Returns the meta object for class 'Rotate'.
 EReference getSVGElement_Animation()
          Returns the meta object for the containment reference list 'Animation'.
 EAttribute getSVGElement_Id()
          Returns the meta object for the attribute 'Id'.
 EClass getSVGElement()
          Returns the meta object for class 'SVG Element'.
 EAttribute getSVGFile_Filename()
          Returns the meta object for the attribute 'Filename'.
 EReference getSVGFile_SvgElement()
          Returns the meta object for the containment reference list 'Svg Element'.
 EClass getSVGFile()
          Returns the meta object for class 'SVG File'.
 EAttribute getText_FontFamily()
          Returns the meta object for the attribute 'Font Family'.
 EAttribute getText_FontSize()
          Returns the meta object for the attribute 'Font Size'.
 EAttribute getText_TextValue()
          Returns the meta object for the attribute 'Text Value'.
 EClass getText()
          Returns the meta object for class 'Text'.
 
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
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
 

Field Detail

eNAME

static final String eNAME
The package name.

See Also:
Constant Field Values
Generated:
This code was automatically generated.

eNS_URI

static final String eNS_URI
The package namespace URI.

See Also:
Constant Field Values
Generated:
This code was automatically generated.

eNS_PREFIX

static final String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values
Generated:
This code was automatically generated.

eINSTANCE

static final MappingPackage eINSTANCE
The singleton instance of the package.

Generated:
This code was automatically generated.

SVG_FILE

static final int SVG_FILE
The meta object id for the 'SVG File' class.

See Also:
SVGFileImpl, MappingPackageImpl.getSVGFile(), Constant Field Values
Generated:
This code was automatically generated.

SVG_FILE__FILENAME

static final int SVG_FILE__FILENAME
The feature id for the 'Filename' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

SVG_FILE__SVG_ELEMENT

static final int SVG_FILE__SVG_ELEMENT
The feature id for the 'Svg Element' containment reference list.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

SVG_FILE_FEATURE_COUNT

static final int SVG_FILE_FEATURE_COUNT
The number of structural features of the 'SVG File' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

SVG_ELEMENT

static final int SVG_ELEMENT
The meta object id for the 'SVG Element' class.

See Also:
SVGElementImpl, MappingPackageImpl.getSVGElement(), Constant Field Values
Generated:
This code was automatically generated.

SVG_ELEMENT__ANIMATION

static final int SVG_ELEMENT__ANIMATION
The feature id for the 'Animation' containment reference list.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

SVG_ELEMENT__ID

static final int SVG_ELEMENT__ID
The feature id for the 'Id' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

SVG_ELEMENT_FEATURE_COUNT

static final int SVG_ELEMENT_FEATURE_COUNT
The number of structural features of the 'SVG Element' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

ANIMATION

static final int ANIMATION
The meta object id for the 'Animation' class.

See Also:
AnimationImpl, MappingPackageImpl.getAnimation(), Constant Field Values
Generated:
This code was automatically generated.

ANIMATION__INPUT

static final int ANIMATION__INPUT
The feature id for the 'Input' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

ANIMATION__ACCESS_ID

static final int ANIMATION__ACCESS_ID
The feature id for the 'Access ID' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

ANIMATION__KEY

static final int ANIMATION__KEY
The feature id for the 'Key' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

ANIMATION_FEATURE_COUNT

static final int ANIMATION_FEATURE_COUNT
The number of structural features of the 'Animation' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

OPACITY

static final int OPACITY
The meta object id for the 'Opacity' class.

See Also:
OpacityImpl, MappingPackageImpl.getOpacity(), Constant Field Values
Generated:
This code was automatically generated.

OPACITY__INPUT

static final int OPACITY__INPUT
The feature id for the 'Input' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

OPACITY__ACCESS_ID

static final int OPACITY__ACCESS_ID
The feature id for the 'Access ID' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

OPACITY__KEY

static final int OPACITY__KEY
The feature id for the 'Key' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

OPACITY__OPACITY

static final int OPACITY__OPACITY
The feature id for the 'Opacity' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

OPACITY_FEATURE_COUNT

static final int OPACITY_FEATURE_COUNT
The number of structural features of the 'Opacity' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

MOVE_PATH

static final int MOVE_PATH
The meta object id for the 'Move Path' class.

See Also:
MovePathImpl, MappingPackageImpl.getMovePath(), Constant Field Values
Generated:
This code was automatically generated.

MOVE_PATH__INPUT

static final int MOVE_PATH__INPUT
The feature id for the 'Input' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

MOVE_PATH__ACCESS_ID

static final int MOVE_PATH__ACCESS_ID
The feature id for the 'Access ID' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

MOVE_PATH__KEY

static final int MOVE_PATH__KEY
The feature id for the 'Key' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

MOVE_PATH__PATH

static final int MOVE_PATH__PATH
The feature id for the 'Path' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

MOVE_PATH__ANCHOR_POINT

static final int MOVE_PATH__ANCHOR_POINT
The feature id for the 'Anchor Point' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

MOVE_PATH__AUTO_ORIENTATION

static final int MOVE_PATH__AUTO_ORIENTATION
The feature id for the 'Auto Orientation' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

MOVE_PATH_FEATURE_COUNT

static final int MOVE_PATH_FEATURE_COUNT
The number of structural features of the 'Move Path' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

ROTATE

static final int ROTATE
The meta object id for the 'Rotate' class.

See Also:
RotateImpl, MappingPackageImpl.getRotate(), Constant Field Values
Generated:
This code was automatically generated.

ROTATE__INPUT

static final int ROTATE__INPUT
The feature id for the 'Input' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

ROTATE__ACCESS_ID

static final int ROTATE__ACCESS_ID
The feature id for the 'Access ID' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

ROTATE__KEY

static final int ROTATE__KEY
The feature id for the 'Key' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

ROTATE__ANGLE_RANGE

static final int ROTATE__ANGLE_RANGE
The feature id for the 'Angle Range' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

ROTATE__ANCHOR_POINT

static final int ROTATE__ANCHOR_POINT
The feature id for the 'Anchor Point' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

ROTATE_FEATURE_COUNT

static final int ROTATE_FEATURE_COUNT
The number of structural features of the 'Rotate' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

MOVE

static final int MOVE
The meta object id for the 'Move' class.

See Also:
MoveImpl, MappingPackageImpl.getMove(), Constant Field Values
Generated:
This code was automatically generated.

MOVE__INPUT

static final int MOVE__INPUT
The feature id for the 'Input' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

MOVE__ACCESS_ID

static final int MOVE__ACCESS_ID
The feature id for the 'Access ID' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

MOVE__KEY

static final int MOVE__KEY
The feature id for the 'Key' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

MOVE__XRANGE

static final int MOVE__XRANGE
The feature id for the 'XRange' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

MOVE__YRANGE

static final int MOVE__YRANGE
The feature id for the 'YRange' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

MOVE_FEATURE_COUNT

static final int MOVE_FEATURE_COUNT
The number of structural features of the 'Move' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

COLORIZE

static final int COLORIZE
The meta object id for the 'Colorize' class.

See Also:
ColorizeImpl, MappingPackageImpl.getColorize(), Constant Field Values
Generated:
This code was automatically generated.

COLORIZE__INPUT

static final int COLORIZE__INPUT
The feature id for the 'Input' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

COLORIZE__ACCESS_ID

static final int COLORIZE__ACCESS_ID
The feature id for the 'Access ID' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

COLORIZE__KEY

static final int COLORIZE__KEY
The feature id for the 'Key' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

COLORIZE__FILL_COLOR

static final int COLORIZE__FILL_COLOR
The feature id for the 'Fill Color' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

COLORIZE__STROKE_COLOR

static final int COLORIZE__STROKE_COLOR
The feature id for the 'Stroke Color' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

COLORIZE__STROKE_WIDTH

static final int COLORIZE__STROKE_WIDTH
The feature id for the 'Stroke Width' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

COLORIZE_FEATURE_COUNT

static final int COLORIZE_FEATURE_COUNT
The number of structural features of the 'Colorize' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

TEXT

static final int TEXT
The meta object id for the 'Text' class.

See Also:
TextImpl, MappingPackageImpl.getText(), Constant Field Values
Generated:
This code was automatically generated.

TEXT__INPUT

static final int TEXT__INPUT
The feature id for the 'Input' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

TEXT__ACCESS_ID

static final int TEXT__ACCESS_ID
The feature id for the 'Access ID' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

TEXT__KEY

static final int TEXT__KEY
The feature id for the 'Key' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

TEXT__TEXT_VALUE

static final int TEXT__TEXT_VALUE
The feature id for the 'Text Value' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

TEXT__FONT_SIZE

static final int TEXT__FONT_SIZE
The feature id for the 'Font Size' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

TEXT__FONT_FAMILY

static final int TEXT__FONT_FAMILY
The feature id for the 'Font Family' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

TEXT_FEATURE_COUNT

static final int TEXT_FEATURE_COUNT
The number of structural features of the 'Text' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

MOVE_TO

static final int MOVE_TO
The meta object id for the 'Move To' class.

See Also:
MoveToImpl, MappingPackageImpl.getMoveTo(), Constant Field Values
Generated:
This code was automatically generated.

MOVE_TO__INPUT

static final int MOVE_TO__INPUT
The feature id for the 'Input' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

MOVE_TO__ACCESS_ID

static final int MOVE_TO__ACCESS_ID
The feature id for the 'Access ID' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

MOVE_TO__KEY

static final int MOVE_TO__KEY
The feature id for the 'Key' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

MOVE_TO_FEATURE_COUNT

static final int MOVE_TO_FEATURE_COUNT
The number of structural features of the 'Move To' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered
Method Detail

getSVGFile

EClass getSVGFile()
Returns the meta object for class 'SVG File'.

Returns:
the meta object for class 'SVG File'.
See Also:
SVGFile
Generated:
This code was automatically generated.

getSVGFile_Filename

EAttribute getSVGFile_Filename()
Returns the meta object for the attribute 'Filename'.

Returns:
the meta object for the attribute 'Filename'.
See Also:
SVGFile.getFilename(), getSVGFile()
Generated:
This code was automatically generated.

getSVGFile_SvgElement

EReference getSVGFile_SvgElement()
Returns the meta object for the containment reference list 'Svg Element'.

Returns:
the meta object for the containment reference list 'Svg Element'.
See Also:
SVGFile.getSvgElement(), getSVGFile()
Generated:
This code was automatically generated.

getSVGElement

EClass getSVGElement()
Returns the meta object for class 'SVG Element'.

Returns:
the meta object for class 'SVG Element'.
See Also:
SVGElement
Generated:
This code was automatically generated.

getSVGElement_Animation

EReference getSVGElement_Animation()
Returns the meta object for the containment reference list 'Animation'.

Returns:
the meta object for the containment reference list 'Animation'.
See Also:
SVGElement.getAnimation(), getSVGElement()
Generated:
This code was automatically generated.

getSVGElement_Id

EAttribute getSVGElement_Id()
Returns the meta object for the attribute 'Id'.

Returns:
the meta object for the attribute 'Id'.
See Also:
SVGElement.getId(), getSVGElement()
Generated:
This code was automatically generated.

getAnimation

EClass getAnimation()
Returns the meta object for class 'Animation'.

Returns:
the meta object for class 'Animation'.
See Also:
Animation
Generated:
This code was automatically generated.

getAnimation_Input

EAttribute getAnimation_Input()
Returns the meta object for the attribute 'Input'.

Returns:
the meta object for the attribute 'Input'.
See Also:
Animation.getInput(), getAnimation()
Generated:
This code was automatically generated.

getAnimation_AccessID

EAttribute getAnimation_AccessID()
Returns the meta object for the attribute 'Access ID'.

Returns:
the meta object for the attribute 'Access ID'.
See Also:
Animation.getAccessID(), getAnimation()
Generated:
This code was automatically generated.

getAnimation_Key

EAttribute getAnimation_Key()
Returns the meta object for the attribute 'Key'.

Returns:
the meta object for the attribute 'Key'.
See Also:
Animation.getKey(), getAnimation()
Generated:
This code was automatically generated.

getOpacity

EClass getOpacity()
Returns the meta object for class 'Opacity'.

Returns:
the meta object for class 'Opacity'.
See Also:
Opacity
Generated:
This code was automatically generated.

getOpacity_Opacity

EAttribute getOpacity_Opacity()
Returns the meta object for the attribute 'Opacity'.

Returns:
the meta object for the attribute 'Opacity'.
See Also:
Opacity.getOpacity(), getOpacity()
Generated:
This code was automatically generated.

getMovePath

EClass getMovePath()
Returns the meta object for class 'Move Path'.

Returns:
the meta object for class 'Move Path'.
See Also:
MovePath
Generated:
This code was automatically generated.

getMovePath_Path

EAttribute getMovePath_Path()
Returns the meta object for the attribute 'Path'.

Returns:
the meta object for the attribute 'Path'.
See Also:
MovePath.getPath(), getMovePath()
Generated:
This code was automatically generated.

getMovePath_AnchorPoint

EAttribute getMovePath_AnchorPoint()
Returns the meta object for the attribute 'Anchor Point'.

Returns:
the meta object for the attribute 'Anchor Point'.
See Also:
MovePath.getAnchorPoint(), getMovePath()
Generated:
This code was automatically generated.

getMovePath_AutoOrientation

EAttribute getMovePath_AutoOrientation()
Returns the meta object for the attribute 'Auto Orientation'.

Returns:
the meta object for the attribute 'Auto Orientation'.
See Also:
MovePath.getAutoOrientation(), getMovePath()
Generated:
This code was automatically generated.

getRotate

EClass getRotate()
Returns the meta object for class 'Rotate'.

Returns:
the meta object for class 'Rotate'.
See Also:
Rotate
Generated:
This code was automatically generated.

getRotate_AngleRange

EAttribute getRotate_AngleRange()
Returns the meta object for the attribute 'Angle Range'.

Returns:
the meta object for the attribute 'Angle Range'.
See Also:
Rotate.getAngleRange(), getRotate()
Generated:
This code was automatically generated.

getRotate_AnchorPoint

EAttribute getRotate_AnchorPoint()
Returns the meta object for the attribute 'Anchor Point'.

Returns:
the meta object for the attribute 'Anchor Point'.
See Also:
Rotate.getAnchorPoint(), getRotate()
Generated:
This code was automatically generated.

getMove

EClass getMove()
Returns the meta object for class 'Move'.

Returns:
the meta object for class 'Move'.
See Also:
Move
Generated:
This code was automatically generated.

getMove_XRange

EAttribute getMove_XRange()
Returns the meta object for the attribute 'XRange'.

Returns:
the meta object for the attribute 'XRange'.
See Also:
Move.getXRange(), getMove()
Generated:
This code was automatically generated.

getMove_YRange

EAttribute getMove_YRange()
Returns the meta object for the attribute 'YRange'.

Returns:
the meta object for the attribute 'YRange'.
See Also:
Move.getYRange(), getMove()
Generated:
This code was automatically generated.

getColorize

EClass getColorize()
Returns the meta object for class 'Colorize'.

Returns:
the meta object for class 'Colorize'.
See Also:
Colorize
Generated:
This code was automatically generated.

getColorize_FillColor

EAttribute getColorize_FillColor()
Returns the meta object for the attribute 'Fill Color'.

Returns:
the meta object for the attribute 'Fill Color'.
See Also:
Colorize.getFillColor(), getColorize()
Generated:
This code was automatically generated.

getColorize_StrokeColor

EAttribute getColorize_StrokeColor()
Returns the meta object for the attribute 'Stroke Color'.

Returns:
the meta object for the attribute 'Stroke Color'.
See Also:
Colorize.getStrokeColor(), getColorize()
Generated:
This code was automatically generated.

getColorize_StrokeWidth

EAttribute getColorize_StrokeWidth()
Returns the meta object for the attribute 'Stroke Width'.

Returns:
the meta object for the attribute 'Stroke Width'.
See Also:
Colorize.getStrokeWidth(), getColorize()
Generated:
This code was automatically generated.

getText

EClass getText()
Returns the meta object for class 'Text'.

Returns:
the meta object for class 'Text'.
See Also:
Text
Generated:
This code was automatically generated.

getText_TextValue

EAttribute getText_TextValue()
Returns the meta object for the attribute 'Text Value'.

Returns:
the meta object for the attribute 'Text Value'.
See Also:
Text.getTextValue(), getText()
Generated:
This code was automatically generated.

getText_FontSize

EAttribute getText_FontSize()
Returns the meta object for the attribute 'Font Size'.

Returns:
the meta object for the attribute 'Font Size'.
See Also:
Text.getFontSize(), getText()
Generated:
This code was automatically generated.

getText_FontFamily

EAttribute getText_FontFamily()
Returns the meta object for the attribute 'Font Family'.

Returns:
the meta object for the attribute 'Font Family'.
See Also:
Text.getFontFamily(), getText()
Generated:
This code was automatically generated.

getMoveTo

EClass getMoveTo()
Returns the meta object for class 'Move To'.

Returns:
the meta object for class 'Move To'.
See Also:
MoveTo
Generated:
This code was automatically generated.

getMappingFactory

MappingFactory getMappingFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.
Generated:
This code was automatically generated.