19 public int getValue() {
24 public String toString() {
26 return String.valueOf(value);
29 public void __fromPerl(BufferedReader in)
throws IOException {
32 value = Integer.parseInt(in.readLine());
35 public void __toPerl(PrintWriter out)
throws IOException {