org.eclipse.emf.emfstore.internal.server.model.accesscontrol
Interface AccesscontrolPackage.Literals

Enclosing interface:
AccesscontrolPackage

public static interface AccesscontrolPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static org.eclipse.emf.ecore.EClass AC_GROUP
          The meta object literal for the ' AC Group' class.
static org.eclipse.emf.ecore.EReference AC_GROUP__MEMBERS
          The meta object literal for the 'Members' reference list feature.
static org.eclipse.emf.ecore.EClass AC_ORG_UNIT
          The meta object literal for the ' AC Org Unit' class.
static org.eclipse.emf.ecore.EAttribute AC_ORG_UNIT__DESCRIPTION
          The meta object literal for the 'Description' attribute feature.
static org.eclipse.emf.ecore.EAttribute AC_ORG_UNIT__NAME
          The meta object literal for the 'Name' attribute feature.
static org.eclipse.emf.ecore.EReference AC_ORG_UNIT__PROPERTIES
          The meta object literal for the 'Properties' containment reference list feature.
static org.eclipse.emf.ecore.EReference AC_ORG_UNIT__ROLES
          The meta object literal for the 'Roles' containment reference list feature.
static org.eclipse.emf.ecore.EClass AC_ORG_UNIT_ID
          The meta object literal for the ' AC Org Unit Id' class.
static org.eclipse.emf.ecore.EClass AC_USER
          The meta object literal for the ' AC User' class.
static org.eclipse.emf.ecore.EReference AC_USER__EFFECTIVE_GROUPS
          The meta object literal for the 'Effective Groups' containment reference list feature.
static org.eclipse.emf.ecore.EAttribute AC_USER__FIRST_NAME
          The meta object literal for the 'First Name' attribute feature.
static org.eclipse.emf.ecore.EAttribute AC_USER__LAST_NAME
          The meta object literal for the 'Last Name' attribute feature.
static org.eclipse.emf.ecore.EAttribute AC_USER__PASSWORD
          The meta object literal for the 'Password' attribute feature.
static org.eclipse.emf.ecore.EClass ORG_UNIT_PROPERTY
          The meta object literal for the ' Org Unit Property' class.
static org.eclipse.emf.ecore.EAttribute ORG_UNIT_PROPERTY__NAME
          The meta object literal for the 'Name' attribute feature.
static org.eclipse.emf.ecore.EReference ORG_UNIT_PROPERTY__PROJECT
          The meta object literal for the 'Project' containment reference feature.
static org.eclipse.emf.ecore.EAttribute ORG_UNIT_PROPERTY__VALUE
          The meta object literal for the 'Value' attribute feature.
 

Field Detail

AC_USER

static final org.eclipse.emf.ecore.EClass AC_USER
The meta object literal for the ' AC User' class.

See Also:
ACUserImpl, AccesscontrolPackageImpl.getACUser()

AC_USER__FIRST_NAME

static final org.eclipse.emf.ecore.EAttribute AC_USER__FIRST_NAME
The meta object literal for the 'First Name' attribute feature.


AC_USER__LAST_NAME

static final org.eclipse.emf.ecore.EAttribute AC_USER__LAST_NAME
The meta object literal for the 'Last Name' attribute feature.


AC_USER__EFFECTIVE_GROUPS

static final org.eclipse.emf.ecore.EReference AC_USER__EFFECTIVE_GROUPS
The meta object literal for the 'Effective Groups' containment reference list feature.


AC_USER__PASSWORD

static final org.eclipse.emf.ecore.EAttribute AC_USER__PASSWORD
The meta object literal for the 'Password' attribute feature.


AC_ORG_UNIT

static final org.eclipse.emf.ecore.EClass AC_ORG_UNIT
The meta object literal for the ' AC Org Unit' class.

See Also:
ACOrgUnitImpl, AccesscontrolPackageImpl.getACOrgUnit()

AC_ORG_UNIT__NAME

static final org.eclipse.emf.ecore.EAttribute AC_ORG_UNIT__NAME
The meta object literal for the 'Name' attribute feature.


AC_ORG_UNIT__ROLES

static final org.eclipse.emf.ecore.EReference AC_ORG_UNIT__ROLES
The meta object literal for the 'Roles' containment reference list feature.


AC_ORG_UNIT__DESCRIPTION

static final org.eclipse.emf.ecore.EAttribute AC_ORG_UNIT__DESCRIPTION
The meta object literal for the 'Description' attribute feature.


AC_ORG_UNIT__PROPERTIES

static final org.eclipse.emf.ecore.EReference AC_ORG_UNIT__PROPERTIES
The meta object literal for the 'Properties' containment reference list feature.


AC_GROUP

static final org.eclipse.emf.ecore.EClass AC_GROUP
The meta object literal for the ' AC Group' class.

See Also:
ACGroupImpl, AccesscontrolPackageImpl.getACGroup()

AC_GROUP__MEMBERS

static final org.eclipse.emf.ecore.EReference AC_GROUP__MEMBERS
The meta object literal for the 'Members' reference list feature.


AC_ORG_UNIT_ID

static final org.eclipse.emf.ecore.EClass AC_ORG_UNIT_ID
The meta object literal for the ' AC Org Unit Id' class.

See Also:
ACOrgUnitIdImpl, AccesscontrolPackageImpl.getACOrgUnitId()

ORG_UNIT_PROPERTY

static final org.eclipse.emf.ecore.EClass ORG_UNIT_PROPERTY
The meta object literal for the ' Org Unit Property' class.

See Also:
OrgUnitPropertyImpl, AccesscontrolPackageImpl.getOrgUnitProperty()

ORG_UNIT_PROPERTY__NAME

static final org.eclipse.emf.ecore.EAttribute ORG_UNIT_PROPERTY__NAME
The meta object literal for the 'Name' attribute feature.


ORG_UNIT_PROPERTY__VALUE

static final org.eclipse.emf.ecore.EAttribute ORG_UNIT_PROPERTY__VALUE
The meta object literal for the 'Value' attribute feature.


ORG_UNIT_PROPERTY__PROJECT

static final org.eclipse.emf.ecore.EReference ORG_UNIT_PROPERTY__PROJECT
The meta object literal for the 'Project' containment reference feature.



Copyright © 2015. All Rights Reserved.