public enum QosDot1pValues extends Enum<QosDot1pValues>
Enum Constant and Description |
---|
DOT1P_BACKGROUND |
DOT1P_BEST_EFFORT |
DOT1P_CONTROLLED_LOAD |
DOT1P_EXCELLENT_EFFORT |
DOT1P_NETWORK_MGMT |
DOT1P_SPARE |
DOT1P_VIDEO |
DOT1P_VOICE |
NA |
Unknown |
Modifier and Type | Method and Description |
---|---|
static Collection<QosDot1pValues> |
getAllValues() |
int |
getValue() |
static QosDot1pValues |
lookup(int egress) |
static QosDot1pValues |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QosDot1pValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QosDot1pValues DOT1P_BEST_EFFORT
public static final QosDot1pValues DOT1P_BACKGROUND
public static final QosDot1pValues DOT1P_SPARE
public static final QosDot1pValues DOT1P_EXCELLENT_EFFORT
public static final QosDot1pValues DOT1P_CONTROLLED_LOAD
public static final QosDot1pValues DOT1P_VIDEO
public static final QosDot1pValues DOT1P_VOICE
public static final QosDot1pValues DOT1P_NETWORK_MGMT
public static final QosDot1pValues Unknown
public static final QosDot1pValues NA
public static QosDot1pValues[] values()
for (QosDot1pValues c : QosDot1pValues.values()) System.out.println(c);
public static QosDot1pValues 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 int getValue()
public static QosDot1pValues lookup(int egress)
public static Collection<QosDot1pValues> getAllValues()
Copyright © 2016. All rights reserved.