org.eclipse.datatools.modelbase.sql.accesscontrol.impl
Class SQLAccessControlPackageImpl

java.lang.Object
  extended by EPackageImpl
      extended by org.eclipse.datatools.modelbase.sql.accesscontrol.impl.SQLAccessControlPackageImpl
All Implemented Interfaces:
SQLAccessControlPackage

public class SQLAccessControlPackageImpl
extends EPackageImpl
implements SQLAccessControlPackage

An implementation of the model Package.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.datatools.modelbase.sql.accesscontrol.SQLAccessControlPackage
SQLAccessControlPackage.Literals
 
Field Summary
 
Fields inherited from interface org.eclipse.datatools.modelbase.sql.accesscontrol.SQLAccessControlPackage
AUTHORIZATION_IDENTIFIER, AUTHORIZATION_IDENTIFIER__COMMENTS, AUTHORIZATION_IDENTIFIER__DATABASE, AUTHORIZATION_IDENTIFIER__DEPENDENCIES, AUTHORIZATION_IDENTIFIER__DESCRIPTION, AUTHORIZATION_IDENTIFIER__EANNOTATIONS, AUTHORIZATION_IDENTIFIER__GRANTED_PRIVILEGE, AUTHORIZATION_IDENTIFIER__GRANTED_ROLE_AUTHORIZATION, AUTHORIZATION_IDENTIFIER__LABEL, AUTHORIZATION_IDENTIFIER__NAME, AUTHORIZATION_IDENTIFIER__OWNED_SCHEMA, AUTHORIZATION_IDENTIFIER__PRIVILEGES, AUTHORIZATION_IDENTIFIER__RECEIVED_PRIVILEGE, AUTHORIZATION_IDENTIFIER__RECEIVED_ROLE_AUTHORIZATION, AUTHORIZATION_IDENTIFIER_FEATURE_COUNT, eINSTANCE, eNAME, eNS_PREFIX, eNS_URI, GROUP, GROUP__COMMENTS, GROUP__DATABASE, GROUP__DEPENDENCIES, GROUP__DESCRIPTION, GROUP__EANNOTATIONS, GROUP__GRANTED_PRIVILEGE, GROUP__GRANTED_ROLE_AUTHORIZATION, GROUP__LABEL, GROUP__NAME, GROUP__OWNED_SCHEMA, GROUP__PRIVILEGES, GROUP__RECEIVED_PRIVILEGE, GROUP__RECEIVED_ROLE_AUTHORIZATION, GROUP__USER, GROUP_FEATURE_COUNT, PRIVILEGE, PRIVILEGE__ACTION, PRIVILEGE__ACTION_OBJECTS, PRIVILEGE__COMMENTS, PRIVILEGE__DEPENDENCIES, PRIVILEGE__DESCRIPTION, PRIVILEGE__EANNOTATIONS, PRIVILEGE__GRANTABLE, PRIVILEGE__GRANTEE, PRIVILEGE__GRANTOR, PRIVILEGE__LABEL, PRIVILEGE__NAME, PRIVILEGE__OBJECT, PRIVILEGE__PRIVILEGES, PRIVILEGE__WITH_HIERARCHY, PRIVILEGE_FEATURE_COUNT, ROLE, ROLE__COMMENTS, ROLE__DATABASE, ROLE__DEPENDENCIES, ROLE__DESCRIPTION, ROLE__EANNOTATIONS, ROLE__GRANTED_PRIVILEGE, ROLE__GRANTED_ROLE_AUTHORIZATION, ROLE__LABEL, ROLE__NAME, ROLE__OWNED_SCHEMA, ROLE__PRIVILEGES, ROLE__RECEIVED_PRIVILEGE, ROLE__RECEIVED_ROLE_AUTHORIZATION, ROLE__ROLE_AUTHORIZATION, ROLE_AUTHORIZATION, ROLE_AUTHORIZATION__COMMENTS, ROLE_AUTHORIZATION__DEPENDENCIES, ROLE_AUTHORIZATION__DESCRIPTION, ROLE_AUTHORIZATION__EANNOTATIONS, ROLE_AUTHORIZATION__GRANTABLE, ROLE_AUTHORIZATION__GRANTEE, ROLE_AUTHORIZATION__GRANTOR, ROLE_AUTHORIZATION__LABEL, ROLE_AUTHORIZATION__NAME, ROLE_AUTHORIZATION__PRIVILEGES, ROLE_AUTHORIZATION__ROLE, ROLE_AUTHORIZATION_FEATURE_COUNT, ROLE_FEATURE_COUNT, USER, USER__COMMENTS, USER__DATABASE, USER__DEPENDENCIES, USER__DESCRIPTION, USER__EANNOTATIONS, USER__GRANTED_PRIVILEGE, USER__GRANTED_ROLE_AUTHORIZATION, USER__GROUP, USER__LABEL, USER__NAME, USER__OWNED_SCHEMA, USER__PRIVILEGES, USER__RECEIVED_PRIVILEGE, USER__RECEIVED_ROLE_AUTHORIZATION, USER_FEATURE_COUNT
 
