package vrml.fields;

import vrml.*;
import vrml.fields.constfields.ConstMFInt32;

public class MFInt32 extends Field {
  public native int[] getValue();
  public native void setValue(int[] value);
  public native void setValue(ConstMFInt32 value);
  public native void set1Value(int index, int value);
}
