Class iicm.vrml.pw.SFString
All Packages Class Hierarchy This Package Previous Next Index
Class iicm.vrml.pw.SFString
java.lang.Object
|
+----iicm.vrml.pw.Field
|
+----iicm.vrml.pw.SFString
- public class SFString
- extends Field
SFString - Field that holds one String
Copyright (c) 1996 IICM
-
fieldName()
- the field's type name
-
getValue()
-
-
setValue(String)
-
-
writeQuotedString(PrintStream, String)
- print with surrounding quotes, escape quotes and backslashes
fieldName
public String fieldName()
- the field's type name
- Overrides:
- fieldName in class Field
getValue
public final String getValue()
setValue
public final void setValue(String val)
writeQuotedString
public static void writeQuotedString(PrintStream os,
String str)
- print with surrounding quotes, escape quotes and backslashes
All Packages Class Hierarchy This Package Previous Next Index