vrml.field
Class ConstSFBool

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

public class ConstSFBool
extends ConstField


Constructor Summary
ConstSFBool(boolean value)
           
 
Method Summary
 boolean getValue()
           
 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

ConstSFBool

public ConstSFBool(boolean value)
Method Detail

getValue

public boolean getValue()

toString

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