Module jonix.common

Enum Class ThesisTypes

java.lang.Object
java.lang.Enum<ThesisTypes>
com.tectonica.jonix.common.codelist.ThesisTypes
All Implemented Interfaces:
OnixCodelist, Serializable, Comparable<ThesisTypes>, Constable

public enum ThesisTypes extends Enum<ThesisTypes> implements OnixCodelist
Enum that corresponds to ONIX Codelist 72

Description: Thesis type

See Also:
  • Enum Constant Details

    • Habilitationsschrift

      public static final ThesisTypes Habilitationsschrift
      Professorial dissertation (thesis for postdoctoral lecturing qualification)
    • Dissertationsschrift

      public static final ThesisTypes Dissertationsschrift
      Doctoral thesis
    • Staatsexamensarbeit

      public static final ThesisTypes Staatsexamensarbeit
      State examination thesis
    • Magisterarbeit

      public static final ThesisTypes Magisterarbeit
      Magisters degree thesis
    • Diplomarbeit

      public static final ThesisTypes Diplomarbeit
      Diploma degree thesis
    • Bachelorarbeit

      public static final ThesisTypes Bachelorarbeit
      Bachelors degree thesis
    • Masterarbeit

      public static final ThesisTypes Masterarbeit
      Masters degree thesis
  • Field Details

    • code

      public final String code
    • description

      public final String description
  • Method Details

    • values

      public static ThesisTypes[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ThesisTypes valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getCode

      public String getCode()
      Specified by:
      getCode in interface OnixCodelist
    • getDescription

      public String getDescription()
      Specified by:
      getDescription in interface OnixCodelist
    • byCode

      public static ThesisTypes byCode(String code)
    • byCodeOptional

      public static Optional<ThesisTypes> byCodeOptional(String code)
    • codeToDesciption

      public static String codeToDesciption(String code)