static QL700 fromIndex (int index) { if (index < 0 ||index >= _values.length ) { return UNSUPPORT; } return _values[index]; }