org.eclipse.datatools.modelbase.sql.accesscontrol
Interface Group

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 Subinterfaces:
SybaseASABaseGroup, SybaseASEGroup
All Known Implementing Classes:
org.eclipse.datatools.modelbase.sql.accesscontrol.impl.GroupImpl, SybaseASABaseGroupImpl, SybaseASACatalogBaseGroup, SybaseASECatalogGroup, SybaseASEGroupImpl

public interface Group
extends AuthorizationIdentifier

A representation of the model object 'Group'. Reference: 5WD-02-Foundation-2002-12 4.34.1 Authorization Identifiers

The following features are supported:

See Also:
SQLAccessControlPackage.getGroup()

Method Summary
 org.eclipse.emf.common.util.EList getUser()
          Returns the value of the 'User' reference list.
 
Methods inherited from interface org.eclipse.datatools.modelbase.sql.accesscontrol.AuthorizationIdentifier
getDatabase, getGrantedPrivilege, getGrantedRoleAuthorization, getOwnedSchema, getReceivedPrivilege, getReceivedRoleAuthorization, setDatabase
 
Methods inherited from interface org.eclipse.datatools.modelbase.sql.schema.SQLObject
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getExtensions, getLabel, getPrivileges, 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

getUser

org.eclipse.emf.common.util.EList getUser()
Returns the value of the 'User' reference list. The list contents are of type User. It is bidirectional and its opposite is 'Group'.

If the meaning of the 'User' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'User' reference list.
See Also:
SQLAccessControlPackage.getGroup_User(), User.getGroup()