Package org.w3._2001.smil20
Interface SetPrototype
-
- All Superinterfaces:
EObject
,Notifier
- All Known Subinterfaces:
SetType
- All Known Implementing Classes:
SetPrototypeImpl
,SetTypeImpl
public interface SetPrototype extends EObject
A representation of the model object 'Set Prototype'.The following features are supported:
- See Also:
Smil20Package.getSetPrototype()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAttributeName()
Returns the value of the 'Attribute Name' attribute.AttributeTypeType
getAttributeType()
Returns the value of the 'Attribute Type' attribute.String
getTo()
Returns the value of the 'To' attribute.boolean
isSetAttributeType()
Returns whether the value of the 'Attribute Type
' attribute is set.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
setTo(String value)
Sets the value of the 'To
' attribute.void
unsetAttributeType()
Unsets the value of the 'Attribute Type
' attribute.
-
-
-
Method Detail
-
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.getSetPrototype_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.getSetPrototype_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)
-
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.getSetPrototype_To()
-
-