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

All Superinterfaces:
AuthorizationIdentifier, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, SQLObject
All Known Implementing Classes:
RoleImpl

public interface Role
extends AuthorizationIdentifier

A representation of the model object 'Role'.

The following features are supported:

See Also:
SQLAccessControlPackage.getRole()

Method Summary
 org.eclipse.emf.common.util.EList getRoleAuthorization()
          Returns the value of the 'Role Authorization' reference list.
 
Methods inherited from interface org.eclipse.wst.rdb.internal.models.sql.accesscontrol.AuthorizationIdentifier
getGrantedPrivilege, getGrantedRoleAuthorization, getOwnedSchema, getReceivedPrivilege, getReceivedRoleAuthorization
 
Methods inherited from interface org.eclipse.wst.rdb.internal.models.sql.schema.SQLObject
addEAnnotation, addEAnnotationDetail, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getRoleAuthorization

public org.eclipse.emf.common.util.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()