All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class berkeley.cs.dmc.vrml.field.SFString

java.lang.Object
   |
   +----berkeley.cs.dmc.vrml.Field
           |
           +----berkeley.cs.dmc.vrml.field.SFString

public class SFString
extends Field

Constructor Index

 o SFString()
 o SFString(String)

Method Index

 o getValue()
 o setValue(ConstSFString)
 o setValue(SFString)
 o setValue(String)
 o toString()

Constructors

 o SFString
 public SFString()
 o SFString
 public SFString(String s)

Methods

 o getValue
 public String getValue()
 o setValue
 public void setValue(String s)
 o setValue
 public void setValue(ConstSFString s)
 o setValue
 public void setValue(SFString s)
 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index