public static enum ChannelEntry.State extends Enum<ChannelEntry.State>
| Modifier and Type | Method and Description | 
|---|---|
static ChannelEntry.State | 
fromCode(int code)  | 
int | 
getCode()  | 
static ChannelEntry.State | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ChannelEntry.State[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final ChannelEntry.State NONE
public static final ChannelEntry.State PROGRESS
public static final ChannelEntry.State IDLE
public static ChannelEntry.State[] values()
for (ChannelEntry.State c : ChannelEntry.State.values()) System.out.println(c);
public static ChannelEntry.State 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 nullpublic int getCode()
public static ChannelEntry.State fromCode(int code)
Copyright © GigaSpaces.