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() fieldName()
-  the field's type name
  
-   getValue() getValue()
-  
  
-   setValue(String) setValue(String)
-  
  
-   writeQuotedString(PrintStream, String) writeQuotedString(PrintStream, String)
-  print with surrounding quotes, escape quotes and backslashes
   
 fieldName
fieldName
  public String fieldName()
  -  the field's type name
  
    -  Overrides:
    
-  fieldName in class Field
  
 
 getValue
getValue
  public final String getValue()
 setValue
setValue
  public final void setValue(String val)
 writeQuotedString
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