Uses of Class
page.codeberg.friedolyn.grades.ECTS
Packages that use ECTS
-
Uses of ECTS in page.codeberg.friedolyn.grades
Fields in page.codeberg.friedolyn.grades declared as ECTSModifier and TypeFieldDescriptionprivate ECTS
Account.ects
The number of ECTS credits that the account's modules are worth in total.private ECTS
Module.ects
The number of ECTS credits the module is worth.private ECTS
Subaccount.ects
The number of ECTS credits that the account's modules are worth in total.Methods in page.codeberg.friedolyn.grades that return types with arguments of type ECTSMethods in page.codeberg.friedolyn.grades with parameters of type ECTSModifier and TypeMethodDescriptionvoid
Updates the account'sAccount.ects
to the given value.void
Updates theModule.ects
of the module, the number of ECTS credits the module is worth.void
Updates this subaccount'sSubaccount.ects
to the given value.