public interface FullOCLPackage
The Package for the model. It contains accessors for the meta objects to represent
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 |
---|
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final FullOCLPackage eINSTANCE
static final int CONSTRAINT
Constraint
' class.
ConstraintImpl
,
FullOCLPackageImpl.getConstraint()
,
Constant Field Valuesstatic final int CONSTRAINT__TAG
static final int CONSTRAINT__OWNED_COMMENT
static final int CONSTRAINT__NAME
static final int CONSTRAINT__STEREOTYPE
static final int CONSTRAINT__CONSTRAINED_ELEMENTS
static final int CONSTRAINT__SPECIFICATION
static final int CONSTRAINT_FEATURE_COUNT
Method Detail |
---|
org.eclipse.emf.ecore.EClass getConstraint()
Constraint
'.
Constraint
org.eclipse.emf.ecore.EAttribute getConstraint_Stereotype()
Stereotype
'.
Constraint.getStereotype()
,
getConstraint()
org.eclipse.emf.ecore.EReference getConstraint_ConstrainedElements()
Constrained Elements
'.
Constraint.getConstrainedElements()
,
getConstraint()
org.eclipse.emf.ecore.EReference getConstraint_Specification()
Specification
'.
Constraint.getSpecification()
,
getConstraint()
FullOCLFactory getFullOCLFactory()