Enum Class CommuniqueLevel

java.lang.Object
java.lang.Enum<CommuniqueLevel>
org.osid.communication.CommuniqueLevel
All Implemented Interfaces:
Serializable, Comparable<CommuniqueLevel>, Constable

public enum CommuniqueLevel extends Enum<CommuniqueLevel>
This enumeration contains the possible message levels of a cumminication.
  • Enum Constant Details

    • DEBUG

      public static final CommuniqueLevel DEBUG
      This message is or debugging purposes.
    • INFORMATIONAL

      public static final CommuniqueLevel INFORMATIONAL
      This message is an informational message to the user.
    • ALERT

      public static final CommuniqueLevel ALERT
      This message is an important alert or warning message to the user.
    • FAILURE

      public static final CommuniqueLevel FAILURE
      This message indicates a system failure.
  • Method Details

    • values

      public static CommuniqueLevel[] 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 CommuniqueLevel 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
    • getDisplayName

      public String getDisplayName()
    • getDescription

      public String getDescription()