org.eclipse.emf.emfstore.internal.server.model.accesscontrol.roles
Interface RolesPackage

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
RolesPackageImpl

public interface RolesPackage
extends org.eclipse.emf.ecore.EPackage

The Package for the model. It contains accessors for the meta objects to represent

See Also:
RolesFactory

Nested Class Summary
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
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
 
Field Summary
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.
 
Method Summary
 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'.
 
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

eNAME

static final String eNAME
The package name.

See Also:
Constant Field Values

eNS_URI

static final String eNS_URI
The package namespace URI.

See Also:
Constant Field Values

eNS_PREFIX

static final String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values

eINSTANCE

static final RolesPackage eINSTANCE
The singleton instance of the package.


ROLE

static final int ROLE
The meta object id for the ' Role' class.

See Also:
RoleImpl, RolesPackageImpl.getRole(), Constant Field Values

ROLE__PROJECTS

static final int ROLE__PROJECTS
The feature id for the 'Projects' containment reference list.

See Also:
Constant Field Values

ROLE_FEATURE_COUNT

static final int ROLE_FEATURE_COUNT
The number of structural features of the 'Role' class.

See Also:
Constant Field Values

READER_ROLE

static final int READER_ROLE
The meta object id for the ' Reader Role' class.

See Also:
ReaderRoleImpl, RolesPackageImpl.getReaderRole(), Constant Field Values

READER_ROLE__PROJECTS

static final int READER_ROLE__PROJECTS
The feature id for the 'Projects' containment reference list.

See Also:
Constant Field Values

READER_ROLE_FEATURE_COUNT

static final int READER_ROLE_FEATURE_COUNT
The number of structural features of the 'Reader Role' class.

See Also:
Constant Field Values

WRITER_ROLE

static final int WRITER_ROLE
The meta object id for the ' Writer Role' class.

See Also:
WriterRoleImpl, RolesPackageImpl.getWriterRole(), Constant Field Values

WRITER_ROLE__PROJECTS

static final int WRITER_ROLE__PROJECTS
The feature id for the 'Projects' containment reference list.

See Also:
Constant Field Values

WRITER_ROLE_FEATURE_COUNT

static final int WRITER_ROLE_FEATURE_COUNT
The number of structural features of the 'Writer Role' class.

See Also:
Constant Field Values

PROJECT_ADMIN_ROLE

static final int PROJECT_ADMIN_ROLE
The meta object id for the ' Project Admin Role' class.

See Also:
ProjectAdminRoleImpl, RolesPackageImpl.getProjectAdminRole(), Constant Field Values

PROJECT_ADMIN_ROLE__PROJECTS

static final int PROJECT_ADMIN_ROLE__PROJECTS
The feature id for the 'Projects' containment reference list.

See Also:
Constant Field Values

PROJECT_ADMIN_ROLE_FEATURE_COUNT

static final int PROJECT_ADMIN_ROLE_FEATURE_COUNT
The number of structural features of the 'Project Admin Role' class.

See Also:
Constant Field Values

SERVER_ADMIN

static final int SERVER_ADMIN
The meta object id for the ' Server Admin' class.

See Also:
ServerAdminImpl, RolesPackageImpl.getServerAdmin(), Constant Field Values

SERVER_ADMIN__PROJECTS

static final int SERVER_ADMIN__PROJECTS
The feature id for the 'Projects' containment reference list.

See Also:
Constant Field Values

SERVER_ADMIN_FEATURE_COUNT

static final int SERVER_ADMIN_FEATURE_COUNT
The number of structural features of the 'Server Admin' class.

See Also:
Constant Field Values
Method Detail

getRole

org.eclipse.emf.ecore.EClass getRole()
Returns the meta object for class ' Role'.

Returns:
the meta object for class 'Role'.
See Also:
Role

getRole_Projects

org.eclipse.emf.ecore.EReference getRole_Projects()
Returns the meta object for the containment reference list ' Projects'.

Returns:
the meta object for the containment reference list 'Projects'.
See Also:
Role.getProjects(), getRole()

getReaderRole

org.eclipse.emf.ecore.EClass getReaderRole()
Returns the meta object for class ' Reader Role'.

Returns:
the meta object for class 'Reader Role'.
See Also:
ReaderRole

getWriterRole

org.eclipse.emf.ecore.EClass getWriterRole()
Returns the meta object for class ' Writer Role'.

Returns:
the meta object for class 'Writer Role'.
See Also:
WriterRole

getProjectAdminRole

org.eclipse.emf.ecore.EClass getProjectAdminRole()
Returns the meta object for class ' Project Admin Role'.

Returns:
the meta object for class 'Project Admin Role'.
See Also:
ProjectAdminRole

getServerAdmin

org.eclipse.emf.ecore.EClass getServerAdmin()
Returns the meta object for class ' Server Admin'.

Returns:
the meta object for class 'Server Admin'.
See Also:
ServerAdmin

getRolesFactory

RolesFactory getRolesFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.


Copyright © 2015. All Rights Reserved.