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()
- the field's type name
-
getValue()
-
-
setValue(boolean)
-
fieldName
public String fieldName()
- the field's type name
- Overrides:
- fieldName in class Field
getValue
public final boolean getValue()
setValue
public final void setValue(boolean val)
All Packages Class Hierarchy This Package Previous Next Index