iicm.vrml.pw
Class SFString

java.lang.Object
  |
  +--iicm.vrml.pw.Field
        |
        +--iicm.vrml.pw.SFString

public class SFString
extends Field

SFString - Field that holds one String


Fields inherited from class iicm.vrml.pw.Field
changed, class_, F_EVENTIN, F_EVENTOUT, F_EXPOSEDFIELD, F_FIELD, readerror, STR_EVENTIN, STR_EVENTOUT, STR_EXPOSEDFIELD, STR_FIELD
 
Method Summary
 java.lang.String fieldName()
          the field's type name
 java.lang.String getValue()
           
 void setValue(java.lang.String val)
           
static void writeQuotedString(java.io.PrintStream os, java.lang.String str)
          print with surrounding quotes, escape quotes and backslashes
 
Methods inherited from class iicm.vrml.pw.Field
findProtoField, getFieldClass, getFieldClassName, getTimeOfChange, readError, sendEvent, setEventCallback, wasChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

fieldName

public java.lang.String fieldName()
Description copied from class: Field
the field's type name
Overrides:
fieldName in class Field

getValue

public final java.lang.String getValue()

setValue

public final void setValue(java.lang.String val)

writeQuotedString

public static void writeQuotedString(java.io.PrintStream os,
                                     java.lang.String str)
print with surrounding quotes, escape quotes and backslashes