sleep.engine.types

Class IntValue

Implemented Interfaces:
ScalarType, Serializable

public class IntValue
extends Object
implements ScalarType

Field Summary

protected int
value

Constructor Summary

IntValue(int _value)

Method Summary

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

Field Details

value

protected int value

Constructor Details

IntValue

public IntValue(int _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