Method Summary
 void createPackageContents()
          Creates the meta-model objects for the package.
 EReference getAuthorizationIdentifier_Database()
           
 EReference getAuthorizationIdentifier_GrantedPrivilege()
           
 EReference getAuthorizationIdentifier_GrantedRoleAuthorization()
           
 EReference getAuthorizationIdentifier_OwnedSchema()
           
 EReference getAuthorizationIdentifier_ReceivedPrivilege()
           
 EReference getAuthorizationIdentifier_ReceivedRoleAuthorization()
           
 EClass getAuthorizationIdentifier()
           
 EReference getGroup_User()
           
 EClass getGroup()
           
 EAttribute getPrivilege_Action()
           
 EReference getPrivilege_ActionObjects()
           
 EAttribute getPrivilege_Grantable()
           
 EReference getPrivilege_Grantee()
           
 EReference getPrivilege_Grantor()
           
 EReference getPrivilege_Object()
           
 EAttribute getPrivilege_WithHierarchy()
           
 EClass getPrivilege()
           
 EReference getRole_RoleAuthorization()
           
 EClass getRole()
           
 EAttribute getRoleAuthorization_Grantable()
           
 EReference getRoleAuthorization_Grantee()
           
 EReference getRoleAuthorization_Grantor()
           
 EReference getRoleAuthorization_Role()
           
 EClass getRoleAuthorization()
           
 SQLAccessControlFactory getSQLAccessControlFactory()
           
 EReference getUser_Group()
           
 EClass getUser()
           
static SQLAccessControlPackage init()
          Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
 void initializePackageContents()
          Complete the initialization of the package and its meta-model.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

init

public static SQLAccessControlPackage init()
Creates, registers, and initializes the Package for this model, and for any others upon which it depends. Simple dependencies are satisfied by calling this method on all dependent packages before doing anything else. This method drives initialization for interdependent packages directly, in parallel with this package, itself.

Of this package and its interdependencies, all packages which have not yet been registered by their URI values are first created and registered. The packages are then initialized in two steps: meta-model objects for all of the packages are created before any are initialized, since one package's meta-model objects may refer to those of another.

Invocation of this method will not affect any packages that have already been initialized.

See Also:
SQLAccessControlPackage.eNS_URI, createPackageContents(), initializePackageContents()

getAuthorizationIdentifier

public EClass getAuthorizationIdentifier()

Specified by:
getAuthorizationIdentifier in interface SQLAccessControlPackage
Returns:
the meta object for class 'Authorization Identifier'.
See Also:
AuthorizationIdentifier

getAuthorizationIdentifier_OwnedSchema

public EReference getAuthorizationIdentifier_OwnedSchema()

Specified by:
getAuthorizationIdentifier_OwnedSchema in interface SQLAccessControlPackage
Returns:
the meta object for the reference list 'Owned Schema'.
See Also:
AuthorizationIdentifier.getOwnedSchema(), SQLAccessControlPackage.getAuthorizationIdentifier()

