org.eclipse.datatools.modelbase.dbdefinition
Interface PrivilegeDefinition

All Known Implementing Classes:
PrivilegeDefinitionImpl

public interface PrivilegeDefinition

A representation of the model object 'Privilege Definition'.

The following features are supported:

See Also:
DatabaseDefinitionPackage.getPrivilegeDefinition()

Method Summary
 EList getActionElementDefinitions()
          Returns the value of the 'Action Element Definitions' reference list.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 

Method Detail

getActionElementDefinitions

public EList getActionElementDefinitions()
Returns the value of the 'Action Element Definitions' reference list. The list contents are of type PrivilegedElementDefinition.

If the meaning of the 'Action Element Definitions' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Action Element Definitions' reference list.
See Also:
DatabaseDefinitionPackage.getPrivilegeDefinition_ActionElementDefinitions()

getName

public java.lang.String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), DatabaseDefinitionPackage.getPrivilegeDefinition_Name()

setName

public void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()


Copyright © 2007 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.