public static enum InBandBytestreamManager.StanzaType extends java.lang.Enum<InBandBytestreamManager.StanzaType>
| Enum Constant and Description |
|---|
IQ
IQ stanza.
|
MESSAGE
Message stanza.
|
| Modifier and Type | Method and Description |
|---|---|
static InBandBytestreamManager.StanzaType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InBandBytestreamManager.StanzaType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InBandBytestreamManager.StanzaType IQ
public static final InBandBytestreamManager.StanzaType MESSAGE
public static InBandBytestreamManager.StanzaType[] values()
for (InBandBytestreamManager.StanzaType c : InBandBytestreamManager.StanzaType.values()) System.out.println(c);
public static InBandBytestreamManager.StanzaType 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 null