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:
    IdentifierFactory
    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'"
    • Method Detail

      • getIdentifier

        EClass getIdentifier()
        Returns the meta object for class 'Identifier'.
        Returns:
        the meta object for class 'Identifier'.
        See Also:
        Identifier
        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.