示例#1
0
 public Generator()
 {
     fieldGeneratorTeamOrPlayer  = new SportsTeamOrPlayerJSON.HoldingGenerator("field \"TeamOrPlayer\" of the TypeStatRequests class", false);
     fieldGeneratorStatisticType = new SportsStatsTypeJSON.HoldingGenerator("field \"StatisticType\" of the TypeStatRequests class", false);
     fieldGeneratorArguments     = new SportsStatsArgumentArrayJSON.HoldingArrayGenerator("field \"Arguments\" of the TypeStatRequests class", false);
     unknownFieldGenerator       = new UnknownFieldGenerator(false);
     set_what("the TypeStatRequests class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
示例#2
0
 public Generator()
 {
     fieldGeneratorType         = new SportsStatsTypeJSON.HoldingGenerator("field \"Type\" of the SportsStatsTypeAndValue class", false);
     fieldGeneratorValue        = new JSONHoldingStringGenerator("field \"Value\" of the SportsStatsTypeAndValue class");
     fieldGeneratorValueNumeric = new JSONHoldingNumberTextGenerator("field \"ValueNumeric\" of the SportsStatsTypeAndValue class");
     unknownFieldGenerator      = new UnknownFieldGenerator(false);
     set_what("the SportsStatsTypeAndValue class");
     allow_incomplete = false;
     allow_unpolished = false;
 }