public static enum ModuleListAndKey.LeafIdentifier extends Enum<ModuleListAndKey.LeafIdentifier> implements org.onosproject.yang.model.LeafIdentifier
| Enum Constant and Description |
|---|
LL1
Represents ll1.
|
LL2
Represents ll2.
|
LL3
Represents ll3.
|
LL4
Represents ll4.
|
LL5
Represents ll5.
|
LL6
Represents ll6.
|
LL7
Represents ll7.
|
LL8
Represents ll8.
|
LL9
Represents ll9.
|
TRI
Represents tri.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getLeafIndex() |
static ModuleListAndKey.LeafIdentifier |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModuleListAndKey.LeafIdentifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModuleListAndKey.LeafIdentifier TRI
public static final ModuleListAndKey.LeafIdentifier LL1
public static final ModuleListAndKey.LeafIdentifier LL2
public static final ModuleListAndKey.LeafIdentifier LL3
public static final ModuleListAndKey.LeafIdentifier LL4
public static final ModuleListAndKey.LeafIdentifier LL5
public static final ModuleListAndKey.LeafIdentifier LL6
public static final ModuleListAndKey.LeafIdentifier LL7
public static final ModuleListAndKey.LeafIdentifier LL8
public static final ModuleListAndKey.LeafIdentifier LL9
public static ModuleListAndKey.LeafIdentifier[] values()
for (ModuleListAndKey.LeafIdentifier c : ModuleListAndKey.LeafIdentifier.values()) System.out.println(c);
public static ModuleListAndKey.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.