public static final class MUCUser.Status extends Object implements NamedElement
Modifier and Type | Field and Description |
---|---|
static MUCUser.Status |
BANNED_301 |
static String |
ELEMENT |
static MUCUser.Status |
KICKED_307 |
static MUCUser.Status |
NEW_NICKNAME_303 |
static MUCUser.Status |
PRESENCE_TO_SELF_110 |
static MUCUser.Status |
REMOVED_AFFIL_CHANGE_321 |
static MUCUser.Status |
ROOM_CREATED_201 |
Modifier and Type | Method and Description |
---|---|
static MUCUser.Status |
create(Integer i) |
static MUCUser.Status |
create(String string) |
boolean |
equals(Object other) |
int |
getCode()
Returns the code that uniquely identifies the reason of the error.
|
String |
getElementName()
Returns the root element name.
|
int |
hashCode() |
String |
toString() |
XmlStringBuilder |
toXML(String enclosingNamespace)
Returns the XML representation of this Element.
|
public static final String ELEMENT
public static final MUCUser.Status PRESENCE_TO_SELF_110
public static final MUCUser.Status ROOM_CREATED_201
public static final MUCUser.Status BANNED_301
public static final MUCUser.Status NEW_NICKNAME_303
public static final MUCUser.Status KICKED_307
public static final MUCUser.Status REMOVED_AFFIL_CHANGE_321
public static MUCUser.Status create(String string)
public static MUCUser.Status create(Integer i)
public int getCode()
public XmlStringBuilder toXML(String enclosingNamespace)
Element
public String getElementName()
NamedElement
getElementName
in interface NamedElement