import { JavaObject } from '../../../java/lang/JavaObject'; import { Class } from '../../../java/lang/Class'; import { GostStatistikFachwahlHalbjahr } from '../../../core/data/gost/GostStatistikFachwahlHalbjahr'; export declare class GostStatistikFachwahl extends JavaObject { /** * Das Jahr, in welchem der Jahrgang Abitur machen wird. */ abiturjahr: number; /** * Die ID des Faches, für welches die Fachwahldaten ermittelt wurden. */ id: number; /** * Das eindeutige Kürzel des Faches */ kuerzel: string | null; /** * Die Bezeichnung des Faches */ bezeichnung: string | null; /** * Das Statistik-Kürzel des Faches */ kuerzelStatistik: string | null; /** * Die Anzahl der Wahlen als drittes Abiturfach. */ wahlenAB3: number; /** * Die Anzahl der Wahlen als viertes Abiturfach. */ wahlenAB4: number; /** * Ein Array mit den Fachwahlen der 6 Halbjahre der gymnasialen Oberstufe */ fachwahlen: Array; /** * Leerer Standardkonstruktor. */ constructor(); transpilerCanonicalName(): string; isTranspiledInstanceOf(name: string): boolean; static class: Class; static transpilerFromJSON(json: string): GostStatistikFachwahl; static transpilerToJSON(obj: GostStatistikFachwahl): string; static transpilerToJSONPatch(obj: Partial): string; } export declare function cast_de_svws_nrw_core_data_gost_GostStatistikFachwahl(obj: unknown): GostStatistikFachwahl; //# sourceMappingURL=GostStatistikFachwahl.d.ts.map