public enum OFPacketInReason extends Enum<OFPacketInReason>
Modifier and Type | Method and Description |
---|---|
static OFPacketInReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFPacketInReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OFPacketInReason NO_MATCH
public static final OFPacketInReason ACTION
public static final OFPacketInReason INVALID_TTL
public static final OFPacketInReason BSN_NEW_HOST
public static final OFPacketInReason BSN_STATION_MOVE
public static final OFPacketInReason BSN_BAD_VLAN
public static final OFPacketInReason BSN_DESTINATION_LOOKUP_FAILURE
public static final OFPacketInReason BSN_NO_ROUTE
public static final OFPacketInReason BSN_ICMP_ECHO_REQUEST
public static final OFPacketInReason BSN_DEST_NETWORK_UNREACHABLE
public static final OFPacketInReason BSN_DEST_HOST_UNREACHABLE
public static final OFPacketInReason BSN_DEST_PORT_UNREACHABLE
public static final OFPacketInReason BSN_FRAGMENTATION_REQUIRED
public static final OFPacketInReason BSN_ARP
public static final OFPacketInReason BSN_DHCP
public static final OFPacketInReason BSN_DEBUG
public static final OFPacketInReason BSN_PACKET_OF_DEATH
public static final OFPacketInReason ACTION_SET
public static final OFPacketInReason GROUP
public static final OFPacketInReason PACKET_OUT
public static OFPacketInReason[] values()
for (OFPacketInReason c : OFPacketInReason.values()) System.out.println(c);
public static OFPacketInReason 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 © 2015. All rights reserved.