j3d-vrml97-0.1.0

vrml.field
Class ConstSFBool

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

public class ConstSFBool
extends ConstField

Description of the Class


Field Summary
 
Fields inherited from class vrml.Field
implField
 
Constructor Summary
ConstSFBool(ConstSFBool init)
          Constructor for the ConstSFBool object
 
Method Summary
 Object clone()
          Description of the Method
 boolean getValue()
          Gets the value attribute of the ConstSFBool object
 
Methods inherited from class vrml.ConstField
markWritable
 
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

ConstSFBool

public ConstSFBool(ConstSFBool init)
Constructor for the ConstSFBool object

Parameters:
init - Description of the Parameter
Method Detail

getValue

public boolean getValue()
Gets the value attribute of the ConstSFBool object

Returns:
The value value

clone

public Object clone()
Description of the Method

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

j3d-vrml97-0.1.0

Todo: put BSD License reference here..