in tck/src/main/java/org/apache/jdo/tck/pc/fieldtypes/FieldsOfSimpleInterface.java [374:667]
public SimpleInterface get(int index) {
switch (index) {
case (0):
return SimpleInterface0;
case (1):
return SimpleInterface1;
case (2):
return SimpleInterface2;
case (3):
return SimpleInterface3;
case (4):
return SimpleInterface4;
case (5):
return SimpleInterface5;
case (6):
return SimpleInterface6;
case (7):
return SimpleInterface7;
case (8):
return SimpleInterface8;
case (9):
return SimpleInterface9;
case (10):
return SimpleInterface10;
case (11):
return SimpleInterface11;
case (12):
return SimpleInterface12;
case (13):
return SimpleInterface13;
case (14):
return SimpleInterface14;
case (15):
return SimpleInterface15;
case (16):
return SimpleInterface16;
case (17):
return SimpleInterface17;
case (18):
return SimpleInterface18;
case (19):
return SimpleInterface19;
case (20):
return SimpleInterface20;
case (21):
return SimpleInterface21;
case (22):
return SimpleInterface22;
case (23):
return SimpleInterface23;
case (24):
return SimpleInterface24;
case (25):
return SimpleInterface25;
case (26):
return SimpleInterface26;
case (27):
return SimpleInterface27;
case (28):
return SimpleInterface28;
case (29):
return SimpleInterface29;
case (30):
return SimpleInterface30;
case (31):
return SimpleInterface31;
case (32):
return SimpleInterface32;
case (33):
return SimpleInterface33;
case (34):
return SimpleInterface34;
case (35):
return SimpleInterface35;
case (36):
return SimpleInterface36;
case (37):
return SimpleInterface37;
case (38):
return SimpleInterface38;
case (39):
return SimpleInterface39;
case (40):
return SimpleInterface40;
case (41):
return SimpleInterface41;
case (42):
return SimpleInterface42;
case (43):
return SimpleInterface43;
case (44):
return SimpleInterface44;
case (45):
return SimpleInterface45;
case (46):
return SimpleInterface46;
case (47):
return SimpleInterface47;
case (48):
return SimpleInterface48;
case (49):
return SimpleInterface49;
case (50):
return SimpleInterface50;
case (51):
return SimpleInterface51;
case (52):
return SimpleInterface52;
case (53):
return SimpleInterface53;
case (54):
return SimpleInterface54;
case (55):
return SimpleInterface55;
case (56):
return SimpleInterface56;
case (57):
return SimpleInterface57;
case (58):
return SimpleInterface58;
case (59):
return SimpleInterface59;
case (60):
return SimpleInterface60;
case (61):
return SimpleInterface61;
case (62):
return SimpleInterface62;
case (63):
return SimpleInterface63;
case (64):
return SimpleInterface64;
case (65):
return SimpleInterface65;
case (66):
return SimpleInterface66;
case (67):
return SimpleInterface67;
case (68):
return SimpleInterface68;
case (69):
return SimpleInterface69;
case (70):
return SimpleInterface70;
case (71):
return SimpleInterface71;
case (72):
return SimpleInterface72;
case (73):
return SimpleInterface73;
case (74):
return SimpleInterface74;
case (75):
return SimpleInterface75;
case (76):
return SimpleInterface76;
case (77):
return SimpleInterface77;
case (78):
return SimpleInterface78;
case (79):
return SimpleInterface79;
case (80):
return SimpleInterface80;
case (81):
return SimpleInterface81;
case (82):
return SimpleInterface82;
case (83):
return SimpleInterface83;
case (84):
return SimpleInterface84;
case (85):
return SimpleInterface85;
case (86):
return SimpleInterface86;
case (87):
return SimpleInterface87;
case (88):
return SimpleInterface88;
case (89):
return SimpleInterface89;
case (90):
return SimpleInterface90;
case (91):
return SimpleInterface91;
case (92):
return SimpleInterface92;
case (93):
return SimpleInterface93;
case (94):
return SimpleInterface94;
case (95):
return SimpleInterface95;
case (96):
return SimpleInterface96;
case (97):
return SimpleInterface97;
case (98):
return SimpleInterface98;
case (99):
return SimpleInterface99;
case (100):
return SimpleInterface100;
case (101):
return SimpleInterface101;
case (102):
return SimpleInterface102;
case (103):
return SimpleInterface103;
case (104):
return SimpleInterface104;
case (105):
return SimpleInterface105;
case (106):
return SimpleInterface106;
case (107):
return SimpleInterface107;
case (108):
return SimpleInterface108;
case (109):
return SimpleInterface109;
case (110):
return SimpleInterface110;
case (111):
return SimpleInterface111;
case (112):
return SimpleInterface112;
case (113):
return SimpleInterface113;
case (114):
return SimpleInterface114;
case (115):
return SimpleInterface115;
case (116):
return SimpleInterface116;
case (117):
return SimpleInterface117;
case (118):
return SimpleInterface118;
case (119):
return SimpleInterface119;
case (120):
return SimpleInterface120;
case (121):
return SimpleInterface121;
case (122):
return SimpleInterface122;
case (123):
return SimpleInterface123;
case (124):
return SimpleInterface124;
case (125):
return SimpleInterface125;
case (126):
return SimpleInterface126;
case (127):
return SimpleInterface127;
case (128):
return SimpleInterface128;
case (129):
return SimpleInterface129;
case (130):
return SimpleInterface130;
case (131):
return SimpleInterface131;
case (132):
return SimpleInterface132;
case (133):
return SimpleInterface133;
case (134):
return SimpleInterface134;
case (135):
return SimpleInterface135;
case (136):
return SimpleInterface136;
case (137):
return SimpleInterface137;
case (138):
return SimpleInterface138;
case (139):
return SimpleInterface139;
case (140):
return SimpleInterface140;
case (141):
return SimpleInterface141;
case (142):
return SimpleInterface142;
case (143):
return SimpleInterface143;
default:
throw new IndexOutOfBoundsException();
}
}