public interface RolesPackage
extends org.eclipse.emf.ecore.EPackage
RolesFactory| Modifier and Type | Interface and Description |
|---|---|
static interface |
RolesPackage.Literals
Defines literals for the meta objects that
represent
each class,
each feature of each class,
each enum,
and each data type
|
| Modifier and Type | Field and Description |
|---|---|
static RolesPackage |
eINSTANCE
The singleton instance of the package.
|
static String |
eNAME
The package name.
|
static String |
eNS_PREFIX
The package namespace name.
|
static String |
eNS_URI
The package namespace URI.
|
static int |
PROJECT_ADMIN_ROLE
The meta object id for the '
Project Admin Role' class. |
static int |
PROJECT_ADMIN_ROLE__PROJECTS
The feature id for the 'Projects' containment reference list.
|
static int |
PROJECT_ADMIN_ROLE_FEATURE_COUNT
The number of structural features of the 'Project Admin Role' class.
|
static int |
READER_ROLE
The meta object id for the '
Reader Role' class. |
static int |
READER_ROLE__PROJECTS
The feature id for the 'Projects' containment reference list.
|
static int |
READER_ROLE_FEATURE_COUNT
The number of structural features of the 'Reader Role' class.
|
static int |
ROLE
The meta object id for the '
Role' class. |
static int |
ROLE__PROJECTS
The feature id for the 'Projects' containment reference list.
|
static int |
ROLE_FEATURE_COUNT
The number of structural features of the 'Role' class.
|
static int |
SERVER_ADMIN
The meta object id for the '
Server Admin' class. |
static int |
SERVER_ADMIN__PROJECTS
The feature id for the 'Projects' containment reference list.
|
static int |
SERVER_ADMIN_FEATURE_COUNT
The number of structural features of the 'Server Admin' class.
|
static int |
WRITER_ROLE
The meta object id for the '
Writer Role' class. |
static int |
WRITER_ROLE__PROJECTS
The feature id for the 'Projects' containment reference list.
|
static int |
WRITER_ROLE_FEATURE_COUNT
The number of structural features of the 'Writer Role' class.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.ecore.EClass |
getProjectAdminRole()
Returns the meta object for class '
Project Admin Role'. |
org.eclipse.emf.ecore.EClass |
getReaderRole()
Returns the meta object for class '
Reader Role'. |
org.eclipse.emf.ecore.EReference |
getRole_Projects()
Returns the meta object for the containment reference list '
Projects'. |
org.eclipse.emf.ecore.EClass |
getRole()
Returns the meta object for class '
Role'. |
RolesFactory |
getRolesFactory()
Returns the factory that creates the instances of the model.
|
org.eclipse.emf.ecore.EClass |
getServerAdmin()
Returns the meta object for class '
Server Admin'. |
org.eclipse.emf.ecore.EClass |
getWriterRole()
Returns the meta object for class '
Writer Role'. |
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURIgetEAnnotation, getEAnnotationsstatic final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final RolesPackage eINSTANCE
static final int ROLE
Role' class.
RoleImpl,
RolesPackageImpl.getRole(),
Constant Field Valuesstatic final int ROLE__PROJECTS
static final int ROLE_FEATURE_COUNT
static final int READER_ROLE
Reader Role' class. static final int READER_ROLE__PROJECTS
static final int READER_ROLE_FEATURE_COUNT
static final int WRITER_ROLE
Writer Role' class. static final int WRITER_ROLE__PROJECTS
static final int WRITER_ROLE_FEATURE_COUNT
static final int PROJECT_ADMIN_ROLE
Project Admin Role' class.
static final int PROJECT_ADMIN_ROLE__PROJECTS
static final int PROJECT_ADMIN_ROLE_FEATURE_COUNT
static final int SERVER_ADMIN
Server Admin' class. static final int SERVER_ADMIN__PROJECTS
static final int SERVER_ADMIN_FEATURE_COUNT
org.eclipse.emf.ecore.EClass getRole()
Role'.
Roleorg.eclipse.emf.ecore.EReference getRole_Projects()
Projects'.
Role.getProjects(),
getRole()org.eclipse.emf.ecore.EClass getReaderRole()
Reader Role'.
ReaderRoleorg.eclipse.emf.ecore.EClass getWriterRole()
Writer Role'.
WriterRoleorg.eclipse.emf.ecore.EClass getProjectAdminRole()
Project Admin Role'. ProjectAdminRoleorg.eclipse.emf.ecore.EClass getServerAdmin()
Server Admin'.
ServerAdminRolesFactory getRolesFactory()
Copyright © 2017. All rights reserved.