Package org.w3._2001.smil20.language
Interface LanguageFactory
-
- All Superinterfaces:
EFactory
,EModelElement
,EObject
,Notifier
- All Known Implementing Classes:
LanguageFactoryImpl
public interface LanguageFactory extends EFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.- See Also:
LanguagePackage
-
-
Field Summary
Fields Modifier and Type Field Description static LanguageFactory
eINSTANCE
The singleton instance of the factory.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnimateColorType
createAnimateColorType()
Returns a new object of class 'Animate Color Type'.AnimateMotionType
createAnimateMotionType()
Returns a new object of class 'Animate Motion Type'.AnimateType
createAnimateType()
Returns a new object of class 'Animate Type'.DocumentRoot
createDocumentRoot()
Returns a new object of class 'Document Root'.SetType
createSetType()
Returns a new object of class 'Set Type'.LanguagePackage
getLanguagePackage()
Returns the package supported by this factory.-
Methods inherited from interface EFactory
convertToString, create, createFromString, getEPackage, setEPackage
-
-
-
-
Field Detail
-
eINSTANCE
static final LanguageFactory eINSTANCE
The singleton instance of the factory.
-
-
Method Detail
-
createAnimateColorType
AnimateColorType createAnimateColorType()
Returns a new object of class 'Animate Color Type'.- Returns:
- a new object of class 'Animate Color Type'.
-
createAnimateMotionType
AnimateMotionType createAnimateMotionType()
Returns a new object of class 'Animate Motion Type'.- Returns:
- a new object of class 'Animate Motion Type'.
-
createAnimateType
AnimateType createAnimateType()
Returns a new object of class 'Animate Type'.- Returns:
- a new object of class 'Animate Type'.
-
createDocumentRoot
DocumentRoot createDocumentRoot()
Returns a new object of class 'Document Root'.- Returns:
- a new object of class 'Document Root'.
-
createSetType
SetType createSetType()
Returns a new object of class 'Set Type'.- Returns:
- a new object of class 'Set Type'.
-
getLanguagePackage
LanguagePackage getLanguagePackage()
Returns the package supported by this factory.- Returns:
- the package supported by this factory.
-
-