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