Enum Class RMEvents

java.lang.Object
java.lang.Enum<RMEvents>
org.alfresco.rest.core.v0.RMEvents
All Implemented Interfaces:
Serializable, Comparable<RMEvents>, Constable

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

    • ABOLISHED

      public static final RMEvents ABOLISHED
    • ALL_ALLOWANCES_GRANTED_ARE_TERMINATED

      public static final RMEvents ALL_ALLOWANCES_GRANTED_ARE_TERMINATED
    • CASE_CLOSED

      public static final RMEvents CASE_CLOSED
    • DECLASSIFICATION_REVIEW

      public static final RMEvents DECLASSIFICATION_REVIEW
    • OBSOLETE

      public static final RMEvents OBSOLETE
    • NO_LONGER_NEEDED

      public static final RMEvents NO_LONGER_NEEDED
    • STUDY_COMPLETE

      public static final RMEvents STUDY_COMPLETE
  • Method Details

    • values

      public static RMEvents[] 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 RMEvents 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
    • getEventName

      public String getEventName()