org.w3._1999.xlink
Interface XlinkPackage

All Superinterfaces:
EModelElement, ENamedElement, EObject, EPackage, Notifier
All Known Implementing Classes:
XlinkPackageImpl

public interface XlinkPackage
extends EPackage

The Package for the model. It contains accessors for the meta objects to represent

See Also:
XlinkFactory
Rating red
Generated:
This code was automatically generated.
Model element:
kind=package

Nested Class Summary
static interface XlinkPackage.Literals
          Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
EPackage.Descriptor, EPackage.Registry
 
Field Summary
static XlinkPackage eINSTANCE
          The singleton instance of the package.
static String eNAME
          The package name.
static String eNS_PREFIX
          The package namespace name.
static String eNS_URI
          The package namespace URI.
static int TYPE_TYPE
          The meta object id for the 'Type Type' enum.
static int TYPE_TYPE_OBJECT
          The meta object id for the 'Type Type Object' data type.
 
Method Summary
 EEnum getTypeType()
          Returns the meta object for enum 'Type Type'.
 EDataType getTypeTypeObject()
          Returns the meta object for data type 'Type Type Object'.
 XlinkFactory getXlinkFactory()
          Returns the factory that creates the instances of the model.
 
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

eNAME

static final String eNAME
The package name.

See Also:
Constant Field Values
Generated:
This code was automatically generated.

eNS_URI

static final String eNS_URI
The package namespace URI.

See Also:
Constant Field Values
Generated:
This code was automatically generated.

eNS_PREFIX

static final String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values
Generated:
This code was automatically generated.

eINSTANCE

static final XlinkPackage eINSTANCE
The singleton instance of the package.

Generated:
This code was automatically generated.

TYPE_TYPE

static final int TYPE_TYPE
The meta object id for the 'Type Type' enum.

See Also:
TypeType, XlinkPackageImpl.getTypeType(), Constant Field Values
Generated:
This code was automatically generated.

TYPE_TYPE_OBJECT

static final int TYPE_TYPE_OBJECT
The meta object id for the 'Type Type Object' data type.

See Also:
TypeType, XlinkPackageImpl.getTypeTypeObject(), Constant Field Values
Generated:
This code was automatically generated.
Method Detail

getTypeType

EEnum getTypeType()
Returns the meta object for enum 'Type Type'.

Returns:
the meta object for enum 'Type Type'.
See Also:
TypeType
Generated:
This code was automatically generated.

getTypeTypeObject

EDataType getTypeTypeObject()
Returns the meta object for data type 'Type Type Object'.

Returns:
the meta object for data type 'Type Type Object'.
See Also:
TypeType
Generated:
This code was automatically generated.
Model element:
instanceClass=org.w3._1999.xlink.TypeType
extendedMetaData="name='type_._type:Object'
baseType='type_._type'"

getXlinkFactory

XlinkFactory getXlinkFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.
Generated:
This code was automatically generated.