public enum OFBsnVlanCounter extends Enum<OFBsnVlanCounter>
Enum Constant and Description |
---|
BSN_VLAN_COUNTER_RX_BYTES |
BSN_VLAN_COUNTER_RX_PACKETS |
BSN_VLAN_COUNTER_TX_BYTES |
BSN_VLAN_COUNTER_TX_PACKETS |
Modifier and Type | Method and Description |
---|---|
byte |
getStableValue() |
static OFBsnVlanCounter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFBsnVlanCounter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OFBsnVlanCounter BSN_VLAN_COUNTER_RX_BYTES
public static final OFBsnVlanCounter BSN_VLAN_COUNTER_RX_PACKETS
public static final OFBsnVlanCounter BSN_VLAN_COUNTER_TX_BYTES
public static final OFBsnVlanCounter BSN_VLAN_COUNTER_TX_PACKETS
public static OFBsnVlanCounter[] values()
for (OFBsnVlanCounter c : OFBsnVlanCounter.values()) System.out.println(c);
public static OFBsnVlanCounter 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 byte getStableValue()
Copyright © 2015. All rights reserved.