Interface DocumentRoot
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
DocumentRootImpl
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Animate' containment reference.Returns the value of the 'Animate Color' containment reference.Returns the value of the 'Animate Motion' containment reference.FeatureMap
getMixed()
Returns the value of the 'Mixed' attribute list.getSet()
Returns the value of the 'Set' containment reference.Returns the value of the 'XMLNS Prefix Map' map.Returns the value of the 'XSI Schema Location' map.void
setAnimate
(AnimateType value) Sets the value of the 'Animate
' containment reference.void
setAnimateColor
(AnimateColorType value) Sets the value of the 'Animate Color
' containment reference.void
Sets the value of the 'Animate Motion
' containment reference.void
Sets the value of the 'Set
' containment reference.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getMixed
FeatureMap getMixed()Returns the value of the 'Mixed' attribute list. The list contents are of typeFeatureMap.Entry
.If the meaning of the 'Mixed' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Mixed' attribute list.
- See Also:
-
getXMLNSPrefixMap
Returns the value of the 'XMLNS Prefix Map' map. The key is of typeString
, and the value is of typeString
,If the meaning of the 'XMLNS Prefix Map' map isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'XMLNS Prefix Map' map.
- See Also:
-
getXSISchemaLocation
Returns the value of the 'XSI Schema Location' map. The key is of typeString
, and the value is of typeString
,If the meaning of the 'XSI Schema Location' map isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'XSI Schema Location' map.
- See Also:
-
getAnimate
AnimateType getAnimate()Returns the value of the 'Animate' containment reference.If the meaning of the 'Animate' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Animate' containment reference.
- See Also:
-
setAnimate
Sets the value of the 'Animate
' containment reference.- Parameters:
value
- the new value of the 'Animate' containment reference.- See Also:
-
getAnimateColor
AnimateColorType getAnimateColor()Returns the value of the 'Animate Color' containment reference.If the meaning of the 'Animate Color' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Animate Color' containment reference.
- See Also:
-
setAnimateColor
Sets the value of the 'Animate Color
' containment reference.- Parameters:
value
- the new value of the 'Animate Color' containment reference.- See Also:
-
getAnimateMotion
AnimateMotionType getAnimateMotion()Returns the value of the 'Animate Motion' containment reference.If the meaning of the 'Animate Motion' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Animate Motion' containment reference.
- See Also:
-
setAnimateMotion
Sets the value of the 'Animate Motion
' containment reference.- Parameters:
value
- the new value of the 'Animate Motion' containment reference.- See Also:
-
getSet
SetType getSet()Returns the value of the 'Set' containment reference.If the meaning of the 'Set' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Set' containment reference.
- See Also:
-
setSet
Sets the value of the 'Set
' containment reference.- Parameters:
value
- the new value of the 'Set' containment reference.- See Also:
-