public static enum TeLinkAttributes.LeafIdentifier extends Enum<TeLinkAttributes.LeafIdentifier> implements org.onosproject.yang.model.LeafIdentifier
| Enum Constant and Description |
|---|
ACCESSTYPE
Represents accessType.
|
ADMINISTRATIVEGROUP
Represents administrativeGroup.
|
ADMINSTATUS
Represents adminStatus.
|
ISABSTRACT
Represents isAbstract.
|
LINKINDEX
Represents linkIndex.
|
LINKPROTECTIONTYPE
Represents linkProtectionType.
|
MAXLINKBANDWIDTH
Represents maxLinkBandwidth.
|
MAXRESVLINKBANDWIDTH
Represents maxResvLinkBandwidth.
|
NAME
Represents name.
|
TEDEFAULTMETRIC
Represents teDefaultMetric.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getLeafIndex() |
static TeLinkAttributes.LeafIdentifier |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TeLinkAttributes.LeafIdentifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TeLinkAttributes.LeafIdentifier ACCESSTYPE
public static final TeLinkAttributes.LeafIdentifier ISABSTRACT
public static final TeLinkAttributes.LeafIdentifier NAME
public static final TeLinkAttributes.LeafIdentifier ADMINSTATUS
public static final TeLinkAttributes.LeafIdentifier LINKINDEX
public static final TeLinkAttributes.LeafIdentifier ADMINISTRATIVEGROUP
public static final TeLinkAttributes.LeafIdentifier MAXLINKBANDWIDTH
public static final TeLinkAttributes.LeafIdentifier MAXRESVLINKBANDWIDTH
public static final TeLinkAttributes.LeafIdentifier TEDEFAULTMETRIC
public static final TeLinkAttributes.LeafIdentifier LINKPROTECTIONTYPE
public static TeLinkAttributes.LeafIdentifier[] values()
for (TeLinkAttributes.LeafIdentifier c : TeLinkAttributes.LeafIdentifier.values()) System.out.println(c);
public static TeLinkAttributes.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 © 2017. All rights reserved.