getAuthorizationIdentifier_Database

public EReference getAuthorizationIdentifier_Database()

Specified by:
getAuthorizationIdentifier_Database in interface SQLAccessControlPackage
Returns:
the meta object for the reference 'Database'.
See Also:
AuthorizationIdentifier.getDatabase(), SQLAccessControlPackage.getAuthorizationIdentifier()

getAuthorizationIdentifier_ReceivedRoleAuthorization

public EReference getAuthorizationIdentifier_ReceivedRoleAuthorization()

Specified by:
getAuthorizationIdentifier_ReceivedRoleAuthorization in interface SQLAccessControlPackage
Returns:
the meta object for the reference list 'Received Role Authorization'.
See Also:
AuthorizationIdentifier.getReceivedRoleAuthorization(), SQLAccessControlPackage.getAuthorizationIdentifier()

getAuthorizationIdentifier_GrantedRoleAuthorization

public EReference getAuthorizationIdentifier_GrantedRoleAuthorization()

Specified by:
getAuthorizationIdentifier_GrantedRoleAuthorization in interface SQLAccessControlPackage
Returns:
the meta object for the reference list 'Granted Role Authorization'.
See Also:
AuthorizationIdentifier.getGrantedRoleAuthorization(), SQLAccessControlPackage.getAuthorizationIdentifier()

getAuthorizationIdentifier_GrantedPrivilege

public EReference getAuthorizationIdentifier_GrantedPrivilege()

Specified by:
getAuthorizationIdentifier_GrantedPrivilege in interface SQLAccessControlPackage
Returns:
the meta object for the reference list 'Granted Privilege'.
See Also:
AuthorizationIdentifier.getGrantedPrivilege(), SQLAccessControlPackage.getAuthorizationIdentifier()

getAuthorizationIdentifier_ReceivedPrivilege

public EReference getAuthorizationIdentifier_ReceivedPrivilege()

Specified by:
getAuthorizationIdentifier_ReceivedPrivilege in interface SQLAccessControlPackage
Returns:
the meta object for the containment reference list 'Received Privilege'.
See Also:
AuthorizationIdentifier.getReceivedPrivilege(), SQLAccessControlPackage.getAuthorizationIdentifier()

getPrivilege

public EClass getPrivilege()

Specified by:
getPrivilege in interface SQLAccessControlPackage
Returns:
the meta object for class 'Privilege'.
See Also:
Privilege

getPrivilege_Grantable

public EAttribute getPrivilege_Grantable()

Specified by:
getPrivilege_Grantable in interface SQLAccessControlPackage
Returns:
the meta object for the attribute 'Grantable'.
See Also:
Privilege.isGrantable(), SQLAccessControlPackage.getPrivilege()

getPrivilege_Action

public EAttribute getPrivilege_Action()

Specified by:
getPrivilege_Action in interface SQLAccessControlPackage
Returns:
the meta object for the attribute 'Action'.
See Also:
Privilege.getAction(), SQLAccessControlPackage.getPrivilege()

getPrivilege_WithHierarchy

public EAttribute getPrivilege_WithHierarchy()

Specified by:
getPrivilege_WithHierarchy in interface SQLAccessControlPackage
Returns:
the meta object for the attribute 'With Hierarchy'.
See Also:
Privilege.isWithHierarchy(), SQLAccessControlPackage.getPrivilege()

getPrivilege_Grantor

public EReference getPrivilege_Grantor()

Specified by:
getPrivilege_Grantor in interface SQLAccessControlPackage
Returns:
the meta object for the reference 'Grantor'.
See Also:
Privilege.getGrantor(), SQLAccessControlPackage.getPrivilege()

getPrivilege_Grantee

public EReference getPrivilege_Grantee()

Specified by:
getPrivilege_Grantee in interface SQLAccessControlPackage
Returns:
the meta object for the container reference 'Grantee'.
See Also:
Privilege.getGrantee(), SQLAccessControlPackage.getPrivilege()

