Interface AnimateColorPrototype
- All Superinterfaces:
EObject
,Notifier
- All Known Subinterfaces:
AnimateColorType
- All Known Implementing Classes:
AnimateColorPrototypeImpl
,AnimateColorTypeImpl
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Accumulate' attribute.Returns the value of the 'Additive' attribute.Returns the value of the 'Attribute Name' attribute.Returns the value of the 'Attribute Type' attribute.getBy()
Returns the value of the 'By' attribute.getFrom()
Returns the value of the 'From' attribute.getTo()
Returns the value of the 'To' attribute.Returns the value of the 'Values' attribute.boolean
Returns whether the value of the 'Accumulate
' attribute is set.boolean
Returns whether the value of the 'Additive
' attribute is set.boolean
Returns whether the value of the 'Attribute Type
' attribute is set.void
setAccumulate
(AccumulateType value) Sets the value of the 'Accumulate
' attribute.void
setAdditive
(AdditiveType value) Sets the value of the 'Additive
' attribute.void
setAttributeName
(String value) Sets the value of the 'Attribute Name
' attribute.void
Sets the value of the 'Attribute Type
' attribute.void
Sets the value of the 'By
' attribute.void
Sets the value of the 'From
' attribute.void
Sets the value of the 'To
' attribute.void
Sets the value of the 'Values
' attribute.void
Unsets the value of the 'Accumulate
' attribute.void
Unsets the value of the 'Additive
' attribute.void
Unsets the value of the 'Attribute Type
' attribute.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
-
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:
-
getAttributeName
String getAttributeName()Returns the value of the 'Attribute Name' attribute.If the meaning of the 'Attribute Name' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Attribute Name' attribute.
- See Also:
-
setAttributeName
Sets the value of the 'Attribute Name
' attribute.- Parameters:
value
- the new value of the 'Attribute Name' attribute.- See Also:
-
getAttributeType
AttributeTypeType getAttributeType()Returns the value of the 'Attribute Type' attribute. The default value is"auto"
. The literals are from the enumerationAttributeTypeType
.If the meaning of the 'Attribute Type' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Attribute Type' attribute.
- See Also:
-
setAttributeType
Sets the value of the 'Attribute Type
' attribute.- Parameters:
value
- the new value of the 'Attribute Type' attribute.- See Also:
-
unsetAttributeType
void unsetAttributeType()Unsets the value of the 'Attribute Type
' attribute. -
isSetAttributeType
boolean isSetAttributeType()Returns whether the value of the 'Attribute Type
' attribute is set.- Returns:
- whether the value of the 'Attribute Type' 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:
-
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:
-