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