getPrivilege_ActionObjects

public EReference getPrivilege_ActionObjects()

Specified by:
getPrivilege_ActionObjects in interface SQLAccessControlPackage
Returns:
the meta object for the reference list 'Action Objects'.
See Also:
Privilege.getActionObjects(), SQLAccessControlPackage.getPrivilege()

getPrivilege_Object

public EReference getPrivilege_Object()

Specified by:
getPrivilege_Object in interface SQLAccessControlPackage
Returns:
the meta object for the reference 'Object'.
See Also:
Privilege.getObject(), SQLAccessControlPackage.getPrivilege()

getGroup

public EClass getGroup()

Specified by:
getGroup in interface SQLAccessControlPackage
Returns:
the meta object for class 'Group'.
See Also:
Group

getGroup_User

public EReference getGroup_User()

Specified by:
getGroup_User in interface SQLAccessControlPackage
Returns:
the meta object for the reference list 'User'.
See Also:
Group.getUser(), SQLAccessControlPackage.getGroup()

getUser

public EClass getUser()

Specified by:
getUser in interface SQLAccessControlPackage
Returns:
the meta object for class 'User'.
See Also:
User

getUser_Group

public EReference getUser_Group()

Specified by:
getUser_Group in interface SQLAccessControlPackage
Returns:
the meta object for the reference list 'Group'.
See Also:
User.getGroup(), SQLAccessControlPackage.getUser()

getRole

public EClass getRole()

Specified by:
getRole in interface SQLAccessControlPackage
Returns:
the meta object for class 'Role'.
See Also:
Role

getRole_RoleAuthorization

public EReference getRole_RoleAuthorization()

Specified by:
getRole_RoleAuthorization in interface SQLAccessControlPackage
Returns:
the meta object for the reference list 'Role Authorization'.
See Also:
Role.getRoleAuthorization(), SQLAccessControlPackage.getRole()

getRoleAuthorization

public EClass getRoleAuthorization()

Specified by:
getRoleAuthorization in interface SQLAccessControlPackage
Returns:
the meta object for class 'Role Authorization'.
See Also:
RoleAuthorization

getRoleAuthorization_Grantable

public EAttribute getRoleAuthorization_Grantable()

Specified by:
getRoleAuthorization_Grantable in interface SQLAccessControlPackage
Returns:
the meta object for the attribute 'Grantable'.
See Also:
RoleAuthorization.isGrantable(), SQLAccessControlPackage.getRoleAuthorization()

getRoleAuthorization_Role

public EReference getRoleAuthorization_Role()

Specified by:
getRoleAuthorization_Role in interface SQLAccessControlPackage
Returns:
the meta object for the reference 'Role'.
See Also:
RoleAuthorization.getRole(), SQLAccessControlPackage.getRoleAuthorization()

getRoleAuthorization_Grantee

public EReference getRoleAuthorization_Grantee()

Specified by:
getRoleAuthorization_Grantee in interface SQLAccessControlPackage
Returns:
the meta object for the reference 'Grantee'.
See Also:
RoleAuthorization.getGrantee(), SQLAccessControlPackage.getRoleAuthorization()

getRoleAuthorization_Grantor

public EReference getRoleAuthorization_Grantor()

Specified by:
getRoleAuthorization_Grantor in interface SQLAccessControlPackage
Returns:
the meta object for the reference 'Grantor'.
See Also:
RoleAuthorization.getGrantor(), SQLAccessControlPackage.getRoleAuthorization()

getSQLAccessControlFactory

public SQLAccessControlFactory getSQLAccessControlFactory()

Specified by:
getSQLAccessControlFactory in interface SQLAccessControlPackage
Returns:
the factory that creates the instances of the model.

createPackageContents

public void createPackageContents()
Creates the meta-model objects for the package. This method is guarded to have no affect on any invocation but its first.


initializePackageContents

public void initializePackageContents()
Complete the initialization of the package and its meta-model. This method is guarded to have no affect on any invocation but its first.



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