Package org.w3.xlink
Interface XlinkFactory
-
- All Superinterfaces:
EFactory
,EModelElement
,EObject
,Notifier
- All Known Implementing Classes:
XlinkFactoryImpl
public interface XlinkFactory extends EFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.- See Also:
XlinkPackage
-
-
Field Summary
Fields Modifier and Type Field Description static XlinkFactory
eINSTANCE
The singleton instance of the factory.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ArcType
createArcType()
Returns a new object of class 'Arc Type'.DocumentRoot
createDocumentRoot()
Returns a new object of class 'Document Root'.Extended
createExtended()
Returns a new object of class 'Extended'.LocatorType
createLocatorType()
Returns a new object of class 'Locator Type'.ResourceType
createResourceType()
Returns a new object of class 'Resource Type'.Simple
createSimple()
Returns a new object of class 'Simple'.TitleEltType
createTitleEltType()
Returns a new object of class 'Title Elt Type'.XlinkPackage
getXlinkPackage()
Returns the package supported by this factory.-
Methods inherited from interface EFactory
convertToString, create, createFromString, getEPackage, setEPackage
-
-
-
-
Field Detail
-
eINSTANCE
static final XlinkFactory eINSTANCE
The singleton instance of the factory.
-
-
Method Detail
-
createArcType
ArcType createArcType()
Returns a new object of class 'Arc Type'.- Returns:
- a new object of class 'Arc Type'.
-
createDocumentRoot
DocumentRoot createDocumentRoot()
Returns a new object of class 'Document Root'.- Returns:
- a new object of class 'Document Root'.
-
createExtended
Extended createExtended()
Returns a new object of class 'Extended'.- Returns:
- a new object of class 'Extended'.
-
createLocatorType
LocatorType createLocatorType()
Returns a new object of class 'Locator Type'.- Returns:
- a new object of class 'Locator Type'.
-
createResourceType
ResourceType createResourceType()
Returns a new object of class 'Resource Type'.- Returns:
- a new object of class 'Resource Type'.
-
createSimple
Simple createSimple()
Returns a new object of class 'Simple'.- Returns:
- a new object of class 'Simple'.
-
createTitleEltType
TitleEltType createTitleEltType()
Returns a new object of class 'Title Elt Type'.- Returns:
- a new object of class 'Title Elt Type'.
-
getXlinkPackage
XlinkPackage getXlinkPackage()
Returns the package supported by this factory.- Returns:
- the package supported by this factory.
-
-