public static enum C2.LeafIdentifier extends Enum<C2.LeafIdentifier> implements org.onosproject.yang.model.LeafIdentifier
| Enum Constant and Description |
|---|
LEAF1
Represents leaf1.
|
LEAF10
Represents leaf10.
|
LEAF2
Represents leaf2.
|
LEAF3
Represents leaf3.
|
LEAF4
Represents leaf4.
|
LEAF5
Represents leaf5.
|
LEAF6
Represents leaf6.
|
LEAF7
Represents leaf7.
|
LEAF8
Represents leaf8.
|
LEAF9
Represents leaf9.
|
LEAFLIST1
Represents leaflist1.
|
LL1
Represents ll1.
|
LL10
Represents ll10.
|
LL2
Represents ll2.
|
LL3
Represents ll3.
|
LL4
Represents ll4.
|
LL5
Represents ll5.
|
LL6
Represents ll6.
|
LL7
Represents ll7.
|
LL8
Represents ll8.
|
LL9
Represents ll9.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getLeafIndex() |
static C2.LeafIdentifier |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static C2.LeafIdentifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final C2.LeafIdentifier LEAF1
public static final C2.LeafIdentifier LEAF2
public static final C2.LeafIdentifier LEAF3
public static final C2.LeafIdentifier LEAF4
public static final C2.LeafIdentifier LEAF5
public static final C2.LeafIdentifier LEAF6
public static final C2.LeafIdentifier LEAF7
public static final C2.LeafIdentifier LEAF8
public static final C2.LeafIdentifier LEAF9
public static final C2.LeafIdentifier LEAF10
public static final C2.LeafIdentifier LEAFLIST1
public static final C2.LeafIdentifier LL1
public static final C2.LeafIdentifier LL2
public static final C2.LeafIdentifier LL3
public static final C2.LeafIdentifier LL4
public static final C2.LeafIdentifier LL5
public static final C2.LeafIdentifier LL6
public static final C2.LeafIdentifier LL7
public static final C2.LeafIdentifier LL8
public static final C2.LeafIdentifier LL9
public static final C2.LeafIdentifier LL10
public static C2.LeafIdentifier[] values()
for (C2.LeafIdentifier c : C2.LeafIdentifier.values()) System.out.println(c);
public static C2.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 © 2019. All rights reserved.