Interface DocumentRoot
-
- All Superinterfaces:
EObject,Notifier
- All Known Implementing Classes:
DocumentRootImpl
public interface DocumentRoot extends EObjectA representation of the model object 'Document Root'.The following features are supported:
- See Also:
Smil20Package.getDocumentRoot()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnimateTypegetAnimate()Returns the value of the 'Animate' containment reference.AnimateColorTypegetAnimateColor()Returns the value of the 'Animate Color' containment reference.AnimateMotionTypegetAnimateMotion()Returns the value of the 'Animate Motion' containment reference.FeatureMapgetMixed()Returns the value of the 'Mixed' attribute list.SetTypegetSet()Returns the value of the 'Set' containment reference.EMap<String,String>getXMLNSPrefixMap()Returns the value of the 'XMLNS Prefix Map' map.EMap<String,String>getXSISchemaLocation()Returns the value of the 'XSI Schema Location' map.voidsetAnimate(AnimateType value)Sets the value of the 'Animate' containment reference.voidsetAnimateColor(AnimateColorType value)Sets the value of the 'Animate Color' containment reference.voidsetAnimateMotion(AnimateMotionType value)Sets the value of the 'Animate Motion' containment reference.voidsetSet(SetType value)Sets the value of the 'Set' containment reference.
-
-
-
Method Detail
-
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:
Smil20Package.getDocumentRoot_Mixed()
-
getXMLNSPrefixMap
EMap<String,String> 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:
Smil20Package.getDocumentRoot_XMLNSPrefixMap()
-
getXSISchemaLocation
EMap<String,String> 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:
Smil20Package.getDocumentRoot_XSISchemaLocation()
-
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(AnimateType),Smil20Package.getDocumentRoot_Animate()
-
setAnimate
void setAnimate(AnimateType value)
Sets the value of the 'Animate' containment reference.- Parameters:
value- the new value of the 'Animate' containment reference.- See Also:
getAnimate()
-
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(AnimateColorType),Smil20Package.getDocumentRoot_AnimateColor()
-
setAnimateColor
void setAnimateColor(AnimateColorType value)
Sets the value of the 'Animate Color' containment reference.- Parameters:
value- the new value of the 'Animate Color' containment reference.- See Also:
getAnimateColor()
-
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(AnimateMotionType),Smil20Package.getDocumentRoot_AnimateMotion()
-
setAnimateMotion
void setAnimateMotion(AnimateMotionType value)
Sets the value of the 'Animate Motion' containment reference.- Parameters:
value- the new value of the 'Animate Motion' containment reference.- See Also:
getAnimateMotion()
-
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(SetType),Smil20Package.getDocumentRoot_Set()
-
-