public enum CounterUtility extends Enum<CounterUtility>
Enum Constant and Description |
---|
subnet_route_packet_arp_sent |
subnet_route_packet_drop |
subnet_route_packet_failed |
subnet_route_packet_ignored |
subnet_route_packet_ns_sent |
subnet_route_packet_processed |
subnet_route_packet_recived |
Modifier and Type | Method and Description |
---|---|
static String |
getModule() |
static String |
getProject() |
static String |
getSubnetRouteId() |
static String |
getSubnetRouteInvalidPacket() |
String |
toString() |
static CounterUtility |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CounterUtility[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CounterUtility subnet_route_packet_ignored
public static final CounterUtility subnet_route_packet_failed
public static final CounterUtility subnet_route_packet_arp_sent
public static final CounterUtility subnet_route_packet_ns_sent
public static final CounterUtility subnet_route_packet_recived
public static final CounterUtility subnet_route_packet_drop
public static final CounterUtility subnet_route_packet_processed
public static CounterUtility[] values()
for (CounterUtility c : CounterUtility.values()) System.out.println(c);
public static CounterUtility 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 nullpublic static String getSubnetRouteInvalidPacket()
public static String getProject()
public static String getModule()
public static String getSubnetRouteId()
public String toString()
toString
in class Enum<CounterUtility>
Copyright © 2020 OpenDaylight. All rights reserved.