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