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

Represents a read-only VRML SFBool field in Java.


Constructor Summary
ConstSFBool(boolean value)
          Construct a read-only SFBool field.
 
Method Summary
 boolean getValue()
          Get the value of the SFBool 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

ConstSFBool

public ConstSFBool(boolean value)
Construct a read-only SFBool field.

Parameters:
value - Boolean value of field.
Method Detail

getValue

public boolean getValue()
Get the value of the SFBool field.

Returns:
Value of SFBool.