UML Modeling Layer

com.ibm.xtools.uml.msl.internal.resources
Interface ResourcesPackage

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

public interface ResourcesPackage
extends EPackage

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

See Also:
ResourcesFactory

Nested Class Summary
static interface ResourcesPackage.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 int DIAGRAM_HOLDER
          The meta object id for the 'Diagram Holder' class
static int DIAGRAM_HOLDER__CONTENTS
          The feature id for the 'Contents' containment reference list
static int DIAGRAM_HOLDER__DETAILS
          The feature id for the 'Details' map
static int DIAGRAM_HOLDER__EANNOTATIONS
          The feature id for the 'EAnnotations' containment reference list
static int DIAGRAM_HOLDER__EMODEL_ELEMENT
          The feature id for the 'EModel Element' container reference
static int DIAGRAM_HOLDER__OWNED_DIAGRAMS
          The feature id for the 'Owned Diagrams' containment reference list
static int DIAGRAM_HOLDER__REFERENCES
          The feature id for the 'References' reference list
static int DIAGRAM_HOLDER__SOURCE
          The feature id for the 'Source' attribute
static int DIAGRAM_HOLDER_FEATURE_COUNT
          The number of structural features of the 'Diagram Holder' class
static ResourcesPackage 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
 
Method Summary
 EReference getDiagramHolder_OwnedDiagrams()
          Returns the meta object for the containment reference list 'Owned Diagrams'
 EClass getDiagramHolder()
          Returns the meta object for class 'Diagram Holder'
 ResourcesFactory getResourcesFactory()
          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, 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

eNS_URI

static final String eNS_URI
The package namespace URI.

See Also:
Constant Field Values

eNS_PREFIX

static final String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values

eINSTANCE

static final ResourcesPackage eINSTANCE
The singleton instance of the package.


DIAGRAM_HOLDER

static final int DIAGRAM_HOLDER
The meta object id for the 'Diagram Holder' class.

See Also:
DiagramHolderImpl, ResourcesPackageImpl.getDiagramHolder(), Constant Field Values

DIAGRAM_HOLDER__EANNOTATIONS

static final int DIAGRAM_HOLDER__EANNOTATIONS
The feature id for the 'EAnnotations' containment reference list.

See Also:
Constant Field Values

DIAGRAM_HOLDER__SOURCE

static final int DIAGRAM_HOLDER__SOURCE
The feature id for the 'Source' attribute.

See Also:
Constant Field Values

DIAGRAM_HOLDER__DETAILS

static final int DIAGRAM_HOLDER__DETAILS
The feature id for the 'Details' map.

See Also:
Constant Field Values

DIAGRAM_HOLDER__EMODEL_ELEMENT

static final int DIAGRAM_HOLDER__EMODEL_ELEMENT
The feature id for the 'EModel Element' container reference.

See Also:
Constant Field Values

DIAGRAM_HOLDER__CONTENTS

static final int DIAGRAM_HOLDER__CONTENTS
The feature id for the 'Contents' containment reference list.

See Also:
Constant Field Values

DIAGRAM_HOLDER__REFERENCES

static final int DIAGRAM_HOLDER__REFERENCES
The feature id for the 'References' reference list.

See Also:
Constant Field Values

DIAGRAM_HOLDER__OWNED_DIAGRAMS

static final int DIAGRAM_HOLDER__OWNED_DIAGRAMS
The feature id for the 'Owned Diagrams' containment reference list.

See Also:
Constant Field Values

DIAGRAM_HOLDER_FEATURE_COUNT

static final int DIAGRAM_HOLDER_FEATURE_COUNT
The number of structural features of the 'Diagram Holder' class.

See Also:
Constant Field Values
Method Detail

getDiagramHolder

EClass getDiagramHolder()
Returns the meta object for class 'Diagram Holder'.

Returns:
the meta object for class 'Diagram Holder'.
See Also:
DiagramHolder

getDiagramHolder_OwnedDiagrams

EReference getDiagramHolder_OwnedDiagrams()
Returns the meta object for the containment reference list 'Owned Diagrams'.

Returns:
the meta object for the containment reference list 'Owned Diagrams'.
See Also:
DiagramHolder.getOwnedDiagrams(), ResourcesPackage.getDiagramHolder()

getResourcesFactory

ResourcesFactory getResourcesFactory()
Returns the factory that creates the instances of the model.

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

UML Modeling Layer

© Copyright IBM Corp. 2009. All rights reserved.