Uses of Enum Class
page.codeberg.friedolyn.grades.KnownDegree
Packages that use KnownDegree
-
Uses of KnownDegree in page.codeberg.friedolyn
Fields in page.codeberg.friedolyn declared as KnownDegreeModifier and TypeFieldDescriptionstatic final @NonNull KnownDegree
Friedolyn.DEFAULT_DEGREE
The default degrees to search for in the grades. -
Uses of KnownDegree in page.codeberg.friedolyn.grades
Fields in page.codeberg.friedolyn.grades with type parameters of type KnownDegreeModifier and TypeFieldDescriptionstatic HashMap
<Integer, KnownDegree> Degree.NUMBERED_DEGREES
A collection of known degrees that are assigned a unique number.Methods in page.codeberg.friedolyn.grades that return KnownDegreeModifier and TypeMethodDescriptionstatic KnownDegree
Returns the enum constant of this class with the specified name.static KnownDegree[]
KnownDegree.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in page.codeberg.friedolyn.grades that return types with arguments of type KnownDegreeModifier and TypeMethodDescriptionstatic @NonNull Optional
<KnownDegree> Converts the givenlabel
to the correspondingKnownDegree
enum.Constructors in page.codeberg.friedolyn.grades with parameters of type KnownDegreeModifierConstructorDescriptionDegree
(@NonNull KnownDegree knownDegree) Constructs a new Degree object with the given known degree.