j3d-vrml97-0.1.0

org.jdesktop.j3d.loaders.vrml97.impl
Class SFBool

java.lang.Object
  extended by org.jdesktop.j3d.loaders.vrml97.impl.Field
      extended by org.jdesktop.j3d.loaders.vrml97.impl.SFBool

public class SFBool
extends Field

Description of the Class


Field Summary
 
Fields inherited from class org.jdesktop.j3d.loaders.vrml97.impl.Field
constField, fieldType
 
Constructor Summary
SFBool(boolean value)
          Constructor for the SFBool object
 
Method Summary
 Object clone()
          Description of the Method
 ConstField constify()
          Description of the Method
 boolean getValue()
          Gets the value attribute of the SFBool object
 void setValue(boolean b)
          Sets the value attribute of the SFBool object
 void setValue(ConstSFBool b)
          Sets the value attribute of the SFBool object
 void setValue(SFBool b)
          Sets the value attribute of the SFBool object
 String toString()
          Description of the Method
 void update(Field field)
          Description of the Method
 Field wrap()
          Description of the Method
 
Methods inherited from class org.jdesktop.j3d.loaders.vrml97.impl.Field
baseName, markWriteable, toStringId
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SFBool

public SFBool(boolean value)
Constructor for the SFBool object

Parameters:
value - Description of the Parameter
Method Detail

getValue

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

Returns:
The value value

setValue

public void setValue(boolean b)
Sets the value attribute of the SFBool object

Parameters:
b - The new value value

setValue

public void setValue(SFBool b)
Sets the value attribute of the SFBool object

Parameters:
b - The new value value

setValue

public void setValue(ConstSFBool b)
Sets the value attribute of the SFBool object

Parameters:
b - The new value value

clone

public Object clone()
Description of the Method

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

constify

public ConstField constify()
Description of the Method

Returns:
Description of the Return Value

update

public void update(Field field)
Description of the Method

Parameters:
field - Description of the Parameter

wrap

public Field wrap()
Description of the Method

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

toString

public String toString()
Description of the Method

Overrides:
toString in class Object
Returns:
Description of the Return Value

j3d-vrml97-0.1.0

Todo: put BSD License reference here..