Interface ListTag

    • Field Detail

      • TAG_NAME_LIST

        static final java.lang.String TAG_NAME_LIST
        The constant name of the ListTag.
        See Also:
        Constant Field Values
      • ATTR_NAME_LIST_NAME

        static final java.lang.String ATTR_NAME_LIST_NAME
        The constant name of the attribute id.
        See Also:
        Constant Field Values
    • Method Detail

      • getListName

        java.lang.String getListName()
        Returns the name of the current list. It is actually the value of the attribute ATTR_NAME_LIST_NAME.
        Returns:
        the name of the currrent list.
      • setListName

        void setListName​(java.lang.String listName)
                  throws UnmodifiableException
        Sets a name to the current list. It is actually the value of the attribute ATTR_NAME_LIST_NAME.
        Parameters:
        listName - a new name of the current list.
        Throws:
        UnmodifiableException - thrown if the current tag is read-only.