Interface SubjectPackage.Literals
-
- Enclosing interface:
- SubjectPackage
public static interface SubjectPackage.Literals
Defines literals for the meta objects that represent- each class,
- each feature of each class,
- each enum,
- and each data type
- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field Description static EClass
ORGANISATION
The meta object literal for the 'Organisation
' class.static EReference
ORGANISATION__OWNED_SUBJECTS
The meta object literal for the 'Owned Subjects' reference list feature.static EClass
RESOURCE
The meta object literal for the 'Resource
' class.static EClass
STATEFUL_SUBJECTS
The meta object literal for the 'Stateful Subjects
' class.static EClass
SUBJECT
The meta object literal for the 'Subject
' class.static EClass
SUBJECTS
The meta object literal for the 'Subjects
' class.static EReference
SUBJECTS__SUBJECT
The meta object literal for the 'Subject' containment reference list feature.static EClass
USER
The meta object literal for the 'User
' class.
-
-
-
Field Detail
-
SUBJECTS
static final EClass SUBJECTS
The meta object literal for the 'Subjects
' class.- See Also:
SubjectsImpl
,SubjectPackageImpl.getSubjects()
- Generated class or method.
-
SUBJECTS__SUBJECT
static final EReference SUBJECTS__SUBJECT
The meta object literal for the 'Subject' containment reference list feature.- Generated class or method.
-
SUBJECT
static final EClass SUBJECT
The meta object literal for the 'Subject
' class.- See Also:
SubjectImpl
,SubjectPackageImpl.getSubject()
- Generated class or method.
-
RESOURCE
static final EClass RESOURCE
The meta object literal for the 'Resource
' class.- See Also:
ResourceImpl
,SubjectPackageImpl.getResource()
- Generated class or method.
-
USER
static final EClass USER
The meta object literal for the 'User
' class.- See Also:
UserImpl
,SubjectPackageImpl.getUser()
- Generated class or method.
-
ORGANISATION
static final EClass ORGANISATION
The meta object literal for the 'Organisation
' class.- See Also:
OrganisationImpl
,SubjectPackageImpl.getOrganisation()
- Generated class or method.
-
ORGANISATION__OWNED_SUBJECTS
static final EReference ORGANISATION__OWNED_SUBJECTS
The meta object literal for the 'Owned Subjects' reference list feature.- Generated class or method.
-
STATEFUL_SUBJECTS
static final EClass STATEFUL_SUBJECTS
The meta object literal for the 'Stateful Subjects
' class.- See Also:
StatefulSubjectsImpl
,SubjectPackageImpl.getStatefulSubjects()
- Generated class or method.
-
-