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