public static enum UriManager.uritypes extends java.lang.Enum<UriManager.uritypes>
Enum Constant and Description |
---|
join |
message |
remove |
roster |
subscribe |
unsubscribe |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getXML() |
static UriManager.uritypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UriManager.uritypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UriManager.uritypes message
public static final UriManager.uritypes join
public static final UriManager.uritypes unsubscribe
public static final UriManager.uritypes subscribe
public static final UriManager.uritypes roster
public static final UriManager.uritypes remove
public static UriManager.uritypes[] values()
for (UriManager.uritypes c : UriManager.uritypes.values()) System.out.println(c);
public static UriManager.uritypes valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getXML()