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

All Superinterfaces:
AuthorizationIdentifier, SQLObject
All Known Implementing Classes:
GroupImpl

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
 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, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel
 

Method Detail

getUser

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()


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