Schnittstelle Directory

Alle Superschnittstellen:
CDOObject, CDOWithID, EObject, ModelElement, Notifier, SecurityElement, SecurityItem, SecurityItemContainer, SecurityItemProvider
Alle bekannten Implementierungsklassen:
DirectoryImpl

public interface Directory extends SecurityItem, SecurityItemContainer
A representation of the model object 'Container'.
Siehe auch:
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:

  • Felddetails

  • Methodendetails

    • 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...

      Gibt zurück:
      the value of the 'Items' containment reference list.
      Siehe auch:
      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...

      Gibt zurück:
      the value of the 'Name' attribute.
      Siehe auch:
      Generated
      Model
    • setName

      void setName(String value)
      Sets the value of the 'Name' attribute.
      Parameter:
      value - the new value of the 'Name' attribute.
      Siehe auch:
      Generated