public class Value
extends java.lang.Object
implements java.io.Serializable
Value
class represents values that a single String
value.Constructor and Description |
---|
Value()
The default constructor.
|
Value(java.lang.String v)
The constructor creating an object with single string value.
|