Class AttributeItem


  • public class AttributeItem
    extends Object
    Provides an attribute key/value combination for a meta data item.
    • Constructor Detail

      • AttributeItem

        public AttributeItem​(String name,
                             String value)
        Creates a new attribute item with the supplied parameters.
        Parameters:
        name - the attribute name
        value - the attribute value
    • Method Detail

      • getName

        public String getName()
        Gets the attribute name.
        Returns:
        returns the name, never null
      • getValue

        public String getValue()
        Gets the attribute value.
        Returns:
        returns the attribute value, never null