Interface AnimateMotionPrototype
- All Superinterfaces:
EObject,Notifier
- All Known Subinterfaces:
AnimateMotionType
- All Known Implementing Classes:
AnimateMotionPrototypeImpl,AnimateMotionTypeImpl
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Accumulate' attribute.Returns the value of the 'Additive' attribute.getBy()Returns the value of the 'By' attribute.getFrom()Returns the value of the 'From' attribute.Returns the value of the 'Origin' attribute.getTo()Returns the value of the 'To' attribute.Returns the value of the 'Values' attribute.booleanReturns whether the value of the 'Accumulate' attribute is set.booleanReturns whether the value of the 'Additive' attribute is set.voidsetAccumulate(AccumulateType value) Sets the value of the 'Accumulate' attribute.voidsetAdditive(AdditiveType value) Sets the value of the 'Additive' attribute.voidSets the value of the 'By' attribute.voidSets the value of the 'From' attribute.voidSets the value of the 'Origin' attribute.voidSets the value of the 'To' attribute.voidSets the value of the 'Values' attribute.voidUnsets the value of the 'Accumulate' attribute.voidUnsets the value of the 'Additive' attribute.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getAccumulate
AccumulateType getAccumulate()Returns the value of the 'Accumulate' attribute. The default value is"none". The literals are from the enumerationAccumulateType.If the meaning of the 'Accumulate' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Accumulate' attribute.
- See Also:
-
setAccumulate
Sets the value of the 'Accumulate' attribute.- Parameters:
value- the new value of the 'Accumulate' attribute.- See Also:
-
unsetAccumulate
void unsetAccumulate()Unsets the value of the 'Accumulate' attribute. -
isSetAccumulate
boolean isSetAccumulate()Returns whether the value of the 'Accumulate' attribute is set.- Returns:
- whether the value of the 'Accumulate' attribute is set.
- See Also:
-
getAdditive
AdditiveType getAdditive()Returns the value of the 'Additive' attribute. The default value is"replace". The literals are from the enumerationAdditiveType.If the meaning of the 'Additive' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Additive' attribute.
- See Also:
-
setAdditive
Sets the value of the 'Additive' attribute.- Parameters:
value- the new value of the 'Additive' attribute.- See Also:
-
unsetAdditive
void unsetAdditive()Unsets the value of the 'Additive' attribute. -
isSetAdditive
boolean isSetAdditive()Returns whether the value of the 'Additive' attribute is set.- Returns:
- whether the value of the 'Additive' attribute is set.
- See Also:
-
getBy
String getBy()Returns the value of the 'By' attribute.If the meaning of the 'By' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'By' attribute.
- See Also:
-
setBy
Sets the value of the 'By' attribute.- Parameters:
value- the new value of the 'By' attribute.- See Also:
-
getFrom
String getFrom()Returns the value of the 'From' attribute.If the meaning of the 'From' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'From' attribute.
- See Also:
-
setFrom
Sets the value of the 'From' attribute.- Parameters:
value- the new value of the 'From' attribute.- See Also:
-
getOrigin
String getOrigin()Returns the value of the 'Origin' attribute.If the meaning of the 'Origin' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Origin' attribute.
- See Also:
-
setOrigin
Sets the value of the 'Origin' attribute.- Parameters:
value- the new value of the 'Origin' attribute.- See Also:
-
getTo
String getTo()Returns the value of the 'To' attribute.If the meaning of the 'To' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'To' attribute.
- See Also:
-
setTo
Sets the value of the 'To' attribute.- Parameters:
value- the new value of the 'To' attribute.- See Also:
-
getValues
String getValues()Returns the value of the 'Values' attribute.If the meaning of the 'Values' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Values' attribute.
- See Also:
-
setValues
Sets the value of the 'Values' attribute.- Parameters:
value- the new value of the 'Values' attribute.- See Also:
-