Enum Degree

java.lang.Object
java.lang.Enum<Degree>
app.pivo.android.prosdk.util.Degree
All Implemented Interfaces:
Serializable, Comparable<Degree>

public enum Degree
extends Enum<Degree>
Created by murodjon on 2020/04/01
  • Enum Constant Details

    • DEGREE_1

      public static final Degree DEGREE_1
    • DEGREE_4

      public static final Degree DEGREE_4
  • Method Details

    • values

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

      public static Degree valueOf​(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null