package vrml.fields;

import vrml.*;

public class SFNode extends Field {
  public native  Node getValue();
  public native void setValue(Node node);
}
