sleep.engine.types
Class NullValue
- ScalarType, Serializable
NullValue
public NullValue()
copyValue
public ScalarType copyValue()
create a clone of this scalar's value. It is important to note that you should return a copy here unless you really want
scalars of your scalar type to be passed by reference.
- copyValue in interface ScalarType
intValue
public int intValue()
convert the scalar to an int
- intValue in interface ScalarType
objectValue
public Object objectValue()
convert the scalar to an object value *shrug*
- objectValue in interface ScalarType
toString
public String toString()
convert the scalar to a string
- toString in interface ScalarType