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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LanguageFactory
The singleton instance of the factory. -
Method Summary
Modifier and TypeMethodDescriptionReturns a new object of class 'Animate Color Type'.Returns a new object of class 'Animate Motion Type'.Returns a new object of class 'Animate Type'.Returns a new object of class 'Document Root'.Returns a new object of class 'Set Type'.Returns the package supported by this factory.Methods inherited from interface EFactory
convertToString, create, createFromString, getEPackage, setEPackage
Methods inherited from interface EModelElement
getEAnnotation, getEAnnotations
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
-
Field Details
-
eINSTANCE
The singleton instance of the factory.
-
-
Method Details
-
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.
-