org.eclipse.datatools.modelbase.sql.accesscontrol
Interface SQLAccessControlPackage.Literals

Enclosing interface:
SQLAccessControlPackage

public static interface SQLAccessControlPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static EClass AUTHORIZATION_IDENTIFIER
          The meta object literal for the 'Authorization Identifier' class.
static EReference AUTHORIZATION_IDENTIFIER__DATABASE
          The meta object literal for the 'Database' reference feature.
static EReference AUTHORIZATION_IDENTIFIER__GRANTED_PRIVILEGE
          The meta object literal for the 'Granted Privilege' reference list feature.
static EReference AUTHORIZATION_IDENTIFIER__GRANTED_ROLE_AUTHORIZATION
          The meta object literal for the 'Granted Role Authorization' reference list feature.
static EReference AUTHORIZATION_IDENTIFIER__OWNED_SCHEMA
          The meta object literal for the 'Owned Schema' reference list feature.
static EReference AUTHORIZATION_IDENTIFIER__RECEIVED_PRIVILEGE
          The meta object literal for the 'Received Privilege' containment reference list feature.
static EReference AUTHORIZATION_IDENTIFIER__RECEIVED_ROLE_AUTHORIZATION
          The meta object literal for the 'Received Role Authorization' reference list feature.
static EClass GROUP
          The meta object literal for the 'Group' class.
static EReference GROUP__USER
          The meta object literal for the 'User' reference list feature.
static EClass PRIVILEGE
          The meta object literal for the 'Privilege' class.
static EAttribute PRIVILEGE__ACTION
          The meta object literal for the 'Action' attribute feature.
static EReference PRIVILEGE__ACTION_OBJECTS
          The meta object literal for the 'Action Objects' reference list feature.
static EAttribute PRIVILEGE__GRANTABLE
          The meta object literal for the 'Grantable' attribute feature.
static EReference PRIVILEGE__GRANTEE
          The meta object literal for the 'Grantee' container reference feature.
static EReference PRIVILEGE__GRANTOR
          The meta object literal for the 'Grantor' reference feature.
static EReference PRIVILEGE__OBJECT
          The meta object literal for the 'Object' reference feature.
static EAttribute PRIVILEGE__WITH_HIERARCHY
          The meta object literal for the 'With Hierarchy' attribute feature.
static EClass ROLE
          The meta object literal for the 'Role' class.
static EReference ROLE__ROLE_AUTHORIZATION
          The meta object literal for the 'Role Authorization' reference list feature.
static EClass ROLE_AUTHORIZATION
          The meta object literal for the 'Role Authorization' class.
static EAttribute ROLE_AUTHORIZATION__GRANTABLE
          The meta object literal for the 'Grantable' attribute feature.
static EReference ROLE_AUTHORIZATION__GRANTEE
          The meta object literal for the 'Grantee' reference feature.
static EReference ROLE_AUTHORIZATION__GRANTOR
          The meta object literal for the 'Grantor' reference feature.
static EReference ROLE_AUTHORIZATION__ROLE
          The meta object literal for the 'Role' reference feature.
static EClass USER
          The meta object literal for the 'User' class.
static EReference USER__GROUP
          The meta object literal for the 'Group' reference list feature.
 

Field Detail

AUTHORIZATION_IDENTIFIER

public static final EClass AUTHORIZATION_IDENTIFIER
The meta object literal for the 'Authorization Identifier' class.

See Also:
AuthorizationIdentifierImpl, SQLAccessControlPackageImpl.getAuthorizationIdentifier()

AUTHORIZATION_IDENTIFIER__OWNED_SCHEMA

public static final EReference AUTHORIZATION_IDENTIFIER__OWNED_SCHEMA
The meta object literal for the 'Owned Schema' reference list feature.


AUTHORIZATION_IDENTIFIER__DATABASE

public static final EReference AUTHORIZATION_IDENTIFIER__DATABASE
The meta object literal for the 'Database' reference feature.


AUTHORIZATION_IDENTIFIER__RECEIVED_ROLE_AUTHORIZATION

