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

All Superinterfaces:
Privilege, SQLObject

public interface DoubleObjectPrivilege
extends Privilege

A representation of the model object 'Double Object Privilege'. Reference: 5WD-02-Foundation-2002-12 4.34.2 Privileges

The following features are supported:

See Also:
org.eclipse.datatools.modelbase.sql.accesscontrol.SQLAccessControlPackage#getDoubleObjectPrivilege()

Method Summary
 SQLObject getObject2()
          Returns the value of the 'Object2' reference.
 void setObject2(SQLObject value)
          Sets the value of the 'Object2' reference.
 
Methods inherited from interface org.eclipse.datatools.modelbase.sql.accesscontrol.Privilege
getAction, getActionObjects, getGrantee, getGrantor, getObject, isGrantable, isWithHierarchy, setAction, setGrantable, setGrantee, setGrantor, setObject, setWithHierarchy
 
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

getObject2

SQLObject getObject2()
Returns the value of the 'Object2' reference.

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

Returns:
the value of the 'Object2' reference.
See Also:
setObject2(SQLObject), org.eclipse.datatools.modelbase.sql.accesscontrol.SQLAccessControlPackage#getDoubleObjectPrivilege_Object2()

setObject2

void setObject2(SQLObject value)
Sets the value of the 'Object2' reference.

Parameters:
value - the new value of the 'Object2' reference.
See Also:
getObject2()


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