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:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final XlinkFactory
    The singleton instance of the factory.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a new object of class 'Arc Type'.
    Returns a new object of class 'Document Root'.
    Returns a new object of class 'Extended'.
    Returns a new object of class 'Locator Type'.
    Returns a new object of class 'Resource Type'.
    Returns a new object of class 'Simple'.
    Returns a new object of class 'Title Elt 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

      static final XlinkFactory eINSTANCE
      The singleton instance of the factory.
  • Method Details

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