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:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Attribute Name' attribute.Returns the value of the 'Attribute Type' attribute.getTo()Returns the value of the 'To' attribute.booleanReturns whether the value of the 'Attribute Type' attribute is set.voidsetAttributeName(String value) Sets the value of the 'Attribute Name' attribute.voidSets the value of the 'Attribute Type' attribute.voidSets the value of the 'To' attribute.voidUnsets 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, eUnsetMethods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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:
-
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:
-