public static enum AsyncExpandableTreeNode.LoadingState extends Enum<AsyncExpandableTreeNode.LoadingState>
| Modifier and Type | Method and Description |
|---|---|
static AsyncExpandableTreeNode.LoadingState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AsyncExpandableTreeNode.LoadingState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AsyncExpandableTreeNode.LoadingState UNLOADED
public static final AsyncExpandableTreeNode.LoadingState LOADING
public static final AsyncExpandableTreeNode.LoadingState LOADED
public static final AsyncExpandableTreeNode.LoadingState ERROR
public static AsyncExpandableTreeNode.LoadingState[] values()
for (AsyncExpandableTreeNode.LoadingState c : AsyncExpandableTreeNode.LoadingState.values()) System.out.println(c);
public static AsyncExpandableTreeNode.LoadingState 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 © 2014 Tecgraf/PUC-Rio. All Rights Reserved.