public String getValue() { Array value = att.getValues(); try { return NCdumpW.printArray(value, null, null); } catch (IOException e) { return e.getMessage(); } }
public String getValue() { Array value = att.getValues(); return NCdumpW.toString(value, null, null); }