sleep.engine.types

Class StringValue

Implemented Interfaces:
ScalarType, Serializable

public class StringValue
extends Object
implements ScalarType

Field Summary

protected String
value

Constructor Summary

StringValue(String _value)

Method Summary

ScalarType
copyValue()
double
doubleValue()
int
intValue()
long
longValue()
Object
objectValue()
String
toString()

Field Details

value

protected String value

Constructor Details

StringValue

public StringValue(String _value)

Method Details

copyValue

public ScalarType copyValue()
Specified by:
copyValue in interface ScalarType

doubleValue

public double doubleValue()
Specified by:
doubleValue in interface ScalarType

intValue

public int intValue()
Specified by:
intValue in interface ScalarType

longValue

public long longValue()
Specified by:
longValue in interface ScalarType

objectValue

public Object objectValue()
Specified by:
objectValue in interface ScalarType

toString

public String toString()
Specified by:
toString in interface ScalarType