13 public ConstSFString() { }
15 public ConstSFString(String s) {
19 public String getValue() {
24 public String toString() {
26 return vrml.FWHelper.quote(s);
29 public void __fromPerl(BufferedReader in)
throws IOException {
35 public void __toPerl(PrintWriter out)
throws IOException {