Package com.nomagic.magicdraw.security
Interface SecurityPackage.Literals
-
- Enclosing interface:
- SecurityPackage
public static interface SecurityPackage.Literals
Defines literals for the meta objects that represent- each class,
- each feature of each class,
- each operation of each class,
- each enum,
- and each data type
- Generated:
-
-
Field Summary
Fields Modifier and Type Field Description static org.eclipse.emf.ecore.EEnum
ACTION
The meta object literal for the 'Action
' enum.static org.eclipse.emf.ecore.EEnum
APPLICATION
The meta object literal for the 'Application
' enum.static org.eclipse.emf.ecore.EClass
EVERYONE_PRINCIPAL
The meta object literal for the 'Everyone Principal
' class.static org.eclipse.emf.ecore.EClass
GROUP_PRINCIPAL
The meta object literal for the 'Group Principal
' class.static org.eclipse.emf.ecore.EClass
PACKAGE_ACCESS_PERMISSION
The meta object literal for the 'Package Access Permission
' class.static org.eclipse.emf.ecore.EOperation
PACKAGE_ACCESS_PERMISSION___IS_SAME__PACKAGEACCESSPERMISSION
The meta object literal for the 'Is Same' operation.static org.eclipse.emf.ecore.EAttribute
PACKAGE_ACCESS_PERMISSION__ACTION
The meta object literal for the 'Action' attribute feature.static org.eclipse.emf.ecore.EAttribute
PACKAGE_ACCESS_PERMISSION__APPLICATION
The meta object literal for the 'Application' attribute feature.static org.eclipse.emf.ecore.EReference
PACKAGE_ACCESS_PERMISSION__PRINCIPAL
The meta object literal for the 'Principal' reference feature.static org.eclipse.emf.ecore.EClass
PACKAGE_PERMISSIONS
The meta object literal for the 'Package Permissions
' class.static org.eclipse.emf.ecore.EOperation
PACKAGE_PERMISSIONS___IS_SAME__PACKAGEPERMISSIONS
The meta object literal for the 'Is Same' operation.static org.eclipse.emf.ecore.EReference
PACKAGE_PERMISSIONS__ACCESS_PERMISSIONS
The meta object literal for the 'Access Permissions' containment reference list feature.static org.eclipse.emf.ecore.EAttribute
PACKAGE_PERMISSIONS__USE_PARENT_PERMISSIONS
The meta object literal for the 'Use Parent Permissions' attribute feature.static org.eclipse.emf.ecore.EClass
PRINCIPAL
The meta object literal for the 'Principal
' class.static org.eclipse.emf.ecore.EOperation
PRINCIPAL___IS_SAME__PRINCIPAL
The meta object literal for the 'Is Same' operation.static org.eclipse.emf.ecore.EAttribute
PRINCIPAL__NAME
The meta object literal for the 'Name' attribute feature.static org.eclipse.emf.ecore.EReference
PRINCIPAL__PACKAGE_PERMISSIONS
The meta object literal for the 'Package Permissions' reference list feature.static org.eclipse.emf.ecore.EClass
PROJECT_SECURITY
The meta object literal for the 'Project Security
' class.static org.eclipse.emf.ecore.EOperation
PROJECT_SECURITY___IS_EMPTY
The meta object literal for the 'Is Empty' operation.static org.eclipse.emf.ecore.EReference
PROJECT_SECURITY__PACKAGE_PERMISSIONS
The meta object literal for the 'Package Permissions' map feature.static org.eclipse.emf.ecore.EReference
PROJECT_SECURITY__PRINCIPALS
The meta object literal for the 'Principals' containment reference list feature.static org.eclipse.emf.ecore.EClass
ROLE_PRINCIPAL
The meta object literal for the 'Role Principal
' class.static org.eclipse.emf.ecore.EClass
STRING_TO_PACKAGE_PERMISSIONS_MAP
The meta object literal for the 'String To Package Permissions Map
' class.static org.eclipse.emf.ecore.EAttribute
STRING_TO_PACKAGE_PERMISSIONS_MAP__KEY
The meta object literal for the 'Key' attribute feature.static org.eclipse.emf.ecore.EReference
STRING_TO_PACKAGE_PERMISSIONS_MAP__VALUE
The meta object literal for the 'Value' containment reference feature.static org.eclipse.emf.ecore.EClass
USER_PRINCIPAL
The meta object literal for the 'User Principal
' class.
-
-
-
Field Detail
-
PROJECT_SECURITY
static final org.eclipse.emf.ecore.EClass PROJECT_SECURITY
The meta object literal for the 'Project Security
' class.- See Also:
ProjectSecurityImpl
,SecurityPackageImpl.getProjectSecurity()
- Generated:
-
PROJECT_SECURITY__PACKAGE_PERMISSIONS
static final org.eclipse.emf.ecore.EReference PROJECT_SECURITY__PACKAGE_PERMISSIONS
The meta object literal for the 'Package Permissions' map feature.- Generated:
-
PROJECT_SECURITY__PRINCIPALS
static final org.eclipse.emf.ecore.EReference PROJECT_SECURITY__PRINCIPALS
The meta object literal for the 'Principals' containment reference list feature.- Generated:
-
PROJECT_SECURITY___IS_EMPTY
static final org.eclipse.emf.ecore.EOperation PROJECT_SECURITY___IS_EMPTY
The meta object literal for the 'Is Empty' operation.- Generated:
-
PACKAGE_ACCESS_PERMISSION
static final org.eclipse.emf.ecore.EClass PACKAGE_ACCESS_PERMISSION
The meta object literal for the 'Package Access Permission
' class.- See Also:
PackageAccessPermissionImpl
,SecurityPackageImpl.getPackageAccessPermission()
- Generated:
-
PACKAGE_ACCESS_PERMISSION__ACTION
static final org.eclipse.emf.ecore.EAttribute PACKAGE_ACCESS_PERMISSION__ACTION
The meta object literal for the 'Action' attribute feature.- Generated:
-
PACKAGE_ACCESS_PERMISSION__APPLICATION
static final org.eclipse.emf.ecore.EAttribute PACKAGE_ACCESS_PERMISSION__APPLICATION
The meta object literal for the 'Application' attribute feature.- Generated:
-
PACKAGE_ACCESS_PERMISSION__PRINCIPAL
static final org.eclipse.emf.ecore.EReference PACKAGE_ACCESS_PERMISSION__PRINCIPAL
The meta object literal for the 'Principal' reference feature.- Generated:
-
PACKAGE_ACCESS_PERMISSION___IS_SAME__PACKAGEACCESSPERMISSION
static final org.eclipse.emf.ecore.EOperation PACKAGE_ACCESS_PERMISSION___IS_SAME__PACKAGEACCESSPERMISSION
The meta object literal for the 'Is Same' operation.- Generated:
-
STRING_TO_PACKAGE_PERMISSIONS_MAP
static final org.eclipse.emf.ecore.EClass STRING_TO_PACKAGE_PERMISSIONS_MAP
The meta object literal for the 'String To Package Permissions Map
' class.- See Also:
StringToPackagePermissionsMapImpl
,SecurityPackageImpl.getStringToPackagePermissionsMap()
- Generated:
-
STRING_TO_PACKAGE_PERMISSIONS_MAP__KEY
static final org.eclipse.emf.ecore.EAttribute STRING_TO_PACKAGE_PERMISSIONS_MAP__KEY
The meta object literal for the 'Key' attribute feature.- Generated:
-
STRING_TO_PACKAGE_PERMISSIONS_MAP__VALUE
static final org.eclipse.emf.ecore.EReference STRING_TO_PACKAGE_PERMISSIONS_MAP__VALUE
The meta object literal for the 'Value' containment reference feature.- Generated:
-
PACKAGE_PERMISSIONS
static final org.eclipse.emf.ecore.EClass PACKAGE_PERMISSIONS
The meta object literal for the 'Package Permissions
' class.- See Also:
PackagePermissionsImpl
,SecurityPackageImpl.getPackagePermissions()
- Generated:
-
PACKAGE_PERMISSIONS__ACCESS_PERMISSIONS
static final org.eclipse.emf.ecore.EReference PACKAGE_PERMISSIONS__ACCESS_PERMISSIONS
The meta object literal for the 'Access Permissions' containment reference list feature.- Generated:
-
PACKAGE_PERMISSIONS__USE_PARENT_PERMISSIONS
static final org.eclipse.emf.ecore.EAttribute PACKAGE_PERMISSIONS__USE_PARENT_PERMISSIONS
The meta object literal for the 'Use Parent Permissions' attribute feature.- Generated:
-
PACKAGE_PERMISSIONS___IS_SAME__PACKAGEPERMISSIONS
static final org.eclipse.emf.ecore.EOperation PACKAGE_PERMISSIONS___IS_SAME__PACKAGEPERMISSIONS
The meta object literal for the 'Is Same' operation.- Generated:
-
PRINCIPAL
static final org.eclipse.emf.ecore.EClass PRINCIPAL
The meta object literal for the 'Principal
' class.- See Also:
PrincipalImpl
,SecurityPackageImpl.getPrincipal()
- Generated:
-
PRINCIPAL__NAME
static final org.eclipse.emf.ecore.EAttribute PRINCIPAL__NAME
The meta object literal for the 'Name' attribute feature.- Generated:
-
PRINCIPAL__PACKAGE_PERMISSIONS
static final org.eclipse.emf.ecore.EReference PRINCIPAL__PACKAGE_PERMISSIONS
The meta object literal for the 'Package Permissions' reference list feature.- Generated:
-
PRINCIPAL___IS_SAME__PRINCIPAL
static final org.eclipse.emf.ecore.EOperation PRINCIPAL___IS_SAME__PRINCIPAL
The meta object literal for the 'Is Same' operation.- Generated:
-
USER_PRINCIPAL
static final org.eclipse.emf.ecore.EClass USER_PRINCIPAL
The meta object literal for the 'User Principal
' class.- See Also:
UserPrincipalImpl
,SecurityPackageImpl.getUserPrincipal()
- Generated:
-
GROUP_PRINCIPAL
static final org.eclipse.emf.ecore.EClass GROUP_PRINCIPAL
The meta object literal for the 'Group Principal
' class.- See Also:
GroupPrincipalImpl
,SecurityPackageImpl.getGroupPrincipal()
- Generated:
-
ROLE_PRINCIPAL
static final org.eclipse.emf.ecore.EClass ROLE_PRINCIPAL
The meta object literal for the 'Role Principal
' class.- See Also:
RolePrincipalImpl
,SecurityPackageImpl.getRolePrincipal()
- Generated:
-
EVERYONE_PRINCIPAL
static final org.eclipse.emf.ecore.EClass EVERYONE_PRINCIPAL
The meta object literal for the 'Everyone Principal
' class.- See Also:
EveryonePrincipalImpl
,SecurityPackageImpl.getEveryonePrincipal()
- Generated:
-
ACTION
static final org.eclipse.emf.ecore.EEnum ACTION
The meta object literal for the 'Action
' enum.- See Also:
Action
,SecurityPackageImpl.getAction()
- Generated:
-
APPLICATION
static final org.eclipse.emf.ecore.EEnum APPLICATION
The meta object literal for the 'Application
' enum.- See Also:
Application
,SecurityPackageImpl.getApplication()
- Generated:
-
-