Interface Directory

    • Method Detail

      • 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:
        SecurityPackage.getDirectory_Items()
        Generated
        Model
        containment="true"
      • getName

        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), SecurityPackage.getDirectory_Name()
        Generated
        Model
      • setName

        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()
        Generated