org.eclipse.ocl.examples.library.oclstdlib
Interface OCLstdlibPackage

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
OCLstdlibPackageImpl

public interface OCLstdlibPackage
extends org.eclipse.emf.ecore.EPackage

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

See Also:
OCLstdlibFactory
Generated
Model
kind="package"

Nested Class Summary
static interface OCLstdlibPackage.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
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
 
Field Summary
static int _DUMMY
          The meta object id for the 'Dummy' data type.
static OCLstdlibPackage eINSTANCE
          The singleton instance of the package.
static java.lang.String eNAME
          The package name.
static java.lang.String eNS_PREFIX
          The package namespace name.
static java.lang.String eNS_URI
          The package namespace URI.
 
Method Summary
 org.eclipse.emf.ecore.EDataType get_Dummy()
          Returns the meta object for data type 'Dummy'.
 OCLstdlibFactory getOCLstdlibFactory()
          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 java.lang.String eNAME
The package name.

See Also:
Constant Field Values
Generated

eNS_URI

static final java.lang.String eNS_URI
The package namespace URI.

See Also:
Constant Field Values
Generated

eNS_PREFIX

static final java.lang.String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values
Generated

eINSTANCE

static final OCLstdlibPackage eINSTANCE
The singleton instance of the package.

Generated

_DUMMY

static final int _DUMMY
The meta object id for the 'Dummy' data type.

See Also:
Object, OCLstdlibPackageImpl.get_Dummy(), Constant Field Values
Generated
Method Detail

get_Dummy

org.eclipse.emf.ecore.EDataType get_Dummy()
Returns the meta object for data type 'Dummy'.

Returns:
the meta object for data type 'Dummy'.
See Also:
Object
Generated
Model
instanceClass="java.lang.Object"

getOCLstdlibFactory

OCLstdlibFactory getOCLstdlibFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.
Generated