Enum Class IssueType

java.lang.Object
java.lang.Enum<IssueType>
wrsp.data.checker.IssueType
All Implemented Interfaces:
Serializable, Comparable<IssueType>, Constable

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

    • OVERLAPPING_EVENTS

      public static final IssueType OVERLAPPING_EVENTS
    • INVALID_TRAVEL

      public static final IssueType INVALID_TRAVEL
    • TRAVEL_DURATION

      public static final IssueType TRAVEL_DURATION
    • AVAILABILITY

      public static final IssueType AVAILABILITY
    • MISSING_TRAVEL

      public static final IssueType MISSING_TRAVEL
    • SKILL

      public static final IssueType SKILL
    • TIME_WINDOW

      public static final IssueType TIME_WINDOW
    • JOB_DURATION

      public static final IssueType JOB_DURATION
  • Method Details

    • values

      public static IssueType[] 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 IssueType 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
    • getText

      public String getText()