Class iicm.vrml.pw.SFBool
All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class iicm.vrml.pw.SFBool
java.lang.Object
   |
   +----iicm.vrml.pw.Field
           |
           +----iicm.vrml.pw.SFBool
  -  public class SFBool
  -  extends Field
SFBool - Field that holds one boolean
Copyright (c) 1996 IICM
   
  -   fieldName() fieldName()
-  the field's type name
  
-   getValue() getValue()
-  
  
-   setValue(boolean) setValue(boolean)
-  
   
 fieldName
fieldName
  public String fieldName()
  -  the field's type name
  
    -  Overrides:
    
-  fieldName in class Field
  
 
 getValue
getValue
  public final boolean getValue()
 setValue
setValue
  public final void setValue(boolean val)
All Packages  Class Hierarchy  This Package  Previous  Next  Index