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

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, 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, 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

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