Class TaggedValue

    • Constructor Detail

      • TaggedValue

        public TaggedValue()
        The default constructor.
      • TaggedValue

        public TaggedValue​(String tag,
                           String value)
        Constructor with a tag and a value.
        Parameters:
        tag -
        value -
    • Method Detail

      • getTag

        public String getTag()
        Get the tag.
        Returns:
        The tag.
      • setTag

        public TaggedValue setTag​(String tag)
        Set the tag.
        Parameters:
        tag -
        Returns:
        this object.
      • getValue

        public String getValue()
        Get the value.
        Returns:
        The value.
      • setValue

        public TaggedValue setValue​(String value)
        Set the value.
        Parameters:
        value -
        Returns:
        this object.