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 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.