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 ECTSAccount.ectsThe number of ECTS credits that the account's modules are worth in total.private ECTSModule.ectsThe number of ECTS credits the module is worth.private ECTSSubaccount.ectsThe 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 TypeMethodDescriptionvoidUpdates the account'sAccount.ectsto the given value.voidUpdates theModule.ectsof the module, the number of ECTS credits the module is worth.voidUpdates this subaccount'sSubaccount.ectsto the given value.