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

Method Index

 o fieldName()
the field's type name
 o getValue()
 o setValue(String)
 o writeQuotedString(PrintStream, String)
print with surrounding quotes, escape quotes and backslashes

Methods

 o fieldName
  public String fieldName()
the field's type name
Overrides:
fieldName in class Field
 o getValue
  public final String getValue()
 o setValue
  public final void setValue(String val)
 o 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