示例#1
0
 public Generator()
   {
     fieldGeneratorMapLocation = new MapLocationJSON.HoldingGenerator("field \"MapLocation\" of the LocationAndTime class", false);
     fieldGeneratorTimeZone = new TimeZoneJSON.HoldingGenerator("field \"TimeZone\" of the LocationAndTime class", false);
     fieldGeneratorDateTimeSpec = new DateTimeSpecJSON.HoldingGenerator("field \"DateTimeSpec\" of the LocationAndTime class", false);
     unknownFieldGenerator = new UnknownFieldGenerator(false);
     set_what("the LocationAndTime class");
     allow_incomplete = false;
     allow_unpolished = false;
   }
示例#2
0
 public Generator()
 {
     fieldGeneratorDateAndTimeKind         = new FieldHoldingGeneratorDateAndTimeKind("field \"DateAndTimeKind\" of the TimeInLocationConversationState class");
     fieldGeneratorSourceMapLocation       = new MapLocationJSON.HoldingGenerator("field \"SourceMapLocation\" of the TimeInLocationConversationState class", false);
     fieldGeneratorSourceTimeZone          = new TimeZoneJSON.HoldingGenerator("field \"SourceTimeZone\" of the TimeInLocationConversationState class", false);
     fieldGeneratorSourceDateTimeSpec      = new DateTimeSpecJSON.HoldingGenerator("field \"SourceDateTimeSpec\" of the TimeInLocationConversationState class", false);
     fieldGeneratorDestinationMapLocation  = new MapLocationJSON.HoldingGenerator("field \"DestinationMapLocation\" of the TimeInLocationConversationState class", false);
     fieldGeneratorDestinationTimeZone     = new TimeZoneJSON.HoldingGenerator("field \"DestinationTimeZone\" of the TimeInLocationConversationState class", false);
     fieldGeneratorDestinationDateTimeSpec = new DateTimeSpecJSON.HoldingGenerator("field \"DestinationDateTimeSpec\" of the TimeInLocationConversationState class", false);
     fieldGeneratorMapLocation             = new MapLocationJSON.HoldingGenerator("field \"MapLocation\" of the TimeInLocationConversationState class", false);
     fieldGeneratorTimeZone     = new TimeZoneJSON.HoldingGenerator("field \"TimeZone\" of the TimeInLocationConversationState class", false);
     fieldGeneratorDateTimeSpec = new DateTimeSpecJSON.HoldingGenerator("field \"DateTimeSpec\" of the TimeInLocationConversationState class", false);
     unknownFieldGenerator      = new UnknownFieldGenerator(false);
     set_what("the TimeInLocationConversationState class");
     allow_incomplete = false;
     allow_unpolished = false;
 }