String

Wrapper around string, to distinguish between Null and NotNull fields: string is NotNull, String is Null -- same interface as in Nullable

Alias This

_value

Members

Functions

nullify
void nullify()

Forces this to the null state.

Properties

isNull
bool isNull [@property getter]

Returns true if and only if this is in the null state.

Variables

_value
string _value;
Undocumented in source.

Meta