Interface DeclarationPackage

  • 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:
    DeclarationPackageImpl

    public interface DeclarationPackage
    extends org.eclipse.emf.ecore.EPackage
    The Package for the model. It contains accessors for the meta objects to represent
    • each class,
    • each feature of each class,
    • each enum,
    • and each data type
    See Also:
    DeclarationFactory
    • Method Detail

      • getIdentifiedElement

        org.eclipse.emf.ecore.EClass getIdentifiedElement()
        Returns the meta object for class 'Identified Element'.
        Returns:
        the meta object for class 'Identified Element'.
        See Also:
        IdentifiedElement
      • getLibrary

        org.eclipse.emf.ecore.EClass getLibrary()
        Returns the meta object for class 'Library'.
        Returns:
        the meta object for class 'Library'.
        See Also:
        Library
      • getLibrary_Operations

        org.eclipse.emf.ecore.EReference getLibrary_Operations()
        Returns the meta object for the containment reference list 'Operations'.
        Returns:
        the meta object for the containment reference list 'Operations'.
        See Also:
        Library.getOperations(), getLibrary()
      • getLibrary_Label

        org.eclipse.emf.ecore.EAttribute getLibrary_Label()
        Returns the meta object for the attribute 'Label'.
        Returns:
        the meta object for the attribute 'Label'.
        See Also:
        Library.getLabel(), getLibrary()
      • getLibrary_Libraries

        org.eclipse.emf.ecore.EReference getLibrary_Libraries()
        Returns the meta object for the containment reference list 'Libraries'.
        Returns:
        the meta object for the containment reference list 'Libraries'.
        See Also:
        Library.getLibraries(), getLibrary()
      • getOperation

        org.eclipse.emf.ecore.EClass getOperation()
        Returns the meta object for class 'Operation'.
        Returns:
        the meta object for class 'Operation'.
        See Also:
        Operation
      • getOperation_Library

        org.eclipse.emf.ecore.EReference getOperation_Library()
        Returns the meta object for the container reference 'Library'.
        Returns:
        the meta object for the container reference 'Library'.
        See Also:
        Operation.getLibrary(), getOperation()
      • getOperation_Parameters

        org.eclipse.emf.ecore.EReference getOperation_Parameters()
        Returns the meta object for the containment reference list 'Parameters'.
        Returns:
        the meta object for the containment reference list 'Parameters'.
        See Also:
        Operation.getParameters(), getOperation()
      • getOperation_Constraints

        org.eclipse.emf.ecore.EReference getOperation_Constraints()
        Returns the meta object for the containment reference list 'Constraints'.
        Returns:
        the meta object for the containment reference list 'Constraints'.
        See Also:
        Operation.getConstraints(), getOperation()
      • getOperation_Deprecated

        org.eclipse.emf.ecore.EAttribute getOperation_Deprecated()
        Returns the meta object for the attribute 'Deprecated'.
        Returns:
        the meta object for the attribute 'Deprecated'.
        See Also:
        Operation.isDeprecated(), getOperation()
      • getOperation_Before

        org.eclipse.emf.ecore.EAttribute getOperation_Before()
        Returns the meta object for the attribute 'Before'.
        Returns:
        the meta object for the attribute 'Before'.
        See Also:
        Operation.getBefore(), getOperation()
      • getOperation_After

        org.eclipse.emf.ecore.EAttribute getOperation_After()
        Returns the meta object for the attribute 'After'.
        Returns:
        the meta object for the attribute 'After'.
        See Also:
        Operation.getAfter(), getOperation()
      • getOperation_Label

        org.eclipse.emf.ecore.EAttribute getOperation_Label()
        Returns the meta object for the attribute 'Label'.
        Returns:
        the meta object for the attribute 'Label'.
        See Also:
        Operation.getLabel(), getOperation()
      • getOperation_Breaking

        org.eclipse.emf.ecore.EAttribute getOperation_Breaking()
        Returns the meta object for the attribute 'Breaking'.
        Returns:
        the meta object for the attribute 'Breaking'.
        Since:
        1.3
        See Also:
        Operation.isBreaking(), getOperation()
      • getParameter

        org.eclipse.emf.ecore.EClass getParameter()
        Returns the meta object for class 'Parameter'.
        Returns:
        the meta object for class 'Parameter'.
        See Also:
        Parameter
      • getParameter_Operation

        org.eclipse.emf.ecore.EReference getParameter_Operation()
        Returns the meta object for the container reference 'Operation'.
        Returns:
        the meta object for the container reference 'Operation'.
        See Also:
        Parameter.getOperation(), getParameter()
      • getParameter_Required

        org.eclipse.emf.ecore.EAttribute getParameter_Required()
        Returns the meta object for the attribute 'Required'.
        Returns:
        the meta object for the attribute 'Required'.
        See Also:
        Parameter.isRequired(), getParameter()
      • getParameter_Main

        org.eclipse.emf.ecore.EAttribute getParameter_Main()
        Returns the meta object for the attribute 'Main'.
        Returns:
        the meta object for the attribute 'Main'.
        See Also:
        Parameter.isMain(), getParameter()
      • getParameter_Many

        org.eclipse.emf.ecore.EAttribute getParameter_Many()
        Returns the meta object for the attribute 'Many'.
        Returns:
        the meta object for the attribute 'Many'.
        See Also:
        Parameter.isMany(), getParameter()
      • getParameter_Classifier

        org.eclipse.emf.ecore.EReference getParameter_Classifier()
        Returns the meta object for the reference 'Classifier'.
        Returns:
        the meta object for the reference 'Classifier'.
        See Also:
        Parameter.getClassifier(), getParameter()
      • 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_Operation

        org.eclipse.emf.ecore.EReference getConstraint_Operation()
        Returns the meta object for the container reference 'Operation'.
        Returns:
        the meta object for the container reference 'Operation'.
        See Also:
        Constraint.getOperation(), getConstraint()
      • getConstraint_Restricts

        org.eclipse.emf.ecore.EReference getConstraint_Restricts()
        Returns the meta object for the reference 'Restricts'.
        Returns:
        the meta object for the reference 'Restricts'.
        See Also:
        Constraint.getRestricts(), getConstraint()
      • getDeclarationFactory

        DeclarationFactory getDeclarationFactory()
        Returns the factory that creates the instances of the model.
        Returns:
        the factory that creates the instances of the model.