public enum Affiliation extends Enum<Affiliation>
Modifier and Type | Method and Description |
---|---|
int |
getWeight() |
boolean |
isBanMembersAndUnaffiliatedUsers() |
boolean |
isChangeRoomDefinition() |
boolean |
isDestroyRoom() |
boolean |
isEditAdminList() |
boolean |
isEditMemberList() |
boolean |
isEditModeratorList() |
boolean |
isEditOwnerList() |
boolean |
isEnterMembersOnlyRoom() |
boolean |
isEnterOpenRoom() |
boolean |
isRegisterWithOpenRoom() |
boolean |
isRetrieveMemberList() |
boolean |
isViewOccupantsJid() |
static Affiliation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Affiliation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Affiliation admin
public static final Affiliation member
public static final Affiliation none
public static final Affiliation outcast
public static final Affiliation owner
public static Affiliation[] values()
for (Affiliation c : Affiliation.values()) System.out.println(c);
public static Affiliation valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int getWeight()
public boolean isBanMembersAndUnaffiliatedUsers()
public boolean isChangeRoomDefinition()
public boolean isDestroyRoom()
public boolean isEditAdminList()
public boolean isEditMemberList()
public boolean isEditModeratorList()
public boolean isEditOwnerList()
public boolean isEnterMembersOnlyRoom()
public boolean isEnterOpenRoom()
public boolean isRegisterWithOpenRoom()
public boolean isRetrieveMemberList()
public boolean isViewOccupantsJid()
Copyright © 2006–2022 Tigase. All rights reserved.