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