Interface LanguagePackage
-
- All Superinterfaces:
EModelElement,ENamedElement,EObject,EPackage,Notifier
- All Known Implementing Classes:
LanguagePackageImpl
public interface LanguagePackage extends EPackageThe Package for the model. It contains accessors for the meta objects to represent- each class,
- each feature of each class,
- each operation of each class,
- each enum,
- and each data type
About the XML namespace
This schema document describes the XML namespace, in a form suitable for import by other schema documents.
See http://www.w3.org/XML/1998/namespace.html and http://www.w3.org/TR/REC-xml for information about this namespace.
Note that local names in this namespace are intended to be defined only by the World Wide Web Consortium or its subgroups. The names currently defined in this namespace are listed below. They should not be used with conflicting semantics by any Working Group, specification, or document instance.
See further below in this document for more information about how to refer to this schema document from your own XSD schema documents and about the namespace-versioning policy governing this schema document.
Father (in any context at all)
denotes Jon Bosak, the chair of the original XML Working Group. This name is reserved by the following decision of the W3C XML Plenary and XML Coordination groups:
In appreciation for his vision, leadership and dedication the W3C XML Plenary on this 10th day of February, 2000, reserves for Jon Bosak in perpetuity the XML name "xml:Father".
About this schema document
This schema defines attributes and an attribute group suitable for use by schemas wishing to allow
xml:base,xml:lang,xml:spaceorxml:idattributes on elements they define.To enable this, such a schema must import this schema for the XML namespace, e.g. as follows:
<schema . . .> . . . <import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd"/>or
<import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2009/01/xml.xsd"/>Subsequently, qualified reference to any of the attributes or the group defined below will have the desired effect, e.g.
<type . . .> . . . <attributeGroup ref="xml:specialAttrs"/>will define a type which will schema-validate an instance element with any of those attributes.
Versioning policy for this schema document
In keeping with the XML Schema WG's standard versioning policy, this schema document will persist at http://www.w3.org/2009/01/xml.xsd.
At the date of issue it can also be found at http://www.w3.org/2001/xml.xsd.
The schema document at that URI may however change in the future, in order to remain compatible with the latest version of XML Schema itself, or with the XML namespace itself. In other words, if the XML Schema or XML namespaces change, the version of this document at http://www.w3.org/2001/xml.xsd will change accordingly; the version at http://www.w3.org/2009/01/xml.xsd will not change.
Previous dated (and unchanging) versions of this schema document are at:
- See Also:
LanguageFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceLanguagePackage.LiteralsDefines literals for the meta objects that represent each class, each feature of each class, each operation of each class, each enum, and each data type
-
Field Summary
Fields Modifier and Type Field Description static intANIMATE_COLOR_TYPEThe meta object id for the 'Animate Color Type' class.static intANIMATE_COLOR_TYPE__ACCUMULATEThe feature id for the 'Accumulate' attribute.static intANIMATE_COLOR_TYPE__ADDITIVEThe feature id for the 'Additive' attribute.static intANIMATE_COLOR_TYPE__ALTThe feature id for the 'Alt' attribute.static intANIMATE_COLOR_TYPE__ANYThe feature id for the 'Any' attribute list.static intANIMATE_COLOR_TYPE__ANY_ATTRIBUTEThe feature id for the 'Any Attribute' attribute list.static intANIMATE_COLOR_TYPE__ATTRIBUTE_NAMEThe feature id for the 'Attribute Name' attribute.static intANIMATE_COLOR_TYPE__ATTRIBUTE_TYPEThe feature id for the 'Attribute Type' attribute.static intANIMATE_COLOR_TYPE__BEGINThe feature id for the 'Begin' attribute.static intANIMATE_COLOR_TYPE__BYThe feature id for the 'By' attribute.static intANIMATE_COLOR_TYPE__CALC_MODEThe feature id for the 'Calc Mode' attribute.static intANIMATE_COLOR_TYPE__CLASSThe feature id for the 'Class' attribute.static intANIMATE_COLOR_TYPE__DURThe feature id for the 'Dur' attribute.static intANIMATE_COLOR_TYPE__ENDThe feature id for the 'End' attribute.static intANIMATE_COLOR_TYPE__FILLThe feature id for the 'Fill' attribute.static intANIMATE_COLOR_TYPE__FILL_DEFAULTThe feature id for the 'Fill Default' attribute.static intANIMATE_COLOR_TYPE__FROMThe feature id for the 'From' attribute.static intANIMATE_COLOR_TYPE__GROUPThe feature id for the 'Group' attribute list.static intANIMATE_COLOR_TYPE__IDThe feature id for the 'Id' attribute.static intANIMATE_COLOR_TYPE__LANGThe feature id for the 'Lang' attribute.static intANIMATE_COLOR_TYPE__LONGDESCThe feature id for the 'Longdesc' attribute.static intANIMATE_COLOR_TYPE__MAXThe feature id for the 'Max' attribute.static intANIMATE_COLOR_TYPE__MINThe feature id for the 'Min' attribute.static intANIMATE_COLOR_TYPE__REPEATThe feature id for the 'Repeat' attribute.static intANIMATE_COLOR_TYPE__REPEAT_COUNTThe feature id for the 'Repeat Count' attribute.static intANIMATE_COLOR_TYPE__REPEAT_DURThe feature id for the 'Repeat Dur' attribute.static intANIMATE_COLOR_TYPE__RESTARTThe feature id for the 'Restart' attribute.static intANIMATE_COLOR_TYPE__RESTART_DEFAULTThe feature id for the 'Restart Default' attribute.static intANIMATE_COLOR_TYPE__SKIP_CONTENTThe feature id for the 'Skip Content' attribute.static intANIMATE_COLOR_TYPE__SYNC_BEHAVIORThe feature id for the 'Sync Behavior' attribute.static intANIMATE_COLOR_TYPE__SYNC_BEHAVIOR_DEFAULTThe feature id for the 'Sync Behavior Default' attribute.static intANIMATE_COLOR_TYPE__SYNC_TOLERANCEThe feature id for the 'Sync Tolerance' attribute.static intANIMATE_COLOR_TYPE__SYNC_TOLERANCE_DEFAULTThe feature id for the 'Sync Tolerance Default' attribute.static intANIMATE_COLOR_TYPE__TARGET_ELEMENTThe feature id for the 'Target Element' attribute.static intANIMATE_COLOR_TYPE__TOThe feature id for the 'To' attribute.static intANIMATE_COLOR_TYPE__VALUESThe feature id for the 'Values' attribute.static intANIMATE_COLOR_TYPE_FEATURE_COUNTThe number of structural features of the 'Animate Color Type' class.static intANIMATE_COLOR_TYPE_OPERATION_COUNTThe number of operations of the 'Animate Color Type' class.static intANIMATE_MOTION_TYPEThe meta object id for the 'Animate Motion Type' class.static intANIMATE_MOTION_TYPE__ACCUMULATEThe feature id for the 'Accumulate' attribute.static intANIMATE_MOTION_TYPE__ADDITIVEThe feature id for the 'Additive' attribute.static intANIMATE_MOTION_TYPE__ALTThe feature id for the 'Alt' attribute.static intANIMATE_MOTION_TYPE__ANYThe feature id for the 'Any' attribute list.static intANIMATE_MOTION_TYPE__ANY_ATTRIBUTEThe feature id for the 'Any Attribute' attribute list.static intANIMATE_MOTION_TYPE__BEGINThe feature id for the 'Begin' attribute.static intANIMATE_MOTION_TYPE__BYThe feature id for the 'By' attribute.static intANIMATE_MOTION_TYPE__CALC_MODEThe feature id for the 'Calc Mode' attribute.static intANIMATE_MOTION_TYPE__CLASSThe feature id for the 'Class' attribute.static intANIMATE_MOTION_TYPE__DURThe feature id for the 'Dur' attribute.static intANIMATE_MOTION_TYPE__ENDThe feature id for the 'End' attribute.static intANIMATE_MOTION_TYPE__FILLThe feature id for the 'Fill' attribute.static intANIMATE_MOTION_TYPE__FILL_DEFAULTThe feature id for the 'Fill Default' attribute.static intANIMATE_MOTION_TYPE__FROMThe feature id for the 'From' attribute.static intANIMATE_MOTION_TYPE__GROUPThe feature id for the 'Group' attribute list.static intANIMATE_MOTION_TYPE__IDThe feature id for the 'Id' attribute.static intANIMATE_MOTION_TYPE__LANGThe feature id for the 'Lang' attribute.static intANIMATE_MOTION_TYPE__LONGDESCThe feature id for the 'Longdesc' attribute.static intANIMATE_MOTION_TYPE__MAXThe feature id for the 'Max' attribute.static intANIMATE_MOTION_TYPE__MINThe feature id for the 'Min' attribute.static intANIMATE_MOTION_TYPE__ORIGINThe feature id for the 'Origin' attribute.static intANIMATE_MOTION_TYPE__REPEATThe feature id for the 'Repeat' attribute.static intANIMATE_MOTION_TYPE__REPEAT_COUNTThe feature id for the 'Repeat Count' attribute.static intANIMATE_MOTION_TYPE__REPEAT_DURThe feature id for the 'Repeat Dur' attribute.static intANIMATE_MOTION_TYPE__RESTARTThe feature id for the 'Restart' attribute.static intANIMATE_MOTION_TYPE__RESTART_DEFAULTThe feature id for the 'Restart Default' attribute.static intANIMATE_MOTION_TYPE__SKIP_CONTENTThe feature id for the 'Skip Content' attribute.static intANIMATE_MOTION_TYPE__SYNC_BEHAVIORThe feature id for the 'Sync Behavior' attribute.static intANIMATE_MOTION_TYPE__SYNC_BEHAVIOR_DEFAULTThe feature id for the 'Sync Behavior Default' attribute.static intANIMATE_MOTION_TYPE__SYNC_TOLERANCEThe feature id for the 'Sync Tolerance' attribute.static intANIMATE_MOTION_TYPE__SYNC_TOLERANCE_DEFAULTThe feature id for the 'Sync Tolerance Default' attribute.static intANIMATE_MOTION_TYPE__TARGET_ELEMENTThe feature id for the 'Target Element' attribute.static intANIMATE_MOTION_TYPE__TOThe feature id for the 'To' attribute.static intANIMATE_MOTION_TYPE__VALUESThe feature id for the 'Values' attribute.static intANIMATE_MOTION_TYPE_FEATURE_COUNTThe number of structural features of the 'Animate Motion Type' class.static intANIMATE_MOTION_TYPE_OPERATION_COUNTThe number of operations of the 'Animate Motion Type' class.static intANIMATE_TYPEThe meta object id for the 'Animate Type' class.static intANIMATE_TYPE__ACCUMULATEThe feature id for the 'Accumulate' attribute.static intANIMATE_TYPE__ADDITIVEThe feature id for the 'Additive' attribute.static intANIMATE_TYPE__ALTThe feature id for the 'Alt' attribute.static intANIMATE_TYPE__ANYThe feature id for the 'Any' attribute list.static intANIMATE_TYPE__ANY_ATTRIBUTEThe feature id for the 'Any Attribute' attribute list.static intANIMATE_TYPE__ATTRIBUTE_NAMEThe feature id for the 'Attribute Name' attribute.static intANIMATE_TYPE__ATTRIBUTE_TYPEThe feature id for the 'Attribute Type' attribute.static intANIMATE_TYPE__BEGINThe feature id for the 'Begin' attribute.static intANIMATE_TYPE__BYThe feature id for the 'By' attribute.static intANIMATE_TYPE__CALC_MODEThe feature id for the 'Calc Mode' attribute.static intANIMATE_TYPE__CLASSThe feature id for the 'Class' attribute.static intANIMATE_TYPE__DURThe feature id for the 'Dur' attribute.static intANIMATE_TYPE__ENDThe feature id for the 'End' attribute.static intANIMATE_TYPE__FILLThe feature id for the 'Fill' attribute.static intANIMATE_TYPE__FILL_DEFAULTThe feature id for the 'Fill Default' attribute.static intANIMATE_TYPE__FROMThe feature id for the 'From' attribute.static intANIMATE_TYPE__GROUPThe feature id for the 'Group' attribute list.static intANIMATE_TYPE__IDThe feature id for the 'Id' attribute.static intANIMATE_TYPE__LANGThe feature id for the 'Lang' attribute.static intANIMATE_TYPE__LONGDESCThe feature id for the 'Longdesc' attribute.static intANIMATE_TYPE__MAXThe feature id for the 'Max' attribute.static intANIMATE_TYPE__MINThe feature id for the 'Min' attribute.static intANIMATE_TYPE__REPEATThe feature id for the 'Repeat' attribute.static intANIMATE_TYPE__REPEAT_COUNTThe feature id for the 'Repeat Count' attribute.static intANIMATE_TYPE__REPEAT_DURThe feature id for the 'Repeat Dur' attribute.static intANIMATE_TYPE__RESTARTThe feature id for the 'Restart' attribute.static intANIMATE_TYPE__RESTART_DEFAULTThe feature id for the 'Restart Default' attribute.static intANIMATE_TYPE__SKIP_CONTENTThe feature id for the 'Skip Content' attribute.static intANIMATE_TYPE__SYNC_BEHAVIORThe feature id for the 'Sync Behavior' attribute.static intANIMATE_TYPE__SYNC_BEHAVIOR_DEFAULTThe feature id for the 'Sync Behavior Default' attribute.static intANIMATE_TYPE__SYNC_TOLERANCEThe feature id for the 'Sync Tolerance' attribute.static intANIMATE_TYPE__SYNC_TOLERANCE_DEFAULTThe feature id for the 'Sync Tolerance Default' attribute.static intANIMATE_TYPE__TARGET_ELEMENTThe feature id for the 'Target Element' attribute.static intANIMATE_TYPE__TOThe feature id for the 'To' attribute.static intANIMATE_TYPE__VALUESThe feature id for the 'Values' attribute.static intANIMATE_TYPE_FEATURE_COUNTThe number of structural features of the 'Animate Type' class.static intANIMATE_TYPE_OPERATION_COUNTThe number of operations of the 'Animate Type' class.static intDOCUMENT_ROOTThe meta object id for the 'Document Root' class.static intDOCUMENT_ROOT__ANIMATEThe feature id for the 'Animate' containment reference.static intDOCUMENT_ROOT__ANIMATE_COLORThe feature id for the 'Animate Color' containment reference.static intDOCUMENT_ROOT__ANIMATE_MOTIONThe feature id for the 'Animate Motion' containment reference.static intDOCUMENT_ROOT__MIXEDThe feature id for the 'Mixed' attribute list.static intDOCUMENT_ROOT__SETThe feature id for the 'Set' containment reference.static intDOCUMENT_ROOT__XMLNS_PREFIX_MAPThe feature id for the 'XMLNS Prefix Map' map.static intDOCUMENT_ROOT__XSI_SCHEMA_LOCATIONThe feature id for the 'XSI Schema Location' map.static intDOCUMENT_ROOT_FEATURE_COUNTThe number of structural features of the 'Document Root' class.static intDOCUMENT_ROOT_OPERATION_COUNTThe number of operations of the 'Document Root' class.static LanguagePackageeINSTANCEThe singleton instance of the package.static StringeNAMEThe package name.static StringeNS_PREFIXThe package namespace name.static StringeNS_URIThe package namespace URI.static intSET_TYPEThe meta object id for the 'Set Type' class.static intSET_TYPE__ALTThe feature id for the 'Alt' attribute.static intSET_TYPE__ANYThe feature id for the 'Any' attribute list.static intSET_TYPE__ANY_ATTRIBUTEThe feature id for the 'Any Attribute' attribute list.static intSET_TYPE__ATTRIBUTE_NAMEThe feature id for the 'Attribute Name' attribute.static intSET_TYPE__ATTRIBUTE_TYPEThe feature id for the 'Attribute Type' attribute.static intSET_TYPE__BEGINThe feature id for the 'Begin' attribute.static intSET_TYPE__CLASSThe feature id for the 'Class' attribute.static intSET_TYPE__DURThe feature id for the 'Dur' attribute.static intSET_TYPE__ENDThe feature id for the 'End' attribute.static intSET_TYPE__FILLThe feature id for the 'Fill' attribute.static intSET_TYPE__FILL_DEFAULTThe feature id for the 'Fill Default' attribute.static intSET_TYPE__GROUPThe feature id for the 'Group' attribute list.static intSET_TYPE__IDThe feature id for the 'Id' attribute.static intSET_TYPE__LANGThe feature id for the 'Lang' attribute.static intSET_TYPE__LONGDESCThe feature id for the 'Longdesc' attribute.static intSET_TYPE__MAXThe feature id for the 'Max' attribute.static intSET_TYPE__MINThe feature id for the 'Min' attribute.static intSET_TYPE__REPEATThe feature id for the 'Repeat' attribute.static intSET_TYPE__REPEAT_COUNTThe feature id for the 'Repeat Count' attribute.static intSET_TYPE__REPEAT_DURThe feature id for the 'Repeat Dur' attribute.static intSET_TYPE__RESTARTThe feature id for the 'Restart' attribute.static intSET_TYPE__RESTART_DEFAULTThe feature id for the 'Restart Default' attribute.static intSET_TYPE__SKIP_CONTENTThe feature id for the 'Skip Content' attribute.static intSET_TYPE__SYNC_BEHAVIORThe feature id for the 'Sync Behavior' attribute.static intSET_TYPE__SYNC_BEHAVIOR_DEFAULTThe feature id for the 'Sync Behavior Default' attribute.static intSET_TYPE__SYNC_TOLERANCEThe feature id for the 'Sync Tolerance' attribute.static intSET_TYPE__SYNC_TOLERANCE_DEFAULTThe feature id for the 'Sync Tolerance Default' attribute.static intSET_TYPE__TARGET_ELEMENTThe feature id for the 'Target Element' attribute.static intSET_TYPE__TOThe feature id for the 'To' attribute.static intSET_TYPE_FEATURE_COUNTThe number of structural features of the 'Set Type' class.static intSET_TYPE_OPERATION_COUNTThe number of operations of the 'Set Type' class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EClassgetAnimateColorType()Returns the meta object for class 'Animate Color Type'.EAttributegetAnimateColorType_Alt()Returns the meta object for the attribute 'Alt'.EAttributegetAnimateColorType_Any()Returns the meta object for the attribute list 'Any'.EAttributegetAnimateColorType_AnyAttribute()Returns the meta object for the attribute list 'Any Attribute'.EAttributegetAnimateColorType_Begin()Returns the meta object for the attribute 'Begin'.EAttributegetAnimateColorType_CalcMode()Returns the meta object for the attribute 'Calc Mode'.EAttributegetAnimateColorType_Class()Returns the meta object for the attribute 'Class'.EAttributegetAnimateColorType_Dur()Returns the meta object for the attribute 'Dur'.EAttributegetAnimateColorType_End()Returns the meta object for the attribute 'End'.EAttributegetAnimateColorType_Fill()Returns the meta object for the attribute 'Fill'.EAttributegetAnimateColorType_FillDefault()Returns the meta object for the attribute 'Fill Default'.EAttributegetAnimateColorType_Group()Returns the meta object for the attribute list 'Group'.EAttributegetAnimateColorType_Id()Returns the meta object for the attribute 'Id'.EAttributegetAnimateColorType_Lang()Returns the meta object for the attribute 'Lang'.EAttributegetAnimateColorType_Longdesc()Returns the meta object for the attribute 'Longdesc'.EAttributegetAnimateColorType_Max()Returns the meta object for the attribute 'Max'.EAttributegetAnimateColorType_Min()Returns the meta object for the attribute 'Min'.EAttributegetAnimateColorType_Repeat()Returns the meta object for the attribute 'Repeat'.EAttributegetAnimateColorType_RepeatCount()Returns the meta object for the attribute 'Repeat Count'.EAttributegetAnimateColorType_RepeatDur()Returns the meta object for the attribute 'Repeat Dur'.EAttributegetAnimateColorType_Restart()Returns the meta object for the attribute 'Restart'.EAttributegetAnimateColorType_RestartDefault()Returns the meta object for the attribute 'Restart Default'.EAttributegetAnimateColorType_SkipContent()Returns the meta object for the attribute 'Skip Content'.EAttributegetAnimateColorType_SyncBehavior()Returns the meta object for the attribute 'Sync Behavior'.EAttributegetAnimateColorType_SyncBehaviorDefault()Returns the meta object for the attribute 'Sync Behavior Default'.EAttributegetAnimateColorType_SyncTolerance()Returns the meta object for the attribute 'Sync Tolerance'.EAttributegetAnimateColorType_SyncToleranceDefault()Returns the meta object for the attribute 'Sync Tolerance Default'.EAttributegetAnimateColorType_TargetElement()Returns the meta object for the attribute 'Target Element'.EClassgetAnimateMotionType()Returns the meta object for class 'Animate Motion Type'.EAttributegetAnimateMotionType_Alt()Returns the meta object for the attribute 'Alt'.EAttributegetAnimateMotionType_Any()Returns the meta object for the attribute list 'Any'.EAttributegetAnimateMotionType_AnyAttribute()Returns the meta object for the attribute list 'Any Attribute'.EAttributegetAnimateMotionType_Begin()Returns the meta object for the attribute 'Begin'.EAttributegetAnimateMotionType_CalcMode()Returns the meta object for the attribute 'Calc Mode'.EAttributegetAnimateMotionType_Class()Returns the meta object for the attribute 'Class'.EAttributegetAnimateMotionType_Dur()Returns the meta object for the attribute 'Dur'.EAttributegetAnimateMotionType_End()Returns the meta object for the attribute 'End'.EAttributegetAnimateMotionType_Fill()Returns the meta object for the attribute 'Fill'.EAttributegetAnimateMotionType_FillDefault()Returns the meta object for the attribute 'Fill Default'.EAttributegetAnimateMotionType_Group()Returns the meta object for the attribute list 'Group'.EAttributegetAnimateMotionType_Id()Returns the meta object for the attribute 'Id'.EAttributegetAnimateMotionType_Lang()Returns the meta object for the attribute 'Lang'.EAttributegetAnimateMotionType_Longdesc()Returns the meta object for the attribute 'Longdesc'.EAttributegetAnimateMotionType_Max()Returns the meta object for the attribute 'Max'.EAttributegetAnimateMotionType_Min()Returns the meta object for the attribute 'Min'.EAttributegetAnimateMotionType_Repeat()Returns the meta object for the attribute 'Repeat'.EAttributegetAnimateMotionType_RepeatCount()Returns the meta object for the attribute 'Repeat Count'.EAttributegetAnimateMotionType_RepeatDur()Returns the meta object for the attribute 'Repeat Dur'.EAttributegetAnimateMotionType_Restart()Returns the meta object for the attribute 'Restart'.EAttributegetAnimateMotionType_RestartDefault()Returns the meta object for the attribute 'Restart Default'.EAttributegetAnimateMotionType_SkipContent()Returns the meta object for the attribute 'Skip Content'.EAttributegetAnimateMotionType_SyncBehavior()Returns the meta object for the attribute 'Sync Behavior'.EAttributegetAnimateMotionType_SyncBehaviorDefault()Returns the meta object for the attribute 'Sync Behavior Default'.EAttributegetAnimateMotionType_SyncTolerance()Returns the meta object for the attribute 'Sync Tolerance'.EAttributegetAnimateMotionType_SyncToleranceDefault()Returns the meta object for the attribute 'Sync Tolerance Default'.EAttributegetAnimateMotionType_TargetElement()Returns the meta object for the attribute 'Target Element'.EClassgetAnimateType()Returns the meta object for class 'Animate Type'.EAttributegetAnimateType_Alt()Returns the meta object for the attribute 'Alt'.EAttributegetAnimateType_Any()Returns the meta object for the attribute list 'Any'.EAttributegetAnimateType_AnyAttribute()Returns the meta object for the attribute list 'Any Attribute'.EAttributegetAnimateType_Begin()Returns the meta object for the attribute 'Begin'.EAttributegetAnimateType_CalcMode()Returns the meta object for the attribute 'Calc Mode'.EAttributegetAnimateType_Class()Returns the meta object for the attribute 'Class'.EAttributegetAnimateType_Dur()Returns the meta object for the attribute 'Dur'.EAttributegetAnimateType_End()Returns the meta object for the attribute 'End'.EAttributegetAnimateType_Fill()Returns the meta object for the attribute 'Fill'.EAttributegetAnimateType_FillDefault()Returns the meta object for the attribute 'Fill Default'.EAttributegetAnimateType_Group()Returns the meta object for the attribute list 'Group'.EAttributegetAnimateType_Id()Returns the meta object for the attribute 'Id'.EAttributegetAnimateType_Lang()Returns the meta object for the attribute 'Lang'.EAttributegetAnimateType_Longdesc()Returns the meta object for the attribute 'Longdesc'.EAttributegetAnimateType_Max()Returns the meta object for the attribute 'Max'.EAttributegetAnimateType_Min()Returns the meta object for the attribute 'Min'.EAttributegetAnimateType_Repeat()Returns the meta object for the attribute 'Repeat'.EAttributegetAnimateType_RepeatCount()Returns the meta object for the attribute 'Repeat Count'.EAttributegetAnimateType_RepeatDur()Returns the meta object for the attribute 'Repeat Dur'.EAttributegetAnimateType_Restart()Returns the meta object for the attribute 'Restart'.EAttributegetAnimateType_RestartDefault()Returns the meta object for the attribute 'Restart Default'.EAttributegetAnimateType_SkipContent()Returns the meta object for the attribute 'Skip Content'.EAttributegetAnimateType_SyncBehavior()Returns the meta object for the attribute 'Sync Behavior'.EAttributegetAnimateType_SyncBehaviorDefault()Returns the meta object for the attribute 'Sync Behavior Default'.EAttributegetAnimateType_SyncTolerance()Returns the meta object for the attribute 'Sync Tolerance'.EAttributegetAnimateType_SyncToleranceDefault()Returns the meta object for the attribute 'Sync Tolerance Default'.EAttributegetAnimateType_TargetElement()Returns the meta object for the attribute 'Target Element'.EClassgetDocumentRoot()Returns the meta object for class 'Document Root'.EReferencegetDocumentRoot_Animate()Returns the meta object for the containment reference 'Animate'.EReferencegetDocumentRoot_AnimateColor()Returns the meta object for the containment reference 'Animate Color'.EReferencegetDocumentRoot_AnimateMotion()Returns the meta object for the containment reference 'Animate Motion'.EAttributegetDocumentRoot_Mixed()Returns the meta object for the attribute list 'Mixed'.EReferencegetDocumentRoot_Set()Returns the meta object for the containment reference 'Set'.EReferencegetDocumentRoot_XMLNSPrefixMap()Returns the meta object for the map 'XMLNS Prefix Map'.EReferencegetDocumentRoot_XSISchemaLocation()Returns the meta object for the map 'XSI Schema Location'.LanguageFactorygetLanguageFactory()Returns the factory that creates the instances of the model.EClassgetSetType()Returns the meta object for class 'Set Type'.EAttributegetSetType_Alt()Returns the meta object for the attribute 'Alt'.EAttributegetSetType_Any()Returns the meta object for the attribute list 'Any'.EAttributegetSetType_AnyAttribute()Returns the meta object for the attribute list 'Any Attribute'.EAttributegetSetType_Begin()Returns the meta object for the attribute 'Begin'.EAttributegetSetType_Class()Returns the meta object for the attribute 'Class'.EAttributegetSetType_Dur()Returns the meta object for the attribute 'Dur'.EAttributegetSetType_End()Returns the meta object for the attribute 'End'.EAttributegetSetType_Fill()Returns the meta object for the attribute 'Fill'.EAttributegetSetType_FillDefault()Returns the meta object for the attribute 'Fill Default'.EAttributegetSetType_Group()Returns the meta object for the attribute list 'Group'.EAttributegetSetType_Id()Returns the meta object for the attribute 'Id'.EAttributegetSetType_Lang()Returns the meta object for the attribute 'Lang'.EAttributegetSetType_Longdesc()Returns the meta object for the attribute 'Longdesc'.EAttributegetSetType_Max()Returns the meta object for the attribute 'Max'.EAttributegetSetType_Min()Returns the meta object for the attribute 'Min'.EAttributegetSetType_Repeat()Returns the meta object for the attribute 'Repeat'.EAttributegetSetType_RepeatCount()Returns the meta object for the attribute 'Repeat Count'.EAttributegetSetType_RepeatDur()Returns the meta object for the attribute 'Repeat Dur'.EAttributegetSetType_Restart()Returns the meta object for the attribute 'Restart'.EAttributegetSetType_RestartDefault()Returns the meta object for the attribute 'Restart Default'.EAttributegetSetType_SkipContent()Returns the meta object for the attribute 'Skip Content'.EAttributegetSetType_SyncBehavior()Returns the meta object for the attribute 'Sync Behavior'.EAttributegetSetType_SyncBehaviorDefault()Returns the meta object for the attribute 'Sync Behavior Default'.EAttributegetSetType_SyncTolerance()Returns the meta object for the attribute 'Sync Tolerance'.EAttributegetSetType_SyncToleranceDefault()Returns the meta object for the attribute 'Sync Tolerance Default'.EAttributegetSetType_TargetElement()Returns the meta object for the attribute 'Target Element'.-
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
-
-
-
Field Detail
-
eNAME
static final String eNAME
The package name.- See Also:
- Constant Field Values
-
eNS_URI
static final String eNS_URI
The package namespace URI.- See Also:
- Constant Field Values
-
eNS_PREFIX
static final String eNS_PREFIX
The package namespace name.- See Also:
- Constant Field Values
-
eINSTANCE
static final LanguagePackage eINSTANCE
The singleton instance of the package.
-
ANIMATE_COLOR_TYPE
static final int ANIMATE_COLOR_TYPE
The meta object id for the 'Animate Color Type' class.
-
ANIMATE_COLOR_TYPE__ACCUMULATE
static final int ANIMATE_COLOR_TYPE__ACCUMULATE
The feature id for the 'Accumulate' attribute.- See Also:
- Constant Field Values
-
ANIMATE_COLOR_TYPE__ADDITIVE
static final int ANIMATE_COLOR_TYPE__ADDITIVE
The feature id for the 'Additive' attribute.- See Also:
- Constant Field Values
-
ANIMATE_COLOR_TYPE__ATTRIBUTE_NAME
static final int ANIMATE_COLOR_TYPE__ATTRIBUTE_NAME
The feature id for the 'Attribute Name' attribute.- See Also:
- Constant Field Values
-
ANIMATE_COLOR_TYPE__ATTRIBUTE_TYPE
static final int ANIMATE_COLOR_TYPE__ATTRIBUTE_TYPE
The feature id for the 'Attribute Type' attribute.- See Also:
- Constant Field Values
-
ANIMATE_COLOR_TYPE__BY
static final int ANIMATE_COLOR_TYPE__BY
The feature id for the 'By' attribute.- See Also:
- Constant Field Values
-
ANIMATE_COLOR_TYPE__FROM
static final int ANIMATE_COLOR_TYPE__FROM
The feature id for the 'From' attribute.- See Also:
- Constant Field Values
-
ANIMATE_COLOR_TYPE__TO
static final int ANIMATE_COLOR_TYPE__TO
The feature id for the 'To' attribute.- See Also:
- Constant Field Values
-
ANIMATE_COLOR_TYPE__VALUES
static final int ANIMATE_COLOR_TYPE__VALUES
The feature id for the 'Values' attribute.- See Also:
- Constant Field Values
-
ANIMATE_COLOR_TYPE__GROUP
static final int ANIMATE_COLOR_TYPE__GROUP
The feature id for the 'Group' attribute list.- See Also:
- Constant Field Values
-
ANIMATE_COLOR_TYPE__ANY
static final int ANIMATE_COLOR_TYPE__ANY
The feature id for the 'Any' attribute list.- See Also:
- Constant Field Values
-
ANIMATE_COLOR_TYPE__ALT
static final int ANIMATE_COLOR_TYPE__ALT
The feature id for the 'Alt' attribute.- See Also:
- Constant Field Values
-
ANIMATE_COLOR_TYPE__BEGIN
static final int ANIMATE_COLOR_TYPE__BEGIN
The feature id for the 'Begin' attribute.- See Also:
- Constant Field Values
-
ANIMATE_COLOR_TYPE__CALC_MODE
static final int ANIMATE_COLOR_TYPE__CALC_MODE
The feature id for the 'Calc Mode' attribute.- See Also:
- Constant Field Values
-
ANIMATE_COLOR_TYPE__CLASS
static final int ANIMATE_COLOR_TYPE__CLASS
The feature id for the 'Class' attribute.- See Also:
- Constant Field Values
-
ANIMATE_COLOR_TYPE__DUR
static final int ANIMATE_COLOR_TYPE__DUR
The feature id for the 'Dur' attribute.- See Also:
- Constant Field Values
-
ANIMATE_COLOR_TYPE__END
static final int ANIMATE_COLOR_TYPE__END
The feature id for the 'End' attribute.- See Also:
- Constant Field Values
-
ANIMATE_COLOR_TYPE__FILL
static final int ANIMATE_COLOR_TYPE__FILL
The feature id for the 'Fill' attribute.- See Also:
- Constant Field Values
-
ANIMATE_COLOR_TYPE__FILL_DEFAULT
static final int ANIMATE_COLOR_TYPE__FILL_DEFAULT
The feature id for the 'Fill Default' attribute.- See Also:
- Constant Field Values
-
ANIMATE_COLOR_TYPE__ID
static final int ANIMATE_COLOR_TYPE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
ANIMATE_COLOR_TYPE__LANG
static final int ANIMATE_COLOR_TYPE__LANG
The feature id for the 'Lang' attribute.- See Also:
- Constant Field Values
-
ANIMATE_COLOR_TYPE__LONGDESC
static final int ANIMATE_COLOR_TYPE__LONGDESC
The feature id for the 'Longdesc' attribute.- See Also:
- Constant Field Values
-
ANIMATE_COLOR_TYPE__MAX
static final int ANIMATE_COLOR_TYPE__MAX
The feature id for the 'Max' attribute.- See Also:
- Constant Field Values
-
ANIMATE_COLOR_TYPE__MIN
static final int ANIMATE_COLOR_TYPE__MIN
The feature id for the 'Min' attribute.- See Also:
- Constant Field Values
-
ANIMATE_COLOR_TYPE__REPEAT
static final int ANIMATE_COLOR_TYPE__REPEAT
The feature id for the 'Repeat' attribute.- See Also:
- Constant Field Values
-
ANIMATE_COLOR_TYPE__REPEAT_COUNT
static final int ANIMATE_COLOR_TYPE__REPEAT_COUNT
The feature id for the 'Repeat Count' attribute.- See Also:
- Constant Field Values
-
ANIMATE_COLOR_TYPE__REPEAT_DUR
static final int ANIMATE_COLOR_TYPE__REPEAT_DUR
The feature id for the 'Repeat Dur' attribute.- See Also:
- Constant Field Values
-
ANIMATE_COLOR_TYPE__RESTART
static final int ANIMATE_COLOR_TYPE__RESTART
The feature id for the 'Restart' attribute.- See Also:
- Constant Field Values
-
ANIMATE_COLOR_TYPE__RESTART_DEFAULT
static final int ANIMATE_COLOR_TYPE__RESTART_DEFAULT
The feature id for the 'Restart Default' attribute.- See Also:
- Constant Field Values
-
ANIMATE_COLOR_TYPE__SKIP_CONTENT
static final int ANIMATE_COLOR_TYPE__SKIP_CONTENT
The feature id for the 'Skip Content' attribute.- See Also:
- Constant Field Values
-
ANIMATE_COLOR_TYPE__SYNC_BEHAVIOR
static final int ANIMATE_COLOR_TYPE__SYNC_BEHAVIOR
The feature id for the 'Sync Behavior' attribute.- See Also:
- Constant Field Values
-
ANIMATE_COLOR_TYPE__SYNC_BEHAVIOR_DEFAULT
static final int ANIMATE_COLOR_TYPE__SYNC_BEHAVIOR_DEFAULT
The feature id for the 'Sync Behavior Default' attribute.- See Also:
- Constant Field Values
-
ANIMATE_COLOR_TYPE__SYNC_TOLERANCE
static final int ANIMATE_COLOR_TYPE__SYNC_TOLERANCE
The feature id for the 'Sync Tolerance' attribute.- See Also:
- Constant Field Values
-
ANIMATE_COLOR_TYPE__SYNC_TOLERANCE_DEFAULT
static final int ANIMATE_COLOR_TYPE__SYNC_TOLERANCE_DEFAULT
The feature id for the 'Sync Tolerance Default' attribute.- See Also:
- Constant Field Values
-
ANIMATE_COLOR_TYPE__TARGET_ELEMENT
static final int ANIMATE_COLOR_TYPE__TARGET_ELEMENT
The feature id for the 'Target Element' attribute.- See Also:
- Constant Field Values
-
ANIMATE_COLOR_TYPE__ANY_ATTRIBUTE
static final int ANIMATE_COLOR_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
ANIMATE_COLOR_TYPE_FEATURE_COUNT
static final int ANIMATE_COLOR_TYPE_FEATURE_COUNT
The number of structural features of the 'Animate Color Type' class.- See Also:
- Constant Field Values
-
ANIMATE_COLOR_TYPE_OPERATION_COUNT
static final int ANIMATE_COLOR_TYPE_OPERATION_COUNT
The number of operations of the 'Animate Color Type' class.- See Also:
- Constant Field Values
-
ANIMATE_MOTION_TYPE
static final int ANIMATE_MOTION_TYPE
The meta object id for the 'Animate Motion Type' class.
-
ANIMATE_MOTION_TYPE__ACCUMULATE
static final int ANIMATE_MOTION_TYPE__ACCUMULATE
The feature id for the 'Accumulate' attribute.- See Also:
- Constant Field Values
-
ANIMATE_MOTION_TYPE__ADDITIVE
static final int ANIMATE_MOTION_TYPE__ADDITIVE
The feature id for the 'Additive' attribute.- See Also:
- Constant Field Values
-
ANIMATE_MOTION_TYPE__BY
static final int ANIMATE_MOTION_TYPE__BY
The feature id for the 'By' attribute.- See Also:
- Constant Field Values
-
ANIMATE_MOTION_TYPE__FROM
static final int ANIMATE_MOTION_TYPE__FROM
The feature id for the 'From' attribute.- See Also:
- Constant Field Values
-
ANIMATE_MOTION_TYPE__ORIGIN
static final int ANIMATE_MOTION_TYPE__ORIGIN
The feature id for the 'Origin' attribute.- See Also:
- Constant Field Values
-
ANIMATE_MOTION_TYPE__TO
static final int ANIMATE_MOTION_TYPE__TO
The feature id for the 'To' attribute.- See Also:
- Constant Field Values
-
ANIMATE_MOTION_TYPE__VALUES
static final int ANIMATE_MOTION_TYPE__VALUES
The feature id for the 'Values' attribute.- See Also:
- Constant Field Values
-
ANIMATE_MOTION_TYPE__GROUP
static final int ANIMATE_MOTION_TYPE__GROUP
The feature id for the 'Group' attribute list.- See Also:
- Constant Field Values
-
ANIMATE_MOTION_TYPE__ANY
static final int ANIMATE_MOTION_TYPE__ANY
The feature id for the 'Any' attribute list.- See Also:
- Constant Field Values
-
ANIMATE_MOTION_TYPE__ALT
static final int ANIMATE_MOTION_TYPE__ALT
The feature id for the 'Alt' attribute.- See Also:
- Constant Field Values
-
ANIMATE_MOTION_TYPE__BEGIN
static final int ANIMATE_MOTION_TYPE__BEGIN
The feature id for the 'Begin' attribute.- See Also:
- Constant Field Values
-
ANIMATE_MOTION_TYPE__CALC_MODE
static final int ANIMATE_MOTION_TYPE__CALC_MODE
The feature id for the 'Calc Mode' attribute.- See Also:
- Constant Field Values
-
ANIMATE_MOTION_TYPE__CLASS
static final int ANIMATE_MOTION_TYPE__CLASS
The feature id for the 'Class' attribute.- See Also:
- Constant Field Values
-
ANIMATE_MOTION_TYPE__DUR
static final int ANIMATE_MOTION_TYPE__DUR
The feature id for the 'Dur' attribute.- See Also:
- Constant Field Values
-
ANIMATE_MOTION_TYPE__END
static final int ANIMATE_MOTION_TYPE__END
The feature id for the 'End' attribute.- See Also:
- Constant Field Values
-
ANIMATE_MOTION_TYPE__FILL
static final int ANIMATE_MOTION_TYPE__FILL
The feature id for the 'Fill' attribute.- See Also:
- Constant Field Values
-
ANIMATE_MOTION_TYPE__FILL_DEFAULT
static final int ANIMATE_MOTION_TYPE__FILL_DEFAULT
The feature id for the 'Fill Default' attribute.- See Also:
- Constant Field Values
-
ANIMATE_MOTION_TYPE__ID
static final int ANIMATE_MOTION_TYPE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
ANIMATE_MOTION_TYPE__LANG
static final int ANIMATE_MOTION_TYPE__LANG
The feature id for the 'Lang' attribute.- See Also:
- Constant Field Values
-
ANIMATE_MOTION_TYPE__LONGDESC
static final int ANIMATE_MOTION_TYPE__LONGDESC
The feature id for the 'Longdesc' attribute.- See Also:
- Constant Field Values
-
ANIMATE_MOTION_TYPE__MAX
static final int ANIMATE_MOTION_TYPE__MAX
The feature id for the 'Max' attribute.- See Also:
- Constant Field Values
-
ANIMATE_MOTION_TYPE__MIN
static final int ANIMATE_MOTION_TYPE__MIN
The feature id for the 'Min' attribute.- See Also:
- Constant Field Values
-
ANIMATE_MOTION_TYPE__REPEAT
static final int ANIMATE_MOTION_TYPE__REPEAT
The feature id for the 'Repeat' attribute.- See Also:
- Constant Field Values
-
ANIMATE_MOTION_TYPE__REPEAT_COUNT
static final int ANIMATE_MOTION_TYPE__REPEAT_COUNT
The feature id for the 'Repeat Count' attribute.- See Also:
- Constant Field Values
-
ANIMATE_MOTION_TYPE__REPEAT_DUR
static final int ANIMATE_MOTION_TYPE__REPEAT_DUR
The feature id for the 'Repeat Dur' attribute.- See Also:
- Constant Field Values
-
ANIMATE_MOTION_TYPE__RESTART
static final int ANIMATE_MOTION_TYPE__RESTART
The feature id for the 'Restart' attribute.- See Also:
- Constant Field Values
-
ANIMATE_MOTION_TYPE__RESTART_DEFAULT
static final int ANIMATE_MOTION_TYPE__RESTART_DEFAULT
The feature id for the 'Restart Default' attribute.- See Also:
- Constant Field Values
-
ANIMATE_MOTION_TYPE__SKIP_CONTENT
static final int ANIMATE_MOTION_TYPE__SKIP_CONTENT
The feature id for the 'Skip Content' attribute.- See Also:
- Constant Field Values
-
ANIMATE_MOTION_TYPE__SYNC_BEHAVIOR
static final int ANIMATE_MOTION_TYPE__SYNC_BEHAVIOR
The feature id for the 'Sync Behavior' attribute.- See Also:
- Constant Field Values
-
ANIMATE_MOTION_TYPE__SYNC_BEHAVIOR_DEFAULT
static final int ANIMATE_MOTION_TYPE__SYNC_BEHAVIOR_DEFAULT
The feature id for the 'Sync Behavior Default' attribute.- See Also:
- Constant Field Values
-
ANIMATE_MOTION_TYPE__SYNC_TOLERANCE
static final int ANIMATE_MOTION_TYPE__SYNC_TOLERANCE
The feature id for the 'Sync Tolerance' attribute.- See Also:
- Constant Field Values
-
ANIMATE_MOTION_TYPE__SYNC_TOLERANCE_DEFAULT
static final int ANIMATE_MOTION_TYPE__SYNC_TOLERANCE_DEFAULT
The feature id for the 'Sync Tolerance Default' attribute.- See Also:
- Constant Field Values
-
ANIMATE_MOTION_TYPE__TARGET_ELEMENT
static final int ANIMATE_MOTION_TYPE__TARGET_ELEMENT
The feature id for the 'Target Element' attribute.- See Also:
- Constant Field Values
-
ANIMATE_MOTION_TYPE__ANY_ATTRIBUTE
static final int ANIMATE_MOTION_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
ANIMATE_MOTION_TYPE_FEATURE_COUNT
static final int ANIMATE_MOTION_TYPE_FEATURE_COUNT
The number of structural features of the 'Animate Motion Type' class.- See Also:
- Constant Field Values
-
ANIMATE_MOTION_TYPE_OPERATION_COUNT
static final int ANIMATE_MOTION_TYPE_OPERATION_COUNT
The number of operations of the 'Animate Motion Type' class.- See Also:
- Constant Field Values
-
ANIMATE_TYPE
static final int ANIMATE_TYPE
The meta object id for the 'Animate Type' class.
-
ANIMATE_TYPE__ACCUMULATE
static final int ANIMATE_TYPE__ACCUMULATE
The feature id for the 'Accumulate' attribute.- See Also:
- Constant Field Values
-
ANIMATE_TYPE__ADDITIVE
static final int ANIMATE_TYPE__ADDITIVE
The feature id for the 'Additive' attribute.- See Also:
- Constant Field Values
-
ANIMATE_TYPE__ATTRIBUTE_NAME
static final int ANIMATE_TYPE__ATTRIBUTE_NAME
The feature id for the 'Attribute Name' attribute.- See Also:
- Constant Field Values
-
ANIMATE_TYPE__ATTRIBUTE_TYPE
static final int ANIMATE_TYPE__ATTRIBUTE_TYPE
The feature id for the 'Attribute Type' attribute.- See Also:
- Constant Field Values
-
ANIMATE_TYPE__BY
static final int ANIMATE_TYPE__BY
The feature id for the 'By' attribute.- See Also:
- Constant Field Values
-
ANIMATE_TYPE__FROM
static final int ANIMATE_TYPE__FROM
The feature id for the 'From' attribute.- See Also:
- Constant Field Values
-
ANIMATE_TYPE__TO
static final int ANIMATE_TYPE__TO
The feature id for the 'To' attribute.- See Also:
- Constant Field Values
-
ANIMATE_TYPE__VALUES
static final int ANIMATE_TYPE__VALUES
The feature id for the 'Values' attribute.- See Also:
- Constant Field Values
-
ANIMATE_TYPE__GROUP
static final int ANIMATE_TYPE__GROUP
The feature id for the 'Group' attribute list.- See Also:
- Constant Field Values
-
ANIMATE_TYPE__ANY
static final int ANIMATE_TYPE__ANY
The feature id for the 'Any' attribute list.- See Also:
- Constant Field Values
-
ANIMATE_TYPE__ALT
static final int ANIMATE_TYPE__ALT
The feature id for the 'Alt' attribute.- See Also:
- Constant Field Values
-
ANIMATE_TYPE__BEGIN
static final int ANIMATE_TYPE__BEGIN
The feature id for the 'Begin' attribute.- See Also:
- Constant Field Values
-
ANIMATE_TYPE__CALC_MODE
static final int ANIMATE_TYPE__CALC_MODE
The feature id for the 'Calc Mode' attribute.- See Also:
- Constant Field Values
-
ANIMATE_TYPE__CLASS
static final int ANIMATE_TYPE__CLASS
The feature id for the 'Class' attribute.- See Also:
- Constant Field Values
-
ANIMATE_TYPE__DUR
static final int ANIMATE_TYPE__DUR
The feature id for the 'Dur' attribute.- See Also:
- Constant Field Values
-
ANIMATE_TYPE__END
static final int ANIMATE_TYPE__END
The feature id for the 'End' attribute.- See Also:
- Constant Field Values
-
ANIMATE_TYPE__FILL
static final int ANIMATE_TYPE__FILL
The feature id for the 'Fill' attribute.- See Also:
- Constant Field Values
-
ANIMATE_TYPE__FILL_DEFAULT
static final int ANIMATE_TYPE__FILL_DEFAULT
The feature id for the 'Fill Default' attribute.- See Also:
- Constant Field Values
-
ANIMATE_TYPE__ID
static final int ANIMATE_TYPE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
ANIMATE_TYPE__LANG
static final int ANIMATE_TYPE__LANG
The feature id for the 'Lang' attribute.- See Also:
- Constant Field Values
-
ANIMATE_TYPE__LONGDESC
static final int ANIMATE_TYPE__LONGDESC
The feature id for the 'Longdesc' attribute.- See Also:
- Constant Field Values
-
ANIMATE_TYPE__MAX
static final int ANIMATE_TYPE__MAX
The feature id for the 'Max' attribute.- See Also:
- Constant Field Values
-
ANIMATE_TYPE__MIN
static final int ANIMATE_TYPE__MIN
The feature id for the 'Min' attribute.- See Also:
- Constant Field Values
-
ANIMATE_TYPE__REPEAT
static final int ANIMATE_TYPE__REPEAT
The feature id for the 'Repeat' attribute.- See Also:
- Constant Field Values
-
ANIMATE_TYPE__REPEAT_COUNT
static final int ANIMATE_TYPE__REPEAT_COUNT
The feature id for the 'Repeat Count' attribute.- See Also:
- Constant Field Values
-
ANIMATE_TYPE__REPEAT_DUR
static final int ANIMATE_TYPE__REPEAT_DUR
The feature id for the 'Repeat Dur' attribute.- See Also:
- Constant Field Values
-
ANIMATE_TYPE__RESTART
static final int ANIMATE_TYPE__RESTART
The feature id for the 'Restart' attribute.- See Also:
- Constant Field Values
-
ANIMATE_TYPE__RESTART_DEFAULT
static final int ANIMATE_TYPE__RESTART_DEFAULT
The feature id for the 'Restart Default' attribute.- See Also:
- Constant Field Values
-
ANIMATE_TYPE__SKIP_CONTENT
static final int ANIMATE_TYPE__SKIP_CONTENT
The feature id for the 'Skip Content' attribute.- See Also:
- Constant Field Values
-
ANIMATE_TYPE__SYNC_BEHAVIOR
static final int ANIMATE_TYPE__SYNC_BEHAVIOR
The feature id for the 'Sync Behavior' attribute.- See Also:
- Constant Field Values
-
ANIMATE_TYPE__SYNC_BEHAVIOR_DEFAULT
static final int ANIMATE_TYPE__SYNC_BEHAVIOR_DEFAULT
The feature id for the 'Sync Behavior Default' attribute.- See Also:
- Constant Field Values
-
ANIMATE_TYPE__SYNC_TOLERANCE
static final int ANIMATE_TYPE__SYNC_TOLERANCE
The feature id for the 'Sync Tolerance' attribute.- See Also:
- Constant Field Values
-
ANIMATE_TYPE__SYNC_TOLERANCE_DEFAULT
static final int ANIMATE_TYPE__SYNC_TOLERANCE_DEFAULT
The feature id for the 'Sync Tolerance Default' attribute.- See Also:
- Constant Field Values
-
ANIMATE_TYPE__TARGET_ELEMENT
static final int ANIMATE_TYPE__TARGET_ELEMENT
The feature id for the 'Target Element' attribute.- See Also:
- Constant Field Values
-
ANIMATE_TYPE__ANY_ATTRIBUTE
static final int ANIMATE_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
ANIMATE_TYPE_FEATURE_COUNT
static final int ANIMATE_TYPE_FEATURE_COUNT
The number of structural features of the 'Animate Type' class.- See Also:
- Constant Field Values
-
ANIMATE_TYPE_OPERATION_COUNT
static final int ANIMATE_TYPE_OPERATION_COUNT
The number of operations of the 'Animate Type' class.- See Also:
- Constant Field Values
-
DOCUMENT_ROOT
static final int DOCUMENT_ROOT
The meta object id for the 'Document Root' class.
-
DOCUMENT_ROOT__MIXED
static final int DOCUMENT_ROOT__MIXED
The feature id for the 'Mixed' attribute list.- See Also:
- Constant Field Values
-
DOCUMENT_ROOT__XMLNS_PREFIX_MAP
static final int DOCUMENT_ROOT__XMLNS_PREFIX_MAP
The feature id for the 'XMLNS Prefix Map' map.- See Also:
- Constant Field Values
-
DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
static final int DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
The feature id for the 'XSI Schema Location' map.- See Also:
- Constant Field Values
-
DOCUMENT_ROOT__ANIMATE
static final int DOCUMENT_ROOT__ANIMATE
The feature id for the 'Animate' containment reference.- See Also:
- Constant Field Values
-
DOCUMENT_ROOT__ANIMATE_COLOR
static final int DOCUMENT_ROOT__ANIMATE_COLOR
The feature id for the 'Animate Color' containment reference.- See Also:
- Constant Field Values
-
DOCUMENT_ROOT__ANIMATE_MOTION
static final int DOCUMENT_ROOT__ANIMATE_MOTION
The feature id for the 'Animate Motion' containment reference.- See Also:
- Constant Field Values
-
DOCUMENT_ROOT__SET
static final int DOCUMENT_ROOT__SET
The feature id for the 'Set' containment reference.- See Also:
- Constant Field Values
-
DOCUMENT_ROOT_FEATURE_COUNT
static final int DOCUMENT_ROOT_FEATURE_COUNT
The number of structural features of the 'Document Root' class.- See Also:
- Constant Field Values
-
DOCUMENT_ROOT_OPERATION_COUNT
static final int DOCUMENT_ROOT_OPERATION_COUNT
The number of operations of the 'Document Root' class.- See Also:
- Constant Field Values
-
SET_TYPE
static final int SET_TYPE
The meta object id for the 'Set Type' class.
-
SET_TYPE__ATTRIBUTE_NAME
static final int SET_TYPE__ATTRIBUTE_NAME
The feature id for the 'Attribute Name' attribute.- See Also:
- Constant Field Values
-
SET_TYPE__ATTRIBUTE_TYPE
static final int SET_TYPE__ATTRIBUTE_TYPE
The feature id for the 'Attribute Type' attribute.- See Also:
- Constant Field Values
-
SET_TYPE__TO
static final int SET_TYPE__TO
The feature id for the 'To' attribute.- See Also:
- Constant Field Values
-
SET_TYPE__GROUP
static final int SET_TYPE__GROUP
The feature id for the 'Group' attribute list.- See Also:
- Constant Field Values
-
SET_TYPE__ANY
static final int SET_TYPE__ANY
The feature id for the 'Any' attribute list.- See Also:
- Constant Field Values
-
SET_TYPE__ALT
static final int SET_TYPE__ALT
The feature id for the 'Alt' attribute.- See Also:
- Constant Field Values
-
SET_TYPE__BEGIN
static final int SET_TYPE__BEGIN
The feature id for the 'Begin' attribute.- See Also:
- Constant Field Values
-
SET_TYPE__CLASS
static final int SET_TYPE__CLASS
The feature id for the 'Class' attribute.- See Also:
- Constant Field Values
-
SET_TYPE__DUR
static final int SET_TYPE__DUR
The feature id for the 'Dur' attribute.- See Also:
- Constant Field Values
-
SET_TYPE__END
static final int SET_TYPE__END
The feature id for the 'End' attribute.- See Also:
- Constant Field Values
-
SET_TYPE__FILL
static final int SET_TYPE__FILL
The feature id for the 'Fill' attribute.- See Also:
- Constant Field Values
-
SET_TYPE__FILL_DEFAULT
static final int SET_TYPE__FILL_DEFAULT
The feature id for the 'Fill Default' attribute.- See Also:
- Constant Field Values
-
SET_TYPE__ID
static final int SET_TYPE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
SET_TYPE__LANG
static final int SET_TYPE__LANG
The feature id for the 'Lang' attribute.- See Also:
- Constant Field Values
-
SET_TYPE__LONGDESC
static final int SET_TYPE__LONGDESC
The feature id for the 'Longdesc' attribute.- See Also:
- Constant Field Values
-
SET_TYPE__MAX
static final int SET_TYPE__MAX
The feature id for the 'Max' attribute.- See Also:
- Constant Field Values
-
SET_TYPE__MIN
static final int SET_TYPE__MIN
The feature id for the 'Min' attribute.- See Also:
- Constant Field Values
-
SET_TYPE__REPEAT
static final int SET_TYPE__REPEAT
The feature id for the 'Repeat' attribute.- See Also:
- Constant Field Values
-
SET_TYPE__REPEAT_COUNT
static final int SET_TYPE__REPEAT_COUNT
The feature id for the 'Repeat Count' attribute.- See Also:
- Constant Field Values
-
SET_TYPE__REPEAT_DUR
static final int SET_TYPE__REPEAT_DUR
The feature id for the 'Repeat Dur' attribute.- See Also:
- Constant Field Values
-
SET_TYPE__RESTART
static final int SET_TYPE__RESTART
The feature id for the 'Restart' attribute.- See Also:
- Constant Field Values
-
SET_TYPE__RESTART_DEFAULT
static final int SET_TYPE__RESTART_DEFAULT
The feature id for the 'Restart Default' attribute.- See Also:
- Constant Field Values
-
SET_TYPE__SKIP_CONTENT
static final int SET_TYPE__SKIP_CONTENT
The feature id for the 'Skip Content' attribute.- See Also:
- Constant Field Values
-
SET_TYPE__SYNC_BEHAVIOR
static final int SET_TYPE__SYNC_BEHAVIOR
The feature id for the 'Sync Behavior' attribute.- See Also:
- Constant Field Values
-
SET_TYPE__SYNC_BEHAVIOR_DEFAULT
static final int SET_TYPE__SYNC_BEHAVIOR_DEFAULT
The feature id for the 'Sync Behavior Default' attribute.- See Also:
- Constant Field Values
-
SET_TYPE__SYNC_TOLERANCE
static final int SET_TYPE__SYNC_TOLERANCE
The feature id for the 'Sync Tolerance' attribute.- See Also:
- Constant Field Values
-
SET_TYPE__SYNC_TOLERANCE_DEFAULT
static final int SET_TYPE__SYNC_TOLERANCE_DEFAULT
The feature id for the 'Sync Tolerance Default' attribute.- See Also:
- Constant Field Values
-
SET_TYPE__TARGET_ELEMENT
static final int SET_TYPE__TARGET_ELEMENT
The feature id for the 'Target Element' attribute.- See Also:
- Constant Field Values
-
SET_TYPE__ANY_ATTRIBUTE
static final int SET_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
SET_TYPE_FEATURE_COUNT
static final int SET_TYPE_FEATURE_COUNT
The number of structural features of the 'Set Type' class.- See Also:
- Constant Field Values
-
SET_TYPE_OPERATION_COUNT
static final int SET_TYPE_OPERATION_COUNT
The number of operations of the 'Set Type' class.- See Also:
- Constant Field Values
-
-
Method Detail
-
getAnimateColorType
EClass getAnimateColorType()
Returns the meta object for class 'Animate Color Type'.- Returns:
- the meta object for class 'Animate Color Type'.
- See Also:
AnimateColorType
-
getAnimateColorType_Group
EAttribute getAnimateColorType_Group()
Returns the meta object for the attribute list 'Group'.- Returns:
- the meta object for the attribute list 'Group'.
- See Also:
AnimateColorType.getGroup(),getAnimateColorType()
-
getAnimateColorType_Any
EAttribute getAnimateColorType_Any()
Returns the meta object for the attribute list 'Any'.- Returns:
- the meta object for the attribute list 'Any'.
- See Also:
AnimateColorType.getAny(),getAnimateColorType()
-
getAnimateColorType_Alt
EAttribute getAnimateColorType_Alt()
Returns the meta object for the attribute 'Alt'.- Returns:
- the meta object for the attribute 'Alt'.
- See Also:
AnimateColorType.getAlt(),getAnimateColorType()
-
getAnimateColorType_Begin
EAttribute getAnimateColorType_Begin()
Returns the meta object for the attribute 'Begin'.- Returns:
- the meta object for the attribute 'Begin'.
- See Also:
AnimateColorType.getBegin(),getAnimateColorType()
-
getAnimateColorType_CalcMode
EAttribute getAnimateColorType_CalcMode()
Returns the meta object for the attribute 'Calc Mode'.- Returns:
- the meta object for the attribute 'Calc Mode'.
- See Also:
AnimateColorType.getCalcMode(),getAnimateColorType()
-
getAnimateColorType_Class
EAttribute getAnimateColorType_Class()
Returns the meta object for the attribute 'Class'.- Returns:
- the meta object for the attribute 'Class'.
- See Also:
AnimateColorType.getClass_(),getAnimateColorType()
-
getAnimateColorType_Dur
EAttribute getAnimateColorType_Dur()
Returns the meta object for the attribute 'Dur'.- Returns:
- the meta object for the attribute 'Dur'.
- See Also:
AnimateColorType.getDur(),getAnimateColorType()
-
getAnimateColorType_End
EAttribute getAnimateColorType_End()
Returns the meta object for the attribute 'End'.- Returns:
- the meta object for the attribute 'End'.
- See Also:
AnimateColorType.getEnd(),getAnimateColorType()
-
getAnimateColorType_Fill
EAttribute getAnimateColorType_Fill()
Returns the meta object for the attribute 'Fill'.- Returns:
- the meta object for the attribute 'Fill'.
- See Also:
AnimateColorType.getFill(),getAnimateColorType()
-
getAnimateColorType_FillDefault
EAttribute getAnimateColorType_FillDefault()
Returns the meta object for the attribute 'Fill Default'.- Returns:
- the meta object for the attribute 'Fill Default'.
- See Also:
AnimateColorType.getFillDefault(),getAnimateColorType()
-
getAnimateColorType_Id
EAttribute getAnimateColorType_Id()
Returns the meta object for the attribute 'Id'.- Returns:
- the meta object for the attribute 'Id'.
- See Also:
AnimateColorType.getId(),getAnimateColorType()
-
getAnimateColorType_Lang
EAttribute getAnimateColorType_Lang()
Returns the meta object for the attribute 'Lang'.- Returns:
- the meta object for the attribute 'Lang'.
- See Also:
AnimateColorType.getLang(),getAnimateColorType()
-
getAnimateColorType_Longdesc
EAttribute getAnimateColorType_Longdesc()
Returns the meta object for the attribute 'Longdesc'.- Returns:
- the meta object for the attribute 'Longdesc'.
- See Also:
AnimateColorType.getLongdesc(),getAnimateColorType()
-
getAnimateColorType_Max
EAttribute getAnimateColorType_Max()
Returns the meta object for the attribute 'Max'.- Returns:
- the meta object for the attribute 'Max'.
- See Also:
AnimateColorType.getMax(),getAnimateColorType()
-
getAnimateColorType_Min
EAttribute getAnimateColorType_Min()
Returns the meta object for the attribute 'Min'.- Returns:
- the meta object for the attribute 'Min'.
- See Also:
AnimateColorType.getMin(),getAnimateColorType()
-
getAnimateColorType_Repeat
EAttribute getAnimateColorType_Repeat()
Returns the meta object for the attribute 'Repeat'.- Returns:
- the meta object for the attribute 'Repeat'.
- See Also:
AnimateColorType.getRepeat(),getAnimateColorType()
-
getAnimateColorType_RepeatCount
EAttribute getAnimateColorType_RepeatCount()
Returns the meta object for the attribute 'Repeat Count'.- Returns:
- the meta object for the attribute 'Repeat Count'.
- See Also:
AnimateColorType.getRepeatCount(),getAnimateColorType()
-
getAnimateColorType_RepeatDur
EAttribute getAnimateColorType_RepeatDur()
Returns the meta object for the attribute 'Repeat Dur'.- Returns:
- the meta object for the attribute 'Repeat Dur'.
- See Also:
AnimateColorType.getRepeatDur(),getAnimateColorType()
-
getAnimateColorType_Restart
EAttribute getAnimateColorType_Restart()
Returns the meta object for the attribute 'Restart'.- Returns:
- the meta object for the attribute 'Restart'.
- See Also:
AnimateColorType.getRestart(),getAnimateColorType()
-
getAnimateColorType_RestartDefault
EAttribute getAnimateColorType_RestartDefault()
Returns the meta object for the attribute 'Restart Default'.- Returns:
- the meta object for the attribute 'Restart Default'.
- See Also:
AnimateColorType.getRestartDefault(),getAnimateColorType()
-
getAnimateColorType_SkipContent
EAttribute getAnimateColorType_SkipContent()
Returns the meta object for the attribute 'Skip Content'.- Returns:
- the meta object for the attribute 'Skip Content'.
- See Also:
AnimateColorType.isSkipContent(),getAnimateColorType()
-
getAnimateColorType_SyncBehavior
EAttribute getAnimateColorType_SyncBehavior()
Returns the meta object for the attribute 'Sync Behavior'.- Returns:
- the meta object for the attribute 'Sync Behavior'.
- See Also:
AnimateColorType.getSyncBehavior(),getAnimateColorType()
-
getAnimateColorType_SyncBehaviorDefault
EAttribute getAnimateColorType_SyncBehaviorDefault()
Returns the meta object for the attribute 'Sync Behavior Default'.- Returns:
- the meta object for the attribute 'Sync Behavior Default'.
- See Also:
AnimateColorType.getSyncBehaviorDefault(),getAnimateColorType()
-
getAnimateColorType_SyncTolerance
EAttribute getAnimateColorType_SyncTolerance()
Returns the meta object for the attribute 'Sync Tolerance'.- Returns:
- the meta object for the attribute 'Sync Tolerance'.
- See Also:
AnimateColorType.getSyncTolerance(),getAnimateColorType()
-
getAnimateColorType_SyncToleranceDefault
EAttribute getAnimateColorType_SyncToleranceDefault()
Returns the meta object for the attribute 'Sync Tolerance Default'.- Returns:
- the meta object for the attribute 'Sync Tolerance Default'.
- See Also:
AnimateColorType.getSyncToleranceDefault(),getAnimateColorType()
-
getAnimateColorType_TargetElement
EAttribute getAnimateColorType_TargetElement()
Returns the meta object for the attribute 'Target Element'.- Returns:
- the meta object for the attribute 'Target Element'.
- See Also:
AnimateColorType.getTargetElement(),getAnimateColorType()
-
getAnimateColorType_AnyAttribute
EAttribute getAnimateColorType_AnyAttribute()
Returns the meta object for the attribute list 'Any Attribute'.- Returns:
- the meta object for the attribute list 'Any Attribute'.
- See Also:
AnimateColorType.getAnyAttribute(),getAnimateColorType()
-
getAnimateMotionType
EClass getAnimateMotionType()
Returns the meta object for class 'Animate Motion Type'.- Returns:
- the meta object for class 'Animate Motion Type'.
- See Also:
AnimateMotionType
-
getAnimateMotionType_Group
EAttribute getAnimateMotionType_Group()
Returns the meta object for the attribute list 'Group'.- Returns:
- the meta object for the attribute list 'Group'.
- See Also:
AnimateMotionType.getGroup(),getAnimateMotionType()
-
getAnimateMotionType_Any
EAttribute getAnimateMotionType_Any()
Returns the meta object for the attribute list 'Any'.- Returns:
- the meta object for the attribute list 'Any'.
- See Also:
AnimateMotionType.getAny(),getAnimateMotionType()
-
getAnimateMotionType_Alt
EAttribute getAnimateMotionType_Alt()
Returns the meta object for the attribute 'Alt'.- Returns:
- the meta object for the attribute 'Alt'.
- See Also:
AnimateMotionType.getAlt(),getAnimateMotionType()
-
getAnimateMotionType_Begin
EAttribute getAnimateMotionType_Begin()
Returns the meta object for the attribute 'Begin'.- Returns:
- the meta object for the attribute 'Begin'.
- See Also:
AnimateMotionType.getBegin(),getAnimateMotionType()
-
getAnimateMotionType_CalcMode
EAttribute getAnimateMotionType_CalcMode()
Returns the meta object for the attribute 'Calc Mode'.- Returns:
- the meta object for the attribute 'Calc Mode'.
- See Also:
AnimateMotionType.getCalcMode(),getAnimateMotionType()
-
getAnimateMotionType_Class
EAttribute getAnimateMotionType_Class()
Returns the meta object for the attribute 'Class'.- Returns:
- the meta object for the attribute 'Class'.
- See Also:
AnimateMotionType.getClass_(),getAnimateMotionType()
-
getAnimateMotionType_Dur
EAttribute getAnimateMotionType_Dur()
Returns the meta object for the attribute 'Dur'.- Returns:
- the meta object for the attribute 'Dur'.
- See Also:
AnimateMotionType.getDur(),getAnimateMotionType()
-
getAnimateMotionType_End
EAttribute getAnimateMotionType_End()
Returns the meta object for the attribute 'End'.- Returns:
- the meta object for the attribute 'End'.
- See Also:
AnimateMotionType.getEnd(),getAnimateMotionType()
-
getAnimateMotionType_Fill
EAttribute getAnimateMotionType_Fill()
Returns the meta object for the attribute 'Fill'.- Returns:
- the meta object for the attribute 'Fill'.
- See Also:
AnimateMotionType.getFill(),getAnimateMotionType()
-
getAnimateMotionType_FillDefault
EAttribute getAnimateMotionType_FillDefault()
Returns the meta object for the attribute 'Fill Default'.- Returns:
- the meta object for the attribute 'Fill Default'.
- See Also:
AnimateMotionType.getFillDefault(),getAnimateMotionType()
-
getAnimateMotionType_Id
EAttribute getAnimateMotionType_Id()
Returns the meta object for the attribute 'Id'.- Returns:
- the meta object for the attribute 'Id'.
- See Also:
AnimateMotionType.getId(),getAnimateMotionType()
-
getAnimateMotionType_Lang
EAttribute getAnimateMotionType_Lang()
Returns the meta object for the attribute 'Lang'.- Returns:
- the meta object for the attribute 'Lang'.
- See Also:
AnimateMotionType.getLang(),getAnimateMotionType()
-
getAnimateMotionType_Longdesc
EAttribute getAnimateMotionType_Longdesc()
Returns the meta object for the attribute 'Longdesc'.- Returns:
- the meta object for the attribute 'Longdesc'.
- See Also:
AnimateMotionType.getLongdesc(),getAnimateMotionType()
-
getAnimateMotionType_Max
EAttribute getAnimateMotionType_Max()
Returns the meta object for the attribute 'Max'.- Returns:
- the meta object for the attribute 'Max'.
- See Also:
AnimateMotionType.getMax(),getAnimateMotionType()
-
getAnimateMotionType_Min
EAttribute getAnimateMotionType_Min()
Returns the meta object for the attribute 'Min'.- Returns:
- the meta object for the attribute 'Min'.
- See Also:
AnimateMotionType.getMin(),getAnimateMotionType()
-
getAnimateMotionType_Repeat
EAttribute getAnimateMotionType_Repeat()
Returns the meta object for the attribute 'Repeat'.- Returns:
- the meta object for the attribute 'Repeat'.
- See Also:
AnimateMotionType.getRepeat(),getAnimateMotionType()
-
getAnimateMotionType_RepeatCount
EAttribute getAnimateMotionType_RepeatCount()
Returns the meta object for the attribute 'Repeat Count'.- Returns:
- the meta object for the attribute 'Repeat Count'.
- See Also:
AnimateMotionType.getRepeatCount(),getAnimateMotionType()
-
getAnimateMotionType_RepeatDur
EAttribute getAnimateMotionType_RepeatDur()
Returns the meta object for the attribute 'Repeat Dur'.- Returns:
- the meta object for the attribute 'Repeat Dur'.
- See Also:
AnimateMotionType.getRepeatDur(),getAnimateMotionType()
-
getAnimateMotionType_Restart
EAttribute getAnimateMotionType_Restart()
Returns the meta object for the attribute 'Restart'.- Returns:
- the meta object for the attribute 'Restart'.
- See Also:
AnimateMotionType.getRestart(),getAnimateMotionType()
-
getAnimateMotionType_RestartDefault
EAttribute getAnimateMotionType_RestartDefault()
Returns the meta object for the attribute 'Restart Default'.- Returns:
- the meta object for the attribute 'Restart Default'.
- See Also:
AnimateMotionType.getRestartDefault(),getAnimateMotionType()
-
getAnimateMotionType_SkipContent
EAttribute getAnimateMotionType_SkipContent()
Returns the meta object for the attribute 'Skip Content'.- Returns:
- the meta object for the attribute 'Skip Content'.
- See Also:
AnimateMotionType.isSkipContent(),getAnimateMotionType()
-
getAnimateMotionType_SyncBehavior
EAttribute getAnimateMotionType_SyncBehavior()
Returns the meta object for the attribute 'Sync Behavior'.- Returns:
- the meta object for the attribute 'Sync Behavior'.
- See Also:
AnimateMotionType.getSyncBehavior(),getAnimateMotionType()
-
getAnimateMotionType_SyncBehaviorDefault
EAttribute getAnimateMotionType_SyncBehaviorDefault()
Returns the meta object for the attribute 'Sync Behavior Default'.- Returns:
- the meta object for the attribute 'Sync Behavior Default'.
- See Also:
AnimateMotionType.getSyncBehaviorDefault(),getAnimateMotionType()
-
getAnimateMotionType_SyncTolerance
EAttribute getAnimateMotionType_SyncTolerance()
Returns the meta object for the attribute 'Sync Tolerance'.- Returns:
- the meta object for the attribute 'Sync Tolerance'.
- See Also:
AnimateMotionType.getSyncTolerance(),getAnimateMotionType()
-
getAnimateMotionType_SyncToleranceDefault
EAttribute getAnimateMotionType_SyncToleranceDefault()
Returns the meta object for the attribute 'Sync Tolerance Default'.- Returns:
- the meta object for the attribute 'Sync Tolerance Default'.
- See Also:
AnimateMotionType.getSyncToleranceDefault(),getAnimateMotionType()
-
getAnimateMotionType_TargetElement
EAttribute getAnimateMotionType_TargetElement()
Returns the meta object for the attribute 'Target Element'.- Returns:
- the meta object for the attribute 'Target Element'.
- See Also:
AnimateMotionType.getTargetElement(),getAnimateMotionType()
-
getAnimateMotionType_AnyAttribute
EAttribute getAnimateMotionType_AnyAttribute()
Returns the meta object for the attribute list 'Any Attribute'.- Returns:
- the meta object for the attribute list 'Any Attribute'.
- See Also:
AnimateMotionType.getAnyAttribute(),getAnimateMotionType()
-
getAnimateType
EClass getAnimateType()
Returns the meta object for class 'Animate Type'.- Returns:
- the meta object for class 'Animate Type'.
- See Also:
AnimateType
-
getAnimateType_Group
EAttribute getAnimateType_Group()
Returns the meta object for the attribute list 'Group'.- Returns:
- the meta object for the attribute list 'Group'.
- See Also:
AnimateType.getGroup(),getAnimateType()
-
getAnimateType_Any
EAttribute getAnimateType_Any()
Returns the meta object for the attribute list 'Any'.- Returns:
- the meta object for the attribute list 'Any'.
- See Also:
AnimateType.getAny(),getAnimateType()
-
getAnimateType_Alt
EAttribute getAnimateType_Alt()
Returns the meta object for the attribute 'Alt'.- Returns:
- the meta object for the attribute 'Alt'.
- See Also:
AnimateType.getAlt(),getAnimateType()
-
getAnimateType_Begin
EAttribute getAnimateType_Begin()
Returns the meta object for the attribute 'Begin'.- Returns:
- the meta object for the attribute 'Begin'.
- See Also:
AnimateType.getBegin(),getAnimateType()
-
getAnimateType_CalcMode
EAttribute getAnimateType_CalcMode()
Returns the meta object for the attribute 'Calc Mode'.- Returns:
- the meta object for the attribute 'Calc Mode'.
- See Also:
AnimateType.getCalcMode(),getAnimateType()
-
getAnimateType_Class
EAttribute getAnimateType_Class()
Returns the meta object for the attribute 'Class'.- Returns:
- the meta object for the attribute 'Class'.
- See Also:
AnimateType.getClass_(),getAnimateType()
-
getAnimateType_Dur
EAttribute getAnimateType_Dur()
Returns the meta object for the attribute 'Dur'.- Returns:
- the meta object for the attribute 'Dur'.
- See Also:
AnimateType.getDur(),getAnimateType()
-
getAnimateType_End
EAttribute getAnimateType_End()
Returns the meta object for the attribute 'End'.- Returns:
- the meta object for the attribute 'End'.
- See Also:
AnimateType.getEnd(),getAnimateType()
-
getAnimateType_Fill
EAttribute getAnimateType_Fill()
Returns the meta object for the attribute 'Fill'.- Returns:
- the meta object for the attribute 'Fill'.
- See Also:
AnimateType.getFill(),getAnimateType()
-
getAnimateType_FillDefault
EAttribute getAnimateType_FillDefault()
Returns the meta object for the attribute 'Fill Default'.- Returns:
- the meta object for the attribute 'Fill Default'.
- See Also:
AnimateType.getFillDefault(),getAnimateType()
-
getAnimateType_Id
EAttribute getAnimateType_Id()
Returns the meta object for the attribute 'Id'.- Returns:
- the meta object for the attribute 'Id'.
- See Also:
AnimateType.getId(),getAnimateType()
-
getAnimateType_Lang
EAttribute getAnimateType_Lang()
Returns the meta object for the attribute 'Lang'.- Returns:
- the meta object for the attribute 'Lang'.
- See Also:
AnimateType.getLang(),getAnimateType()
-
getAnimateType_Longdesc
EAttribute getAnimateType_Longdesc()
Returns the meta object for the attribute 'Longdesc'.- Returns:
- the meta object for the attribute 'Longdesc'.
- See Also:
AnimateType.getLongdesc(),getAnimateType()
-
getAnimateType_Max
EAttribute getAnimateType_Max()
Returns the meta object for the attribute 'Max'.- Returns:
- the meta object for the attribute 'Max'.
- See Also:
AnimateType.getMax(),getAnimateType()
-
getAnimateType_Min
EAttribute getAnimateType_Min()
Returns the meta object for the attribute 'Min'.- Returns:
- the meta object for the attribute 'Min'.
- See Also:
AnimateType.getMin(),getAnimateType()
-
getAnimateType_Repeat
EAttribute getAnimateType_Repeat()
Returns the meta object for the attribute 'Repeat'.- Returns:
- the meta object for the attribute 'Repeat'.
- See Also:
AnimateType.getRepeat(),getAnimateType()
-
getAnimateType_RepeatCount
EAttribute getAnimateType_RepeatCount()
Returns the meta object for the attribute 'Repeat Count'.- Returns:
- the meta object for the attribute 'Repeat Count'.
- See Also:
AnimateType.getRepeatCount(),getAnimateType()
-
getAnimateType_RepeatDur
EAttribute getAnimateType_RepeatDur()
Returns the meta object for the attribute 'Repeat Dur'.- Returns:
- the meta object for the attribute 'Repeat Dur'.
- See Also:
AnimateType.getRepeatDur(),getAnimateType()
-
getAnimateType_Restart
EAttribute getAnimateType_Restart()
Returns the meta object for the attribute 'Restart'.- Returns:
- the meta object for the attribute 'Restart'.
- See Also:
AnimateType.getRestart(),getAnimateType()
-
getAnimateType_RestartDefault
EAttribute getAnimateType_RestartDefault()
Returns the meta object for the attribute 'Restart Default'.- Returns:
- the meta object for the attribute 'Restart Default'.
- See Also:
AnimateType.getRestartDefault(),getAnimateType()
-
getAnimateType_SkipContent
EAttribute getAnimateType_SkipContent()
Returns the meta object for the attribute 'Skip Content'.- Returns:
- the meta object for the attribute 'Skip Content'.
- See Also:
AnimateType.isSkipContent(),getAnimateType()
-
getAnimateType_SyncBehavior
EAttribute getAnimateType_SyncBehavior()
Returns the meta object for the attribute 'Sync Behavior'.- Returns:
- the meta object for the attribute 'Sync Behavior'.
- See Also:
AnimateType.getSyncBehavior(),getAnimateType()
-
getAnimateType_SyncBehaviorDefault
EAttribute getAnimateType_SyncBehaviorDefault()
Returns the meta object for the attribute 'Sync Behavior Default'.- Returns:
- the meta object for the attribute 'Sync Behavior Default'.
- See Also:
AnimateType.getSyncBehaviorDefault(),getAnimateType()
-
getAnimateType_SyncTolerance
EAttribute getAnimateType_SyncTolerance()
Returns the meta object for the attribute 'Sync Tolerance'.- Returns:
- the meta object for the attribute 'Sync Tolerance'.
- See Also:
AnimateType.getSyncTolerance(),getAnimateType()
-
getAnimateType_SyncToleranceDefault
EAttribute getAnimateType_SyncToleranceDefault()
Returns the meta object for the attribute 'Sync Tolerance Default'.- Returns:
- the meta object for the attribute 'Sync Tolerance Default'.
- See Also:
AnimateType.getSyncToleranceDefault(),getAnimateType()
-
getAnimateType_TargetElement
EAttribute getAnimateType_TargetElement()
Returns the meta object for the attribute 'Target Element'.- Returns:
- the meta object for the attribute 'Target Element'.
- See Also:
AnimateType.getTargetElement(),getAnimateType()
-
getAnimateType_AnyAttribute
EAttribute getAnimateType_AnyAttribute()
Returns the meta object for the attribute list 'Any Attribute'.- Returns:
- the meta object for the attribute list 'Any Attribute'.
- See Also:
AnimateType.getAnyAttribute(),getAnimateType()
-
getDocumentRoot
EClass getDocumentRoot()
Returns the meta object for class 'Document Root'.- Returns:
- the meta object for class 'Document Root'.
- See Also:
DocumentRoot
-
getDocumentRoot_Mixed
EAttribute getDocumentRoot_Mixed()
Returns the meta object for the attribute list 'Mixed'.- Returns:
- the meta object for the attribute list 'Mixed'.
- See Also:
DocumentRoot.getMixed(),getDocumentRoot()
-
getDocumentRoot_XMLNSPrefixMap
EReference getDocumentRoot_XMLNSPrefixMap()
Returns the meta object for the map 'XMLNS Prefix Map'.- Returns:
- the meta object for the map 'XMLNS Prefix Map'.
- See Also:
DocumentRoot.getXMLNSPrefixMap(),getDocumentRoot()
-
getDocumentRoot_XSISchemaLocation
EReference getDocumentRoot_XSISchemaLocation()
Returns the meta object for the map 'XSI Schema Location'.- Returns:
- the meta object for the map 'XSI Schema Location'.
- See Also:
DocumentRoot.getXSISchemaLocation(),getDocumentRoot()
-
getDocumentRoot_Animate
EReference getDocumentRoot_Animate()
Returns the meta object for the containment reference 'Animate'.- Returns:
- the meta object for the containment reference 'Animate'.
- See Also:
DocumentRoot.getAnimate(),getDocumentRoot()
-
getDocumentRoot_AnimateColor
EReference getDocumentRoot_AnimateColor()
Returns the meta object for the containment reference 'Animate Color'.- Returns:
- the meta object for the containment reference 'Animate Color'.
- See Also:
DocumentRoot.getAnimateColor(),getDocumentRoot()
-
getDocumentRoot_AnimateMotion
EReference getDocumentRoot_AnimateMotion()
Returns the meta object for the containment reference 'Animate Motion'.- Returns:
- the meta object for the containment reference 'Animate Motion'.
- See Also:
DocumentRoot.getAnimateMotion(),getDocumentRoot()
-
getDocumentRoot_Set
EReference getDocumentRoot_Set()
Returns the meta object for the containment reference 'Set'.- Returns:
- the meta object for the containment reference 'Set'.
- See Also:
DocumentRoot.getSet(),getDocumentRoot()
-
getSetType
EClass getSetType()
Returns the meta object for class 'Set Type'.- Returns:
- the meta object for class 'Set Type'.
- See Also:
SetType
-
getSetType_Group
EAttribute getSetType_Group()
Returns the meta object for the attribute list 'Group'.- Returns:
- the meta object for the attribute list 'Group'.
- See Also:
SetType.getGroup(),getSetType()
-
getSetType_Any
EAttribute getSetType_Any()
Returns the meta object for the attribute list 'Any'.- Returns:
- the meta object for the attribute list 'Any'.
- See Also:
SetType.getAny(),getSetType()
-
getSetType_Alt
EAttribute getSetType_Alt()
Returns the meta object for the attribute 'Alt'.- Returns:
- the meta object for the attribute 'Alt'.
- See Also:
SetType.getAlt(),getSetType()
-
getSetType_Begin
EAttribute getSetType_Begin()
Returns the meta object for the attribute 'Begin'.- Returns:
- the meta object for the attribute 'Begin'.
- See Also:
SetType.getBegin(),getSetType()
-
getSetType_Class
EAttribute getSetType_Class()
Returns the meta object for the attribute 'Class'.- Returns:
- the meta object for the attribute 'Class'.
- See Also:
SetType.getClass_(),getSetType()
-
getSetType_Dur
EAttribute getSetType_Dur()
Returns the meta object for the attribute 'Dur'.- Returns:
- the meta object for the attribute 'Dur'.
- See Also:
SetType.getDur(),getSetType()
-
getSetType_End
EAttribute getSetType_End()
Returns the meta object for the attribute 'End'.- Returns:
- the meta object for the attribute 'End'.
- See Also:
SetType.getEnd(),getSetType()
-
getSetType_Fill
EAttribute getSetType_Fill()
Returns the meta object for the attribute 'Fill'.- Returns:
- the meta object for the attribute 'Fill'.
- See Also:
SetType.getFill(),getSetType()
-
getSetType_FillDefault
EAttribute getSetType_FillDefault()
Returns the meta object for the attribute 'Fill Default'.- Returns:
- the meta object for the attribute 'Fill Default'.
- See Also:
SetType.getFillDefault(),getSetType()
-
getSetType_Id
EAttribute getSetType_Id()
Returns the meta object for the attribute 'Id'.- Returns:
- the meta object for the attribute 'Id'.
- See Also:
SetType.getId(),getSetType()
-
getSetType_Lang
EAttribute getSetType_Lang()
Returns the meta object for the attribute 'Lang'.- Returns:
- the meta object for the attribute 'Lang'.
- See Also:
SetType.getLang(),getSetType()
-
getSetType_Longdesc
EAttribute getSetType_Longdesc()
Returns the meta object for the attribute 'Longdesc'.- Returns:
- the meta object for the attribute 'Longdesc'.
- See Also:
SetType.getLongdesc(),getSetType()
-
getSetType_Max
EAttribute getSetType_Max()
Returns the meta object for the attribute 'Max'.- Returns:
- the meta object for the attribute 'Max'.
- See Also:
SetType.getMax(),getSetType()
-
getSetType_Min
EAttribute getSetType_Min()
Returns the meta object for the attribute 'Min'.- Returns:
- the meta object for the attribute 'Min'.
- See Also:
SetType.getMin(),getSetType()
-
getSetType_Repeat
EAttribute getSetType_Repeat()
Returns the meta object for the attribute 'Repeat'.- Returns:
- the meta object for the attribute 'Repeat'.
- See Also:
SetType.getRepeat(),getSetType()
-
getSetType_RepeatCount
EAttribute getSetType_RepeatCount()
Returns the meta object for the attribute 'Repeat Count'.- Returns:
- the meta object for the attribute 'Repeat Count'.
- See Also:
SetType.getRepeatCount(),getSetType()
-
getSetType_RepeatDur
EAttribute getSetType_RepeatDur()
Returns the meta object for the attribute 'Repeat Dur'.- Returns:
- the meta object for the attribute 'Repeat Dur'.
- See Also:
SetType.getRepeatDur(),getSetType()
-
getSetType_Restart
EAttribute getSetType_Restart()
Returns the meta object for the attribute 'Restart'.- Returns:
- the meta object for the attribute 'Restart'.
- See Also:
SetType.getRestart(),getSetType()
-
getSetType_RestartDefault
EAttribute getSetType_RestartDefault()
Returns the meta object for the attribute 'Restart Default'.- Returns:
- the meta object for the attribute 'Restart Default'.
- See Also:
SetType.getRestartDefault(),getSetType()
-
getSetType_SkipContent
EAttribute getSetType_SkipContent()
Returns the meta object for the attribute 'Skip Content'.- Returns:
- the meta object for the attribute 'Skip Content'.
- See Also:
SetType.isSkipContent(),getSetType()
-
getSetType_SyncBehavior
EAttribute getSetType_SyncBehavior()
Returns the meta object for the attribute 'Sync Behavior'.- Returns:
- the meta object for the attribute 'Sync Behavior'.
- See Also:
SetType.getSyncBehavior(),getSetType()
-
getSetType_SyncBehaviorDefault
EAttribute getSetType_SyncBehaviorDefault()
Returns the meta object for the attribute 'Sync Behavior Default'.- Returns:
- the meta object for the attribute 'Sync Behavior Default'.
- See Also:
SetType.getSyncBehaviorDefault(),getSetType()
-
getSetType_SyncTolerance
EAttribute getSetType_SyncTolerance()
Returns the meta object for the attribute 'Sync Tolerance'.- Returns:
- the meta object for the attribute 'Sync Tolerance'.
- See Also:
SetType.getSyncTolerance(),getSetType()
-
getSetType_SyncToleranceDefault
EAttribute getSetType_SyncToleranceDefault()
Returns the meta object for the attribute 'Sync Tolerance Default'.- Returns:
- the meta object for the attribute 'Sync Tolerance Default'.
- See Also:
SetType.getSyncToleranceDefault(),getSetType()
-
getSetType_TargetElement
EAttribute getSetType_TargetElement()
Returns the meta object for the attribute 'Target Element'.- Returns:
- the meta object for the attribute 'Target Element'.
- See Also:
SetType.getTargetElement(),getSetType()
-
getSetType_AnyAttribute
EAttribute getSetType_AnyAttribute()
Returns the meta object for the attribute list 'Any Attribute'.- Returns:
- the meta object for the attribute list 'Any Attribute'.
- See Also:
SetType.getAnyAttribute(),getSetType()
-
getLanguageFactory
LanguageFactory getLanguageFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
-
-