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