Package com.xinapse.util
Class InfoItem
java.lang.Object
com.xinapse.util.InfoItem
- All Implemented Interfaces:
Cloneable
An image information item key-value pair.
-
Method Details
-
clone
Returns a copy of thisInfoItem
. -
getName
Return the keyword for thisInfoItem
.- Returns:
- the keyword for this
InfoItem
.
-
getValue
Return the value for thisInfoItem
.- Returns:
- the value for this
InfoItem
.
-
setValue
Sets the value for thisInfoItem
.- Parameters:
v
- the new value for thisInfoItem
.
-
toString
Returns a String representation of thisInfoItem
.
-