The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
//GENERATED BY genfields.pl. DO NOT EDIT!
package vrml.external.field;
import vrml.external.*;
import java.util.*;

public class EventOutSFTime extends EventOut {
		double v;

		public void value__set(String s) throws Exception {
			;
			if(s == null || s.equals("")) {
				v = 0;; return;
			}
			s = s.trim();
			
	s = s.trim();
	v = new Double(s).doubleValue();

		}
	public double getValue() {return v;}

		};