protected static enum MultiSourceProcessLogPacket.MultiSourcePacketState extends Enum<MultiSourceProcessLogPacket.MultiSourcePacketState>
| Enum Constant and Description | 
|---|
| BEING_CONSUMED | 
| CONSUMED | 
| UNCONSUMED | 
| Modifier and Type | Method and Description | 
|---|---|
| static MultiSourceProcessLogPacket.MultiSourcePacketState | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static MultiSourceProcessLogPacket.MultiSourcePacketState[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final MultiSourceProcessLogPacket.MultiSourcePacketState UNCONSUMED
public static final MultiSourceProcessLogPacket.MultiSourcePacketState BEING_CONSUMED
public static final MultiSourceProcessLogPacket.MultiSourcePacketState CONSUMED
public static MultiSourceProcessLogPacket.MultiSourcePacketState[] values()
for (MultiSourceProcessLogPacket.MultiSourcePacketState c : MultiSourceProcessLogPacket.MultiSourcePacketState.values()) System.out.println(c);
public static MultiSourceProcessLogPacket.MultiSourcePacketState 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 © GigaSpaces.