vrml.field
Class SFString

java.lang.Object
  extended by vrml.Field
      extended by vrml.field.SFString
All Implemented Interfaces:
java.lang.Cloneable

public class SFString
extends Field


Constructor Summary
SFString()
           
SFString(java.lang.String s)
           
 
Method Summary
 java.lang.String getValue()
           
 void setValue(ConstSFString s)
           
 void setValue(SFString s)
           
 void setValue(java.lang.String s)
           
 java.lang.String toString()
           
 
Methods inherited from class vrml.Field
clone
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SFString

public SFString()

SFString

public SFString(java.lang.String s)
Method Detail

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String s)

setValue

public void setValue(ConstSFString s)

setValue

public void setValue(SFString s)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object