Interface localPackage

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

    public interface localPackage
    extends EPackage
    The Package for the model. It contains accessors for the meta objects to represent
    • each class,
    • each feature of each class,
    • each operation of each class,
    • each enum,
    • and each data type
    See Also:
    localFactory
    Generated class or method.
    EMF model class or method.
    kind="package"
    • Field Detail

      • eINSTANCE

        static final localPackage eINSTANCE
        The singleton instance of the package.
        Generated class or method.
      • LOCAL_DIRECTORY_REPOSITORY__ID

        static final int LOCAL_DIRECTORY_REPOSITORY__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • LOCAL_DIRECTORY_REPOSITORY__REPOSITORIES

        static final int LOCAL_DIRECTORY_REPOSITORY__REPOSITORIES
        The feature id for the 'Repositories' container reference.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • LOCAL_DIRECTORY_REPOSITORY__EXPERIMENT_GROUPS

        static final int LOCAL_DIRECTORY_REPOSITORY__EXPERIMENT_GROUPS
        The feature id for the 'Experiment Groups' reference list.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • LOCAL_DIRECTORY_REPOSITORY__READ_ONLY

        static final int LOCAL_DIRECTORY_REPOSITORY__READ_ONLY
        The feature id for the 'Read Only' attribute.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • LOCAL_DIRECTORY_REPOSITORY__DESCRIPTIONS

        static final int LOCAL_DIRECTORY_REPOSITORY__DESCRIPTIONS
        The feature id for the 'Descriptions' reference list.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • LOCAL_DIRECTORY_REPOSITORY__URI

        static final int LOCAL_DIRECTORY_REPOSITORY__URI
        The feature id for the 'Uri' attribute.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • LOCAL_DIRECTORY_REPOSITORY_FEATURE_COUNT

        static final int LOCAL_DIRECTORY_REPOSITORY_FEATURE_COUNT
        The number of structural features of the 'Local Directory Repository' class.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • FILE_FEATURE_COUNT

        static final int FILE_FEATURE_COUNT
        The number of structural features of the 'File' class.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
    • Method Detail

      • getFile

        EClass getFile()
        Returns the meta object for class 'File'.
        Returns:
        the meta object for class 'File'.
        See Also:
        File
        Generated class or method.
        EMF model class or method.
        instanceClass="java.io.File"
      • getlocalFactory

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