public static enum YangAutoPrefixInterface.LeafIdentifier extends Enum<YangAutoPrefixInterface.LeafIdentifier> implements org.onosproject.yang.model.LeafIdentifier
| Enum Constant and Description |
|---|
ADMINSTATUS
Represents adminStatus.
|
HIGHERLAYERIF
Represents higherLayerIf.
|
IFINDEX
Represents ifIndex.
|
LASTCHANGE
Represents lastChange.
|
LOWERLAYERIF
Represents lowerLayerIf.
|
NAME
Represents name.
|
OPERSTATUS
Represents operStatus.
|
PHYSADDRESS
Represents physAddress.
|
SPEED
Represents speed.
|
TYPE
Represents type.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getLeafIndex() |
static YangAutoPrefixInterface.LeafIdentifier |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static YangAutoPrefixInterface.LeafIdentifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final YangAutoPrefixInterface.LeafIdentifier NAME
public static final YangAutoPrefixInterface.LeafIdentifier TYPE
public static final YangAutoPrefixInterface.LeafIdentifier ADMINSTATUS
public static final YangAutoPrefixInterface.LeafIdentifier OPERSTATUS
public static final YangAutoPrefixInterface.LeafIdentifier LASTCHANGE
public static final YangAutoPrefixInterface.LeafIdentifier IFINDEX
public static final YangAutoPrefixInterface.LeafIdentifier PHYSADDRESS
public static final YangAutoPrefixInterface.LeafIdentifier SPEED
public static final YangAutoPrefixInterface.LeafIdentifier HIGHERLAYERIF
public static final YangAutoPrefixInterface.LeafIdentifier LOWERLAYERIF
public static YangAutoPrefixInterface.LeafIdentifier[] values()
for (YangAutoPrefixInterface.LeafIdentifier c : YangAutoPrefixInterface.LeafIdentifier.values()) System.out.println(c);
public static YangAutoPrefixInterface.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.