Static public member functions

static NzaeNumericField* newField(std::string str)
Constructs a NumericField from string.
static NzaeNumericField* newField(int32_t val)
Constructs a NumericField from int32_t.
static NzaeNumericField* newField(int64_t val)
Constructs a NumericField from int64_t.
static NzaeNumericField* newField(double val)
Constructs a NumericField from double.