Uses of Interface
org.w3.xlink.XlinkPackage
-
Packages that use XlinkPackage Package Description org.w3.xlink org.w3.xlink.impl -
-
Uses of XlinkPackage in org.w3.xlink
Fields in org.w3.xlink declared as XlinkPackage Modifier and Type Field Description static XlinkPackage
XlinkPackage. eINSTANCE
The singleton instance of the package.Methods in org.w3.xlink that return XlinkPackage Modifier and Type Method Description XlinkPackage
XlinkFactory. getXlinkPackage()
Returns the package supported by this factory. -
Uses of XlinkPackage in org.w3.xlink.impl
Classes in org.w3.xlink.impl that implement XlinkPackage Modifier and Type Class Description class
XlinkPackageImpl
An implementation of the model Package.Methods in org.w3.xlink.impl that return XlinkPackage Modifier and Type Method Description static XlinkPackage
XlinkFactoryImpl. getPackage()
Deprecated.XlinkPackage
XlinkFactoryImpl. getXlinkPackage()
static XlinkPackage
XlinkPackageImpl. init()
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
-