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

Method Index

 o fieldName()
the field's type name
 o getValue()
 o setValue(boolean)

Methods

 o fieldName
  public String fieldName()
the field's type name
Overrides:
fieldName in class Field
 o getValue
  public final boolean getValue()
 o setValue
  public final void setValue(boolean val)

All Packages  Class Hierarchy  This Package  Previous  Next  Index