j3d-vrml97-0.1.0

vrml.field
Class SFString

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

public class SFString
extends Field

Description of the Class


Field Summary
 
Fields inherited from class vrml.Field
implField
 
Constructor Summary
SFString(SFString init)
          Constructor for the SFString object
SFString(String string)
          Constructor for the SFString object
 
Method Summary
 Object clone()
          Description of the Method
 String getValue()
          Gets the value attribute of the SFString object
 void setValue(ConstSFString s)
          Sets the value attribute of the SFString object
 void setValue(SFString s)
          Sets the value attribute of the SFString object
 void setValue(String s)
          Sets the value attribute of the SFString object
 
Methods inherited from class vrml.Field
getImpl, markWriteable
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SFString

public SFString(SFString init)
Constructor for the SFString object

Parameters:
init - Description of the Parameter

SFString

public SFString(String string)
Constructor for the SFString object

Parameters:
string - Description of the Parameter
Method Detail

clone

public Object clone()
Description of the Method

Specified by:
clone in class Field
Returns:
Description of the Return Value

getValue

public String getValue()
Gets the value attribute of the SFString object

Returns:
The value value

setValue

public void setValue(String s)
Sets the value attribute of the SFString object

Parameters:
s - The new value value

setValue

public void setValue(ConstSFString s)
Sets the value attribute of the SFString object

Parameters:
s - The new value value

setValue

public void setValue(SFString s)
Sets the value attribute of the SFString object

Parameters:
s - The new value value

j3d-vrml97-0.1.0

Todo: put BSD License reference here..