|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Privilege
A representation of the model object 'Privilege'. Reference: 5WD-02-Foundation-2002-12 4.34.2 Privileges
The following features are supported:
SQLAccessControlPackage.getPrivilege()
Method Summary | |
---|---|
java.lang.String |
getAction()
Returns the value of the 'Action' attribute. |
org.eclipse.emf.common.util.EList |
getActionObjects()
Returns the value of the 'Action Objects' reference list. |
AuthorizationIdentifier |
getGrantee()
Returns the value of the 'Grantee' container reference. |
AuthorizationIdentifier |
getGrantor()
Returns the value of the 'Grantor' reference. |
SQLObject |
getObject()
Returns the value of the 'Object' reference. |
boolean |
isGrantable()
Returns the value of the 'Grantable' attribute. |
boolean |
isWithHierarchy()
Returns the value of the 'With Hierarchy' attribute. |
void |
setAction(java.lang.String value)
Sets the value of the ' Action ' attribute. |
void |
setGrantable(boolean value)
Sets the value of the ' Grantable ' attribute. |
void |
setGrantee(AuthorizationIdentifier value)
Sets the value of the ' Grantee ' container reference. |
void |
setGrantor(AuthorizationIdentifier value)
Sets the value of the ' Grantor ' reference. |
void |
setObject(SQLObject value)
Sets the value of the ' Object ' reference. |
void |
setWithHierarchy(boolean value)
Sets the value of the ' With Hierarchy ' attribute. |
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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
boolean isGrantable()
If the meaning of the 'Grantable' attribute isn't clear, there really should be more of a description here...
setGrantable(boolean)
,
SQLAccessControlPackage.getPrivilege_Grantable()
void setGrantable(boolean value)
Grantable
' attribute.
value
- the new value of the 'Grantable' attribute.isGrantable()
java.lang.String getAction()
If the meaning of the 'Action' attribute isn't clear, there really should be more of a description here...
setAction(String)
,
SQLAccessControlPackage.getPrivilege_Action()
void setAction(java.lang.String value)
Action
' attribute.
value
- the new value of the 'Action' attribute.getAction()
boolean isWithHierarchy()
If the meaning of the 'With Hierarchy' attribute isn't clear, there really should be more of a description here...
setWithHierarchy(boolean)
,
SQLAccessControlPackage.getPrivilege_WithHierarchy()
void setWithHierarchy(boolean value)
With Hierarchy
' attribute.
value
- the new value of the 'With Hierarchy' attribute.isWithHierarchy()
AuthorizationIdentifier getGrantor()
Granted Privilege
'.
If the meaning of the 'Grantor' reference isn't clear, there really should be more of a description here...
setGrantor(AuthorizationIdentifier)
,
SQLAccessControlPackage.getPrivilege_Grantor()
,
AuthorizationIdentifier.getGrantedPrivilege()
void setGrantor(AuthorizationIdentifier value)
Grantor
' reference.
value
- the new value of the 'Grantor' reference.getGrantor()
AuthorizationIdentifier getGrantee()
Received Privilege
'.
If the meaning of the 'Grantee' container reference isn't clear, there really should be more of a description here...
setGrantee(AuthorizationIdentifier)
,
SQLAccessControlPackage.getPrivilege_Grantee()
,
AuthorizationIdentifier.getReceivedPrivilege()
void setGrantee(AuthorizationIdentifier value)
Grantee
' container reference.
value
- the new value of the 'Grantee' container reference.getGrantee()
org.eclipse.emf.common.util.EList getActionObjects()
SQLObject
.
If the meaning of the 'Action Objects' reference list isn't clear, there really should be more of a description here...
SQLAccessControlPackage.getPrivilege_ActionObjects()
SQLObject getObject()
Privileges
'.
If the meaning of the 'Object' reference isn't clear, there really should be more of a description here...
setObject(SQLObject)
,
SQLAccessControlPackage.getPrivilege_Object()
,
SQLObject.getPrivileges()
void setObject(SQLObject value)
Object
' reference.
value
- the new value of the 'Object' reference.getObject()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |