Interface SubjectPackage

    • Field Detail

      • eINSTANCE

        static final SubjectPackage eINSTANCE
        The singleton instance of the package.
        Generated class or method.
      • SUBJECTS__SUBJECT

        static final int SUBJECTS__SUBJECT
        The feature id for the 'Subject' containment reference list.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • SUBJECTS_FEATURE_COUNT

        static final int SUBJECTS_FEATURE_COUNT
        The number of structural features of the 'Subjects' class.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • SUBJECT__ID

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

        static final int SUBJECT__ENTITY_NAME
        The feature id for the 'Entity Name' attribute.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • SUBJECT_FEATURE_COUNT

        static final int SUBJECT_FEATURE_COUNT
        The number of structural features of the 'Subject' class.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • STATEFUL_SUBJECTS__ID

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

        static final int STATEFUL_SUBJECTS__ENTITY_NAME
        The feature id for the 'Entity Name' attribute.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • STATEFUL_SUBJECTS_FEATURE_COUNT

        static final int STATEFUL_SUBJECTS_FEATURE_COUNT
        The number of structural features of the 'Stateful Subjects' class.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • RESOURCE__ID

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

        static final int RESOURCE__ENTITY_NAME
        The feature id for the 'Entity Name' attribute.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • RESOURCE_FEATURE_COUNT

        static final int RESOURCE_FEATURE_COUNT
        The number of structural features of the 'Resource' class.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • USER__ID

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

        static final int USER__ENTITY_NAME
        The feature id for the 'Entity Name' attribute.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • USER_FEATURE_COUNT

        static final int USER_FEATURE_COUNT
        The number of structural features of the 'User' class.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • ORGANISATION__ID

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

        static final int ORGANISATION__ENTITY_NAME
        The feature id for the 'Entity Name' attribute.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • ORGANISATION__OWNED_SUBJECTS

        static final int ORGANISATION__OWNED_SUBJECTS
        The feature id for the 'Owned Subjects' reference list.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • ORGANISATION_FEATURE_COUNT

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

      • getSubjects

        EClass getSubjects()
        Returns the meta object for class 'Subjects'.
        Returns:
        the meta object for class 'Subjects'.
        See Also:
        Subjects
        Generated class or method.
      • getSubjects_Subject

        EReference getSubjects_Subject()
        Returns the meta object for the containment reference list 'Subject'.
        Returns:
        the meta object for the containment reference list 'Subject'.
        See Also:
        Subjects.getSubject(), getSubjects()
        Generated class or method.
      • getSubject

        EClass getSubject()
        Returns the meta object for class 'Subject'.
        Returns:
        the meta object for class 'Subject'.
        See Also:
        Subject
        Generated class or method.
      • getResource

        EClass getResource()
        Returns the meta object for class 'Resource'.
        Returns:
        the meta object for class 'Resource'.
        See Also:
        Resource
        Generated class or method.
      • getUser

        EClass getUser()
        Returns the meta object for class 'User'.
        Returns:
        the meta object for class 'User'.
        See Also:
        User
        Generated class or method.
      • getOrganisation

        EClass getOrganisation()
        Returns the meta object for class 'Organisation'.
        Returns:
        the meta object for class 'Organisation'.
        See Also:
        Organisation
        Generated class or method.
      • getStatefulSubjects

        EClass getStatefulSubjects()
        Returns the meta object for class 'Stateful Subjects'.
        Returns:
        the meta object for class 'Stateful Subjects'.
        See Also:
        StatefulSubjects
        Generated class or method.
      • getSubjectFactory

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