sleep.engine.types

Class IntValue

public class IntValue extends Object implements ScalarType

Field Summary
protected intvalue
Constructor Summary
IntValue(int _value)
Method Summary
ScalarTypecopyValue()
doubledoubleValue()
intintValue()
longlongValue()
ObjectobjectValue()
StringtoString()

Field Detail

value

protected int value

Constructor Detail

IntValue

public IntValue(int _value)

Method Detail

copyValue

public ScalarType copyValue()

doubleValue

public double doubleValue()

intValue

public int intValue()

longValue

public long longValue()

objectValue

public Object objectValue()

toString

public String toString()