Interface AnimatePrototype
-
- All Superinterfaces:
EObject
,Notifier
- All Known Subinterfaces:
AnimateType
- All Known Implementing Classes:
AnimatePrototypeImpl
,AnimateTypeImpl
public interface AnimatePrototype extends EObject
A representation of the model object 'Animate Prototype'.The following features are supported:
- See Also:
Smil20Package.getAnimatePrototype()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccumulateType
getAccumulate()
Returns the value of the 'Accumulate' attribute.AdditiveType
getAdditive()
Returns the value of the 'Additive' attribute.String
getAttributeName()
Returns the value of the 'Attribute Name' attribute.AttributeTypeType
getAttributeType()
Returns the value of the 'Attribute Type' attribute.String
getBy()
Returns the value of the 'By' attribute.String
getFrom()
Returns the value of the 'From' attribute.String
getTo()
Returns the value of the 'To' attribute.String
getValues()
Returns the value of the 'Values' attribute.boolean
isSetAccumulate()
Returns whether the value of the 'Accumulate
' attribute is set.boolean
isSetAdditive()
Returns whether the value of the 'Additive
' attribute is set.boolean
isSetAttributeType()
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
setAttributeType(AttributeTypeType value)
Sets the value of the 'Attribute Type
' attribute.void
setBy(String value)
Sets the value of the 'By
' attribute.void
setFrom(String value)
Sets the value of the 'From
' attribute.void
setTo(String value)
Sets the value of the 'To
' attribute.void
setValues(String value)
Sets the value of the 'Values
' attribute.void
unsetAccumulate()
Unsets the value of the 'Accumulate
' attribute.void
unsetAdditive()
Unsets the value of the 'Additive
' attribute.void
unsetAttributeType()
Unsets the value of the 'Attribute Type
' attribute.
-
-
-
Method Detail
-
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:
AccumulateType
,isSetAccumulate()
,unsetAccumulate()
,setAccumulate(AccumulateType)
,Smil20Package.getAnimatePrototype_Accumulate()
-
setAccumulate
void setAccumulate(AccumulateType value)
Sets the value of the 'Accumulate
' attribute.- Parameters:
value
- the new value of the 'Accumulate' attribute.- See Also:
AccumulateType
,isSetAccumulate()
,unsetAccumulate()
,getAccumulate()
-
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:
unsetAccumulate()
,getAccumulate()
,setAccumulate(AccumulateType)
-
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:
AdditiveType
,isSetAdditive()
,unsetAdditive()
,setAdditive(AdditiveType)
,Smil20Package.getAnimatePrototype_Additive()
-
setAdditive
void setAdditive(AdditiveType value)
Sets the value of the 'Additive
' attribute.- Parameters:
value
- the new value of the 'Additive' attribute.- See Also:
AdditiveType
,isSetAdditive()
,unsetAdditive()
,getAdditive()
-
unsetAdditive
void unsetAdditive()
Unsets the value of the 'Additive
' attribute.- See Also:
isSetAdditive()
,getAdditive()
,setAdditive(AdditiveType)
-
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:
unsetAdditive()
,getAdditive()
,setAdditive(AdditiveType)
-
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(String)
,Smil20Package.getAnimatePrototype_AttributeName()
-
setAttributeName
void setAttributeName(String value)
Sets the value of the 'Attribute Name
' attribute.- Parameters:
value
- the new value of the 'Attribute Name' attribute.- See Also:
getAttributeName()
-
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:
AttributeTypeType
,isSetAttributeType()
,unsetAttributeType()
,setAttributeType(AttributeTypeType)
,Smil20Package.getAnimatePrototype_AttributeType()
-
setAttributeType
void setAttributeType(AttributeTypeType value)
Sets the value of the 'Attribute Type
' attribute.- Parameters:
value
- the new value of the 'Attribute Type' attribute.- See Also:
AttributeTypeType
,isSetAttributeType()
,unsetAttributeType()
,getAttributeType()
-
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:
unsetAttributeType()
,getAttributeType()
,setAttributeType(AttributeTypeType)
-
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(String)
,Smil20Package.getAnimatePrototype_By()
-
setBy
void setBy(String value)
Sets the value of the 'By
' attribute.- Parameters:
value
- the new value of the 'By' attribute.- See Also:
getBy()
-
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(String)
,Smil20Package.getAnimatePrototype_From()
-
setFrom
void setFrom(String value)
Sets the value of the 'From
' attribute.- Parameters:
value
- the new value of the 'From' attribute.- See Also:
getFrom()
-
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(String)
,Smil20Package.getAnimatePrototype_To()
-
setTo
void setTo(String value)
Sets the value of the 'To
' attribute.- Parameters:
value
- the new value of the 'To' attribute.- See Also:
getTo()
-
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(String)
,Smil20Package.getAnimatePrototype_Values()
-
setValues
void setValues(String value)
Sets the value of the 'Values
' attribute.- Parameters:
value
- the new value of the 'Values' attribute.- See Also:
getValues()
-
-