Class AttributeHeader

    • Constructor Detail

      • AttributeHeader

        @Deprecated
        public AttributeHeader​(String name,
                               String localIdentifier,
                               String uri,
                               String identifier)
        Deprecated.
        use the constructor with AttributeInHeader
        Creates new header
        Parameters:
        name - name
        localIdentifier - local identifier
        uri - uri
        identifier - identifier
      • AttributeHeader

        @Deprecated
        public AttributeHeader​(String name,
                               String localIdentifier,
                               String uri,
                               String identifier,
                               List<TotalHeaderItem> totalHeaderItems)
        Deprecated.
        use the constructor with AttributeInHeader
        Creates new header
        Parameters:
        name - name
        localIdentifier - local identifier
        uri - uri
        identifier - identifier
        totalHeaderItems - total header items
      • AttributeHeader

        public AttributeHeader​(String name,
                               String localIdentifier,
                               String uri,
                               String identifier,
                               AttributeInHeader formOf)
        Creates new header
        Parameters:
        name - name
        localIdentifier - local identifier
        uri - uri
        identifier - identifier
        formOf - info about attribute which this header's display form is form of
      • AttributeHeader

        public AttributeHeader​(String name,
                               String localIdentifier,
                               String uri,
                               String identifier,
                               AttributeInHeader formOf,
                               List<TotalHeaderItem> totalHeaderItems)
        Creates new header
        Parameters:
        name - name
        localIdentifier - local identifier
        uri - uri
        identifier - identifier
        formOf - info about attribute which this header's display form is form of
        totalHeaderItems - total header items
    • Method Detail

      • getName

        public String getName()
        Header name, an attribute's display form title, or specified alias.
        Returns:
        header name
      • getUri

        public String getUri()
        Uri of attribute's display form
        Returns:
        uri
      • getIdentifier

        public String getIdentifier()
        Metadata identifier of attribute's display form
        Returns:
        identifier
      • getTotalItems

        public List<TotalHeaderItem> getTotalItems()
        Totals' headers belonging to the same level as this header.
        Returns:
        lists of totals' header