public static enum IQContent.IQContentType extends Enum<IQContent.IQContentType>
| Enum Constant and Description |
|---|
BIND |
CLOSE |
DATA |
JINGLE |
OPEN |
PING |
PUSH_REGISTRATION |
QUERY |
VCARD |
| Modifier and Type | Method and Description |
|---|---|
static IQContent.IQContentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IQContent.IQContentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IQContent.IQContentType BIND
public static final IQContent.IQContentType QUERY
public static final IQContent.IQContentType PING
public static final IQContent.IQContentType VCARD
public static final IQContent.IQContentType JINGLE
public static final IQContent.IQContentType OPEN
public static final IQContent.IQContentType DATA
public static final IQContent.IQContentType CLOSE
public static final IQContent.IQContentType PUSH_REGISTRATION
public static IQContent.IQContentType[] values()
for (IQContent.IQContentType c : IQContent.IQContentType.values()) System.out.println(c);
public static IQContent.IQContentType 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 nullCopyright © 2019. All rights reserved.