Uses of Interface
org.w3.xlink.XlinkFactory
-
Packages that use XlinkFactory Package Description org.w3.xlink org.w3.xlink.impl -
-
Uses of XlinkFactory in org.w3.xlink
Fields in org.w3.xlink declared as XlinkFactory Modifier and Type Field Description static XlinkFactory
XlinkFactory. eINSTANCE
The singleton instance of the factory.Methods in org.w3.xlink that return XlinkFactory Modifier and Type Method Description XlinkFactory
XlinkPackage. getXlinkFactory()
Returns the factory that creates the instances of the model. -
Uses of XlinkFactory in org.w3.xlink.impl
Classes in org.w3.xlink.impl that implement XlinkFactory Modifier and Type Class Description class
XlinkFactoryImpl
An implementation of the model Factory.Methods in org.w3.xlink.impl that return XlinkFactory Modifier and Type Method Description XlinkFactory
XlinkPackageImpl. getXlinkFactory()
static XlinkFactory
XlinkFactoryImpl. init()
Creates the default factory implementation.
-