j3d-vrml97-0.1.0

vrml.field
Class SFInt32

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

public class SFInt32
extends Field

Description of the Class


Field Summary
 
Fields inherited from class vrml.Field
implField
 
Constructor Summary
SFInt32(SFInt32 init)
          Constructor for the SFInt32 object
 
Method Summary
 Object clone()
          Description of the Method
 int getValue()
          Gets the value attribute of the SFInt32 object
 void setValue(ConstSFInt32 i)
          Sets the value attribute of the SFInt32 object
 void setValue(int i)
          Sets the value attribute of the SFInt32 object
 void setValue(SFInt32 i)
          Sets the value attribute of the SFInt32 object
 
Methods inherited from class vrml.Field
getImpl, markWriteable
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SFInt32

public SFInt32(SFInt32 init)
Constructor for the SFInt32 object

Parameters:
init - Description of the Parameter
Method Detail

clone

public Object clone()
Description of the Method

Specified by:
clone in class Field
Returns:
Description of the Return Value

getValue

public int getValue()
Gets the value attribute of the SFInt32 object

Returns:
The value value

setValue

public void setValue(int i)
Sets the value attribute of the SFInt32 object

Parameters:
i - The new value value

setValue

public void setValue(SFInt32 i)
Sets the value attribute of the SFInt32 object

Parameters:
i - The new value value

setValue

public void setValue(ConstSFInt32 i)
Sets the value attribute of the SFInt32 object

Parameters:
i - The new value value

j3d-vrml97-0.1.0

Todo: put BSD License reference here..