vrml.field
Class SFInt32

java.lang.Object
  extended by vrml.Field
      extended by vrml.field.SFInt32
All Implemented Interfaces:
java.lang.Cloneable

public class SFInt32
extends Field


Constructor Summary
SFInt32()
           
SFInt32(int value)
           
 
Method Summary
 int getValue()
           
 void setValue(ConstSFInt32 i)
           
 void setValue(int i)
           
 void setValue(SFInt32 i)
           
 java.lang.String toString()
           
 
Methods inherited from class vrml.Field
clone
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SFInt32

public SFInt32()

SFInt32

public SFInt32(int value)
Method Detail

getValue

public int getValue()

setValue

public void setValue(int i)

setValue

public void setValue(ConstSFInt32 i)

setValue

public void setValue(SFInt32 i)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object