org.eclipse.uml2.types
Interface TypesPackage

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

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

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

See Also:
TypesFactory

Nested Class Summary
static interface TypesPackage.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 BOOLEAN
          The meta object id for the 'Boolean' data type
static TypesPackage 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
static int INTEGER
          The meta object id for the 'Integer' data type
static int REAL
          The meta object id for the 'Real' data type
static int STRING
          The meta object id for the 'String' data type
static int UNLIMITED_NATURAL
          The meta object id for the 'Unlimited Natural' data type
 
Method Summary
 org.eclipse.emf.ecore.EDataType getBoolean()
          Returns the meta object for data type 'Boolean'
 org.eclipse.emf.ecore.EDataType getInteger()
          Returns the meta object for data type 'Integer'
 org.eclipse.emf.ecore.EDataType getReal()
          Returns the meta object for data type 'Real'
 org.eclipse.emf.ecore.EDataType getString()
          Returns the meta object for data type 'String'
 TypesFactory getTypesFactory()
          Returns the factory that creates the instances of the model
 org.eclipse.emf.ecore.EDataType getUnlimitedNatural()
          Returns the meta object for data type 'Unlimited Natural'
 
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

eNS_URI

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

See Also:
Constant Field Values

eNS_PREFIX

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

See Also:
Constant Field Values

eINSTANCE

static final TypesPackage eINSTANCE
The singleton instance of the package.


BOOLEAN

static final int BOOLEAN
The meta object id for the 'Boolean' data type.

See Also:
TypesPackageImpl.getBoolean(), Constant Field Values

INTEGER

static final int INTEGER
The meta object id for the 'Integer' data type.

See Also:
TypesPackageImpl.getInteger(), Constant Field Values

REAL

static final int REAL
The meta object id for the 'Real' data type.

See Also:
TypesPackageImpl.getReal(), Constant Field Values

STRING

static final int STRING
The meta object id for the 'String' data type.

See Also:
String, TypesPackageImpl.getString(), Constant Field Values

UNLIMITED_NATURAL

static final int UNLIMITED_NATURAL
The meta object id for the 'Unlimited Natural' data type.

See Also:
TypesPackageImpl.getUnlimitedNatural(), Constant Field Values
Method Detail

getBoolean

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

Returns:
the meta object for data type 'Boolean'.

getInteger

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

Returns:
the meta object for data type 'Integer'.

getReal

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

Returns:
the meta object for data type 'Real'.

getString

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

Returns:
the meta object for data type 'String'.
See Also:
String

getUnlimitedNatural

org.eclipse.emf.ecore.EDataType getUnlimitedNatural()
Returns the meta object for data type 'Unlimited Natural'.

Returns:
the meta object for data type 'Unlimited Natural'.

getTypesFactory

TypesFactory getTypesFactory()
Returns the factory that creates the instances of the model.

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

Copyright 2003, 2014 IBM Corporation, CEA, and others.
All Rights Reserved.