package vrml.fields;

import vrml.*;

public class SFFloat extends Field {
  public native float getValue();
  public native void setValue(float value);
}
