public interface UsersPackage
extends org.eclipse.emf.ecore.EPackage
UsersFactory| Modifier and Type | Interface and Description |
|---|---|
static interface |
UsersPackage.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 int |
AUTH_TYPE
The meta object id for the '
Auth Type' class |
static int |
AUTH_TYPE__AUTH_MODULE
The feature id for the 'Auth Module' attribute
|
static int |
AUTH_TYPE__NAME
The feature id for the 'Name' attribute
|
static int |
AUTH_TYPE_FEATURE_COUNT
The number of structural features of the 'Auth Type' class
|
static UsersPackage |
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 |
PERMISSION
The meta object id for the '
Permission' class |
static int |
PERMISSION__DESCRIPTION
The feature id for the 'Description' attribute
|
static int |
PERMISSION__NAME
The feature id for the 'Name' attribute
|
static int |
PERMISSION_FEATURE_COUNT
The number of structural features of the 'Permission' class
|
static int |
ROLE
The meta object id for the '
Role' class |
static int |
ROLE__NAME
The feature id for the 'Name' attribute
|
static int |
ROLE__PARENT
The feature id for the 'Parent' reference
|
static int |
ROLE__PERMISSIONS
The feature id for the 'Permissions' reference list
|
static int |
ROLE__TYPE
The feature id for the 'Type' attribute
|
static int |
ROLE_FEATURE_COUNT
The number of structural features of the 'Role' class
|
static int |
USER
The meta object id for the '
User' class |
static int |
USER__DISPLAY_NAME
The feature id for the 'Display Name' attribute
|
static int |
USER__EMAIL
The feature id for the 'Email' attribute
|
static int |
USER__NAME
The feature id for the 'Name' attribute
|
static int |
USER__PASSWORD
The feature id for the 'Password' attribute
|
static int |
USER__PERMISSIONS
The feature id for the 'Permissions' reference list
|
static int |
USER__ROLES
The feature id for the 'Roles' reference list
|
static int |
USER__TOKEN
The feature id for the 'Token' attribute
|
static int |
USER__TYPE
The feature id for the 'Type' attribute
|
static int |
USER_FEATURE_COUNT
The number of structural features of the 'User' class
|
static int |
USER_MANAGEMENT
The meta object id for the '
User Management' class |
static int |
USER_MANAGEMENT__PERMISSIONS
The feature id for the 'Permissions' containment reference list
|
static int |
USER_MANAGEMENT__ROLES
The feature id for the 'Roles' containment reference list
|
static int |
USER_MANAGEMENT__USERS
The feature id for the 'Users' containment reference list
|
static int |
USER_MANAGEMENT_FEATURE_COUNT
The number of structural features of the 'User Management' class
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.ecore.EAttribute |
getAuthType_AuthModule()
Returns the meta object for the attribute '
Auth Module' |
org.eclipse.emf.ecore.EAttribute |
getAuthType_Name()
Returns the meta object for the attribute '
Name' |
org.eclipse.emf.ecore.EClass |
getAuthType()
Returns the meta object for class '
Auth Type' |
org.eclipse.emf.ecore.EAttribute |
getPermission_Description()
Returns the meta object for the attribute '
Description' |
org.eclipse.emf.ecore.EAttribute |
getPermission_Name()
Returns the meta object for the attribute '
Name' |
org.eclipse.emf.ecore.EClass |
getPermission()
Returns the meta object for class '
Permission' |
org.eclipse.emf.ecore.EAttribute |
getRole_Name()
Returns the meta object for the attribute '
Name' |
org.eclipse.emf.ecore.EReference |
getRole_Parent()
Returns the meta object for the reference '
Parent' |
org.eclipse.emf.ecore.EReference |
getRole_Permissions()
Returns the meta object for the reference list '
Permissions' |
org.eclipse.emf.ecore.EAttribute |
getRole_Type()
Returns the meta object for the attribute '
Type' |
org.eclipse.emf.ecore.EClass |
getRole()
Returns the meta object for class '
Role' |
org.eclipse.emf.ecore.EAttribute |
getUser_DisplayName()
Returns the meta object for the attribute '
Display Name' |
org.eclipse.emf.ecore.EAttribute |
getUser_Email()
Returns the meta object for the attribute '
Email' |
org.eclipse.emf.ecore.EAttribute |
getUser_Name()
Returns the meta object for the attribute '
Name' |
org.eclipse.emf.ecore.EAttribute |
getUser_Password()
Returns the meta object for the attribute '
Password' |
org.eclipse.emf.ecore.EReference |
getUser_Permissions()
Returns the meta object for the reference list '
Permissions' |
org.eclipse.emf.ecore.EReference |
getUser_Roles()
Returns the meta object for the reference list '
Roles' |
org.eclipse.emf.ecore.EAttribute |
getUser_Token()
Returns the meta object for the attribute '
Token' |
org.eclipse.emf.ecore.EAttribute |
getUser_Type()
Returns the meta object for the attribute '
Type' |
org.eclipse.emf.ecore.EClass |
getUser()
Returns the meta object for class '
User' |
org.eclipse.emf.ecore.EReference |
getUserManagement_Permissions()
Returns the meta object for the containment reference list '
Permissions' |
org.eclipse.emf.ecore.EReference |
getUserManagement_Roles()
Returns the meta object for the containment reference list '
Roles' |
org.eclipse.emf.ecore.EReference |
getUserManagement_Users()
Returns the meta object for the containment reference list '
Users' |
org.eclipse.emf.ecore.EClass |
getUserManagement()
Returns the meta object for class '
User Management' |
UsersFactory |
getUsersFactory()
Returns the factory that creates the instances of the model
|
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 UsersPackage eINSTANCE
static final int USER
User' class.
UserImpl,
UsersPackageImpl.getUser(),
Constant Field Valuesstatic final int USER__NAME
static final int USER__PASSWORD
static final int USER__ROLES
static final int USER__PERMISSIONS
static final int USER__DISPLAY_NAME
static final int USER__TYPE
static final int USER__EMAIL
static final int USER__TOKEN
static final int USER_FEATURE_COUNT
static final int ROLE
Role' class.
RoleImpl,
UsersPackageImpl.getRole(),
Constant Field Valuesstatic final int ROLE__NAME
static final int ROLE__PARENT
static final int ROLE__PERMISSIONS
static final int ROLE__TYPE
static final int ROLE_FEATURE_COUNT
static final int PERMISSION
Permission' class.
static final int PERMISSION__NAME
static final int PERMISSION__DESCRIPTION
static final int PERMISSION_FEATURE_COUNT
static final int AUTH_TYPE
Auth Type' class.
static final int AUTH_TYPE__NAME
static final int AUTH_TYPE__AUTH_MODULE
static final int AUTH_TYPE_FEATURE_COUNT
static final int USER_MANAGEMENT
User Management' class.
static final int USER_MANAGEMENT__USERS
static final int USER_MANAGEMENT__ROLES
static final int USER_MANAGEMENT__PERMISSIONS
static final int USER_MANAGEMENT_FEATURE_COUNT
org.eclipse.emf.ecore.EClass getUser()
User'.
Userorg.eclipse.emf.ecore.EAttribute getUser_Name()
Name'.
User.getName(),
getUser()org.eclipse.emf.ecore.EAttribute getUser_Password()
Password'.
User.getPassword(),
getUser()org.eclipse.emf.ecore.EReference getUser_Roles()
Roles'.
User.getRoles(),
getUser()org.eclipse.emf.ecore.EReference getUser_Permissions()
Permissions'.
User.getPermissions(),
getUser()org.eclipse.emf.ecore.EAttribute getUser_DisplayName()
Display Name'.
User.getDisplayName(),
getUser()org.eclipse.emf.ecore.EAttribute getUser_Type()
Type'.
User.getType(),
getUser()org.eclipse.emf.ecore.EAttribute getUser_Email()
Email'.
User.getEmail(),
getUser()org.eclipse.emf.ecore.EAttribute getUser_Token()
Token'.
User.getToken(),
getUser()org.eclipse.emf.ecore.EClass getRole()
Role'.
Roleorg.eclipse.emf.ecore.EAttribute getRole_Name()
Name'.
Role.getName(),
getRole()org.eclipse.emf.ecore.EReference getRole_Parent()
Parent'.
Role.getParent(),
getRole()org.eclipse.emf.ecore.EReference getRole_Permissions()
Permissions'.
Role.getPermissions(),
getRole()org.eclipse.emf.ecore.EAttribute getRole_Type()
Type'.
Role.getType(),
getRole()org.eclipse.emf.ecore.EClass getPermission()
Permission'.
Permissionorg.eclipse.emf.ecore.EAttribute getPermission_Name()
Name'.
Permission.getName(),
getPermission()org.eclipse.emf.ecore.EAttribute getPermission_Description()
Description'.
Permission.getDescription(),
getPermission()org.eclipse.emf.ecore.EClass getAuthType()
Auth Type'.
AuthTypeorg.eclipse.emf.ecore.EAttribute getAuthType_Name()
Name'.
AuthType.getName(),
getAuthType()org.eclipse.emf.ecore.EAttribute getAuthType_AuthModule()
Auth Module'.
AuthType.getAuthModule(),
getAuthType()org.eclipse.emf.ecore.EClass getUserManagement()
User Management'.
UserManagementorg.eclipse.emf.ecore.EReference getUserManagement_Users()
Users'.
UserManagement.getUsers(),
getUserManagement()org.eclipse.emf.ecore.EReference getUserManagement_Roles()
Roles'.
UserManagement.getRoles(),
getUserManagement()org.eclipse.emf.ecore.EReference getUserManagement_Permissions()
Permissions'.
UserManagement.getPermissions(),
getUserManagement()UsersFactory getUsersFactory()
Copyright © 2013–2017 Jabylon. All rights reserved.