public enum MAPDialogState extends java.lang.Enum<MAPDialogState>
| Enum Constant and Description |
|---|
ACTIVE |
EXPUNGED |
IDLE |
INITIAL_RECEIVED |
INITIAL_SENT |
| Modifier and Type | Method and Description |
|---|---|
MAPDialogState |
getInstance(java.lang.String state) |
java.lang.String |
getState() |
static MAPDialogState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MAPDialogState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MAPDialogState IDLE
public static final MAPDialogState INITIAL_RECEIVED
public static final MAPDialogState INITIAL_SENT
public static final MAPDialogState ACTIVE
public static final MAPDialogState EXPUNGED
public static MAPDialogState[] values()
for (MAPDialogState c : MAPDialogState.values()) System.out.println(c);
public static MAPDialogState 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 getState()
public MAPDialogState getInstance(java.lang.String state)
Copyright © 2012. All Rights Reserved.