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