Enum Class Room.Right

java.lang.Object
java.lang.Enum<Room.Right>
org.apache.openmeetings.db.entity.room.Room.Right
All Implemented Interfaces:
Serializable, Comparable<Room.Right>, Constable
Enclosing class:
Room

public static enum Room.Right extends Enum<Room.Right>
  • Enum Constant Details

    • SUPER_MODERATOR

      public static final Room.Right SUPER_MODERATOR
    • MODERATOR

      public static final Room.Right MODERATOR
    • PRESENTER

      public static final Room.Right PRESENTER
    • WHITEBOARD

      public static final Room.Right WHITEBOARD
    • SHARE

      public static final Room.Right SHARE
    • REMOTE_CONTROL

      public static final Room.Right REMOTE_CONTROL
    • AUDIO

      public static final Room.Right AUDIO
    • VIDEO

      public static final Room.Right VIDEO
    • MUTE_OTHERS

      public static final Room.Right MUTE_OTHERS
  • Method Details

    • values

      public static Room.Right[] 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 Room.Right 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