Interface IdentifierPackage

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

public interface IdentifierPackage extends 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

Provides a package for uniquely identifiable elements

See Also:
Generated class or method.
EMF model class or method.
kind="package" annotation= "http://www.eclipse.org/emf/2002/Ecore invocationDelegates='http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot' settingDelegates='http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot' validationDelegates='http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot'"
  • Field Details

  • Method Details

    • getIdentifier

      EClass getIdentifier()
      Returns the meta object for class 'Identifier'.
      Returns:
      the meta object for class 'Identifier'.
      See Also:
      Generated class or method.
    • getIdentifier_Id

      EAttribute getIdentifier_Id()
      Returns the meta object for the attribute 'Id'.
      Returns:
      the meta object for the attribute 'Id'.
      See Also:
      Generated class or method.
    • getIdentifierFactory

      IdentifierFactory getIdentifierFactory()
      Returns the factory that creates the instances of the model.
      Returns:
      the factory that creates the instances of the model.
      Generated class or method.