示例#1
0
 public void initialize() {
   for (TimeValue each : this.values()) {
     each.initialize();
   }
   defaultValue.initialize();
 }