java.lang.Object
java.lang.Enum<RatingType>
ch.tocco.nice2.optional.qualification.impl.drools.facts.qs.RatingType
All Implemented Interfaces:
Serializable, Comparable<RatingType>, Constable

public enum RatingType extends Enum<RatingType>
  • Enum Constant Details

    • POINTS_THRESHOLD

      public static final RatingType POINTS_THRESHOLD
    • POINTS_AVERAGE_THRESHOLD

      public static final RatingType POINTS_AVERAGE_THRESHOLD
    • POINTS

      public static final RatingType POINTS
    • POINTS_AVERAGE

      public static final RatingType POINTS_AVERAGE
    • GRADES

      public static final RatingType GRADES
    • GRADES_MAX

      public static final RatingType GRADES_MAX
    • GRADES_DROP

      public static final RatingType GRADES_DROP
    • GRADES_MANDATORY

      public static final RatingType GRADES_MANDATORY
    • FREE_TEXT

      public static final RatingType FREE_TEXT
    • CHOICE_RATING

      public static final RatingType CHOICE_RATING
    • PRESENCE

      public static final RatingType PRESENCE
  • Method Details

    • values

      public static RatingType[] 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 RatingType 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
    • isNumericGradeType

      public boolean isNumericGradeType()