org.eclipse.datatools.modelbase.sql.accesscontrol
Interface Role
- All Superinterfaces:
- AuthorizationIdentifier, SQLObject
- All Known Implementing Classes:
- RoleImpl
- public interface Role
- extends AuthorizationIdentifier
A representation of the model object 'Role'.
Reference: 5WD-02-Foundation-2002-12 4.34.3 Roles
The following features are supported:
- See Also:
SQLAccessControlPackage.getRole()
Method Summary |
EList |
getRoleAuthorization()
Returns the value of the 'Role Authorization' reference list. |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.schema.SQLObject |
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
getRoleAuthorization
public EList getRoleAuthorization()
- Returns the value of the 'Role Authorization' reference list.
The list contents are of type
RoleAuthorization
.
It is bidirectional and its opposite is 'Role
'.
If the meaning of the 'Role Authorization' reference list isn't clear,
there really should be more of a description here...
- Returns:
- the value of the 'Role Authorization' reference list.
- See Also:
SQLAccessControlPackage.getRole_RoleAuthorization()
,
RoleAuthorization.getRole()
Copyright © 2006 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.