public static enum MaxLspBandwidth.LeafIdentifier extends Enum<MaxLspBandwidth.LeafIdentifier> implements org.onosproject.yang.model.LeafIdentifier
| Enum Constant and Description |
|---|
BANDWIDTH
Represents bandwidth.
|
PRIORITY
Represents priority.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getLeafIndex() |
static MaxLspBandwidth.LeafIdentifier |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MaxLspBandwidth.LeafIdentifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MaxLspBandwidth.LeafIdentifier PRIORITY
public static final MaxLspBandwidth.LeafIdentifier BANDWIDTH
public static MaxLspBandwidth.LeafIdentifier[] values()
for (MaxLspBandwidth.LeafIdentifier c : MaxLspBandwidth.LeafIdentifier.values()) System.out.println(c);
public static MaxLspBandwidth.LeafIdentifier 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 getLeafIndex()
Copyright © 2018. All rights reserved.