public static final EReference AUTHORIZATION_IDENTIFIER__RECEIVED_ROLE_AUTHORIZATION
The meta object literal for the 'Received Role Authorization' reference list feature.


AUTHORIZATION_IDENTIFIER__GRANTED_ROLE_AUTHORIZATION

public static final EReference AUTHORIZATION_IDENTIFIER__GRANTED_ROLE_AUTHORIZATION
The meta object literal for the 'Granted Role Authorization' reference list feature.


AUTHORIZATION_IDENTIFIER__GRANTED_PRIVILEGE

public static final EReference AUTHORIZATION_IDENTIFIER__GRANTED_PRIVILEGE
The meta object literal for the 'Granted Privilege' reference list feature.


AUTHORIZATION_IDENTIFIER__RECEIVED_PRIVILEGE

public static final EReference AUTHORIZATION_IDENTIFIER__RECEIVED_PRIVILEGE
The meta object literal for the 'Received Privilege' containment reference list feature.


PRIVILEGE

public static final EClass PRIVILEGE
The meta object literal for the 'Privilege' class.

See Also:
PrivilegeImpl, SQLAccessControlPackageImpl.getPrivilege()

PRIVILEGE__GRANTABLE

public static final EAttribute PRIVILEGE__GRANTABLE
The meta object literal for the 'Grantable' attribute feature.


PRIVILEGE__ACTION

public static final EAttribute PRIVILEGE__ACTION
The meta object literal for the 'Action' attribute feature.


PRIVILEGE__WITH_HIERARCHY

public static final EAttribute PRIVILEGE__WITH_HIERARCHY
The meta object literal for the 'With Hierarchy' attribute feature.


PRIVILEGE__GRANTOR

public static final EReference PRIVILEGE__GRANTOR
The meta object literal for the 'Grantor' reference feature.


PRIVILEGE__GRANTEE

public static final EReference PRIVILEGE__GRANTEE
The meta object literal for the 'Grantee' container reference feature.


PRIVILEGE__ACTION_OBJECTS

public static final EReference PRIVILEGE__ACTION_OBJECTS
The meta object literal for the 'Action Objects' reference list feature.


PRIVILEGE__OBJECT

public static final EReference PRIVILEGE__OBJECT
The meta object literal for the 'Object' reference feature.


GROUP

public static final EClass GROUP
The meta object literal for the 'Group' class.

See Also:
GroupImpl, SQLAccessControlPackageImpl.getGroup()

GROUP__USER

public static final EReference GROUP__USER
The meta object literal for the 'User' reference list feature.


USER

public static final EClass USER
The meta object literal for the 'User' class.

See Also:
UserImpl, SQLAccessControlPackageImpl.getUser()

USER__GROUP

public static final EReference USER__GROUP
The meta object literal for the 'Group' reference list feature.


ROLE

public static final EClass ROLE
The meta object literal for the 'Role' class.

See Also:
RoleImpl, SQLAccessControlPackageImpl.getRole()

ROLE__ROLE_AUTHORIZATION

public static final EReference ROLE__ROLE_AUTHORIZATION
The meta object literal for the 'Role Authorization' reference list feature.


ROLE_AUTHORIZATION

public static final EClass ROLE_AUTHORIZATION
The meta object literal for the 'Role Authorization' class.

See Also:
RoleAuthorizationImpl, SQLAccessControlPackageImpl.getRoleAuthorization()

ROLE_AUTHORIZATION__GRANTABLE

public static final EAttribute ROLE_AUTHORIZATION__GRANTABLE
The meta object literal for the 'Grantable' attribute feature.


ROLE_AUTHORIZATION__ROLE

public static final EReference ROLE_AUTHORIZATION__ROLE
The meta object literal for the 'Role' reference feature.


ROLE_AUTHORIZATION__GRANTEE

public static final EReference ROLE_AUTHORIZATION__GRANTEE
The meta object literal for the 'Grantee' reference feature.


ROLE_AUTHORIZATION__GRANTOR

public static final EReference ROLE_AUTHORIZATION__GRANTOR
The meta object literal for the 'Grantor' reference feature.



Copyright © 2006 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.