org.eclipse.gmt.umlx.fullocl
Interface FullOCLPackage

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 FullOCLPackage
extends org.eclipse.emf.ecore.EPackage

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

See Also:
FullOCLFactory

Nested Class Summary
static interface FullOCLPackage.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 CONSTRAINT
          The meta object id for the 'Constraint' class.
static int CONSTRAINT__CONSTRAINED_ELEMENTS
          The feature id for the 'Constrained Elements' reference list.
static int CONSTRAINT__NAME
          The feature id for the 'Name' attribute.
static int CONSTRAINT__OWNED_COMMENT
          The feature id for the 'Owned Comment' containment reference list.
static int CONSTRAINT__SPECIFICATION
          The feature id for the 'Specification' containment reference.
static int CONSTRAINT__STEREOTYPE
          The feature id for the 'Stereotype' attribute.
static int CONSTRAINT__TAG
          The feature id for the 'Tag' reference list.
static int CONSTRAINT_FEATURE_COUNT
          The number of structural features of the 'Constraint' class.
static FullOCLPackage 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.EReference getConstraint_ConstrainedElements()
          Returns the meta object for the reference list 'Constrained Elements'.
 org.eclipse.emf.ecore.EReference getConstraint_Specification()
          Returns the meta object for the containment reference 'Specification'.
 org.eclipse.emf.ecore.EAttribute getConstraint_Stereotype()
          Returns the meta object for the attribute 'Stereotype'.
 org.eclipse.emf.ecore.EClass getConstraint()
          Returns the meta object for class 'Constraint'.
 FullOCLFactory getFullOCLFactory()
          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 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 FullOCLPackage eINSTANCE
The singleton instance of the package.


CONSTRAINT

static final int CONSTRAINT
The meta object id for the 'Constraint' class.

See Also:
ConstraintImpl, FullOCLPackageImpl.getConstraint(), Constant Field Values

CONSTRAINT__TAG

static final int CONSTRAINT__TAG
The feature id for the 'Tag' reference list.

See Also:
Constant Field Values

CONSTRAINT__OWNED_COMMENT

static final int CONSTRAINT__OWNED_COMMENT
The feature id for the 'Owned Comment' containment reference list.

See Also:
Constant Field Values

CONSTRAINT__NAME

static final int CONSTRAINT__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

CONSTRAINT__STEREOTYPE

static final int CONSTRAINT__STEREOTYPE
The feature id for the 'Stereotype' attribute.

See Also:
Constant Field Values

CONSTRAINT__CONSTRAINED_ELEMENTS

static final int CONSTRAINT__CONSTRAINED_ELEMENTS
The feature id for the 'Constrained Elements' reference list.

See Also:
Constant Field Values

CONSTRAINT__SPECIFICATION

static final int CONSTRAINT__SPECIFICATION
The feature id for the 'Specification' containment reference.

See Also:
Constant Field Values

CONSTRAINT_FEATURE_COUNT

static final int CONSTRAINT_FEATURE_COUNT
The number of structural features of the 'Constraint' class.

See Also:
Constant Field Values
Method Detail

getConstraint

org.eclipse.emf.ecore.EClass getConstraint()
Returns the meta object for class 'Constraint'.

Returns:
the meta object for class 'Constraint'.
See Also:
Constraint

getConstraint_Stereotype

org.eclipse.emf.ecore.EAttribute getConstraint_Stereotype()
Returns the meta object for the attribute 'Stereotype'.

Returns:
the meta object for the attribute 'Stereotype'.
See Also:
Constraint.getStereotype(), getConstraint()

getConstraint_ConstrainedElements

org.eclipse.emf.ecore.EReference getConstraint_ConstrainedElements()
Returns the meta object for the reference list 'Constrained Elements'.

Returns:
the meta object for the reference list 'Constrained Elements'.
See Also:
Constraint.getConstrainedElements(), getConstraint()

getConstraint_Specification

org.eclipse.emf.ecore.EReference getConstraint_Specification()
Returns the meta object for the containment reference 'Specification'.

Returns:
the meta object for the containment reference 'Specification'.
See Also:
Constraint.getSpecification(), getConstraint()

getFullOCLFactory

FullOCLFactory getFullOCLFactory()
Returns the factory that creates the instances of the model.

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