public inc(): Jint {
    this._value = this._value + 1;
    return jint(this._value.toString());
  }