Uses of Interface
org.eclipse.wst.rdb.internal.models.sql.accesscontrol.Role

Packages that use Role
org.eclipse.wst.rdb.internal.models.sql.accesscontrol   
org.eclipse.wst.rdb.internal.models.sql.accesscontrol.impl   
org.eclipse.wst.rdb.internal.models.sql.accesscontrol.util   
 

Uses of Role in org.eclipse.wst.rdb.internal.models.sql.accesscontrol
 

Methods in org.eclipse.wst.rdb.internal.models.sql.accesscontrol that return Role
 Role SQLAccessControlFactory.createRole()
          Returns a new object of class 'Role'.
 Role RoleAuthorization.getRole()
          Returns the value of the 'Role' reference.
 

Methods in org.eclipse.wst.rdb.internal.models.sql.accesscontrol with parameters of type Role
 void RoleAuthorization.setRole(Role value)
          Sets the value of the 'Role' reference.
 

Uses of Role in org.eclipse.wst.rdb.internal.models.sql.accesscontrol.impl
 

Classes in org.eclipse.wst.rdb.internal.models.sql.accesscontrol.impl that implement Role
 class RoleImpl
          An implementation of the model object 'Role'.
 

Methods in org.eclipse.wst.rdb.internal.models.sql.accesscontrol.impl that return Role
 Role RoleAuthorizationImpl.basicGetRole()
           
 Role SQLAccessControlFactoryImpl.createRole()
           
 Role RoleAuthorizationImpl.getRole()
           
 

Methods in org.eclipse.wst.rdb.internal.models.sql.accesscontrol.impl with parameters of type Role
 org.eclipse.emf.common.notify.NotificationChain RoleAuthorizationImpl.basicSetRole(Role newRole, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void RoleAuthorizationImpl.setRole(Role newRole)
           
 

Uses of Role in org.eclipse.wst.rdb.internal.models.sql.accesscontrol.util
 

Methods in org.eclipse.wst.rdb.internal.models.sql.accesscontrol.util with parameters of type Role
 java.lang.Object SQLAccessControlSwitch.caseRole(Role object)
          Returns the result of interpretting the object as an instance of 'Role'.