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

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, Privilege
All Known Implementing Classes:
DoubleObjectPrivilegeImpl

public interface DoubleObjectPrivilege
extends Privilege

A representation of the model object 'Double Object Privilege'.

The following features are supported:

See Also:
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.wst.rdb.internal.models.sql.accesscontrol.Privilege
getAction, getGrantor, getObject, isGrantable, setAction, setGrantable, setGrantor, setObject
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, 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

public 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), SQLAccessControlPackage.getDoubleObjectPrivilege_Object2()

setObject2

public void setObject2(SQLObject value)
Sets the value of the 'Object2' reference.
Parameters:
value - the new value of the 'Object2' reference.
See Also:
getObject2()