sleep.engine.types

Class ObjectValue

public class ObjectValue extends Object implements ScalarType

Field Summary
protected Objectvalue
Constructor Summary
ObjectValue(Object _value)
Method Summary
ScalarTypecopyValue()
doubledoubleValue()
intintValue()
longlongValue()
ObjectobjectValue()
StringtoString()

Field Detail

value

protected Object value

Constructor Detail

ObjectValue

public ObjectValue(Object _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()