Interface Directory

All Superinterfaces:
CDOObject, CDOWithID, EObject, ModelElement, Notifier, SecurityElement, SecurityItem, SecurityItemContainer, SecurityItemProvider
All Known Implementing Classes:
DirectoryImpl

public interface Directory extends SecurityItem, SecurityItemContainer
A representation of the model object 'Container'.
See Also:
Generated
Extends
SecurityItemContainer
Model
No Implement
This interface is not intended to be implemented by clients.
No Extend
This interface is not intended to be extended by clients.

The following features are supported:

  • Field Details

  • Method Details

    • getItems

      EList<SecurityItem> getItems()
      Returns the value of the 'Items' containment reference list. The list contents are of type SecurityItem.

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

      Returns:
      the value of the 'Items' containment reference list.
      See Also:
      Generated
      Model
      containment="true"
    • getName

      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:
      Generated
      Model
    • setName

      void setName(String value)
      Sets the value of the 'Name' attribute.
      Parameters:
      value - the new value of the 'Name' attribute.
      See Also:
      Generated