Class InfoItem

java.lang.Object
com.xinapse.util.InfoItem
All Implemented Interfaces:
Cloneable

public class InfoItem extends Object implements Cloneable
An image information item key-value pair.
  • Method Details

    • clone

      public InfoItem clone()
      Returns a copy of this InfoItem.
      Overrides:
      clone in class Object
      Returns:
      a copy of this InfoItem.
    • getName

      public String getName()
      Return the keyword for this InfoItem.
      Returns:
      the keyword for this InfoItem.
    • getValue

      public String getValue()
      Return the value for this InfoItem.
      Returns:
      the value for this InfoItem.
    • setValue

      public void setValue(String v)
      Sets the value for this InfoItem.
      Parameters:
      v - the new value for this InfoItem.
    • toString

      public String toString()
      Returns a String representation of this InfoItem.
      Overrides:
      toString in class Object
      Returns:
      a String of the form "name=value".