예제 #1
0
 public Generator()
 {
     fieldGeneratorType         = new SportsOlympicsBasicAttributeTypeJSON.HoldingGenerator("field \"Type\" of the SportsOlympicsBasicAttributeQueryComponent class", false);
     fieldGeneratorGamesIndices = new FieldHoldingArrayGeneratorGamesIndices("field \"GamesIndices\" of the SportsOlympicsBasicAttributeQueryComponent class");
     fieldGeneratorError        = new SportsOlympicsBasicAttributeErrorJSON.HoldingGenerator("field \"Error\" of the SportsOlympicsBasicAttributeQueryComponent class", false);
     unknownFieldGenerator      = new UnknownFieldGenerator(false);
     set_what("the SportsOlympicsBasicAttributeQueryComponent class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
예제 #2
0
 public Generator()
 {
     fieldGeneratorStatus          = new FieldHoldingGeneratorStatus("field \"Status\" of the SportsSeriesStatusNew class");
     fieldGeneratorSpecialGameType = new SportsPlayoffSpecialGameJSON.HoldingGenerator("field \"SpecialGameType\" of the SportsSeriesStatusNew class", false);
     fieldGeneratorTeams           = new SportsTeamNewJSON.HoldingArrayGenerator("field \"Teams\" of the SportsSeriesStatusNew class", false);
     fieldGeneratorScore           = new FieldHoldingArrayGeneratorScore("field \"Score\" of the SportsSeriesStatusNew class");
     fieldGeneratorSoccerAwayGoals = new FieldHoldingArrayGeneratorSoccerAwayGoals("field \"SoccerAwayGoals\" of the SportsSeriesStatusNew class");
     fieldGeneratorGamesIndices    = new FieldHoldingArrayGeneratorGamesIndices("field \"GamesIndices\" of the SportsSeriesStatusNew class");
     unknownFieldGenerator         = new UnknownFieldGenerator(false);
     set_what("the SportsSeriesStatusNew class");
     allow_incomplete = false;
     allow_unpolished = false;
 }