예제 #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()
 {
     fieldGeneratorTeamOrPlayer           = new SportsTeamOrPlayerJSON.HoldingGenerator("field \"TeamOrPlayer\" of the SportsStatsQueryData class", false);
     fieldGeneratorStatisticsTypeAndValue = new SportsStatsTypeAndValueJSON.HoldingArrayGenerator("field \"StatisticsTypeAndValue\" of the SportsStatsQueryData class", false);
     fieldGeneratorSeason      = new SportsSeasonResolvedJSON.HoldingGenerator("field \"Season\" of the SportsStatsQueryData class", false);
     fieldGeneratorGame        = new SportsGameJSON.HoldingGenerator("field \"Game\" of the SportsStatsQueryData class", false);
     fieldGeneratorCardinality = new FieldHoldingGeneratorCardinality("field \"Cardinality\" of the SportsStatsQueryData class");
     fieldGeneratorError       = new FieldHoldingGeneratorError("field \"Error\" of the SportsStatsQueryData class");
     unknownFieldGenerator     = new UnknownFieldGenerator(false);
     set_what("the SportsStatsQueryData class");
     allow_incomplete = false;
     allow_unpolished = false;
 }