|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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. |
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. |
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 |
setGrantor(AuthorizationIdentifier value)
Sets the value of the ' Grantor' reference. |
void |
setObject(SQLObject value)
Sets the value of the ' Object' reference. |
| Methods inherited from interface org.eclipse.datatools.modelbase.sql.schema.SQLObject |
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
| Method Detail |
public 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()public void setGrantable(boolean value)
Grantable' attribute.
value - the new value of the 'Grantable' attribute.isGrantable()public 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()public void setAction(java.lang.String value)
Action' attribute.
value - the new value of the 'Action' attribute.getAction()public 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()public void setGrantor(AuthorizationIdentifier value)
Grantor' reference.
value - the new value of the 'Grantor' reference.getGrantor()public SQLObject getObject()
If the meaning of the 'Object' reference isn't clear, there really should be more of a description here...
setObject(SQLObject),
SQLAccessControlPackage.getPrivilege_Object()public 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 | ||||||||||