vrml.field
Class ConstSFString

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

public class ConstSFString
extends ConstField

Represents a read-only VRML SFString field in Java.


Constructor Summary
ConstSFString(java.lang.String value)
          Construct a read-only SFString field.
 
Method Summary
 java.lang.String getValue()
          Get the value of the SFString field.
 
Methods inherited from class vrml.ConstField
clone
 
Methods inherited from class vrml.Field
dispose, finalize, getPeer, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConstSFString

public ConstSFString(java.lang.String value)
Construct a read-only SFString field.

Parameters:
value - Initial value of SFString
Method Detail

getValue

public java.lang.String getValue()
Get the value of the SFString field.

Returns:
Value of SFString