Class AttributeInHeader

    • Constructor Detail

      • AttributeInHeader

        public AttributeInHeader​(String name,
                                 String uri,
                                 String identifier)
        Creates new instance
        Parameters:
        name - attribute's title
        uri - attribute's uri
        identifier - attribute's identifier
    • Method Detail

      • getName

        public String getName()
        Returns:
        attribute's title
      • getUri

        public String getUri()
        Returns:
        attribute's uri
      • getIdentifier

        public String getIdentifier()
        Returns:
        attribute's identifier
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object