Package tigase.muc

Enum Class Affiliation

All Implemented Interfaces:
Serializable, Comparable<Affiliation>, Constable

public enum Affiliation extends Enum<Affiliation>
Author:
bmalkow
  • Enum Constant Details

  • Method Details

    • values

      public static Affiliation[] 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 Affiliation 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
    • getWeight

      public int getWeight()
    • higherThan

      public boolean higherThan(Affiliation affiliation)
    • isBanMembersAndUnaffiliatedUsers

      public boolean isBanMembersAndUnaffiliatedUsers()
    • isChangeRoomDefinition

      public boolean isChangeRoomDefinition()
    • isDestroyRoom

      public boolean isDestroyRoom()
    • isEditAdminList

      public boolean isEditAdminList()
    • isEditMemberList

      public boolean isEditMemberList()
    • isEditModeratorList

      public boolean isEditModeratorList()
    • isEditOwnerList

      public boolean isEditOwnerList()
    • isEnterMembersOnlyRoom

      public boolean isEnterMembersOnlyRoom()
    • isEnterOpenRoom

      public boolean isEnterOpenRoom()
    • isRegisterWithOpenRoom

      public boolean isRegisterWithOpenRoom()
    • isRetrieveMemberList

      public boolean isRetrieveMemberList()
    • isViewOccupantsJid

      public boolean isViewOccupantsJid()
    • lowerThan

      public boolean lowerThan(Affiliation affiliation)