public static enum Cont3.LeafIdentifier extends Enum<Cont3.LeafIdentifier> implements org.onosproject.yang.model.LeafIdentifier
| Enum Constant and Description |
|---|
IREF1
Represents iref1.
|
IREF2
Represents iref2.
|
IREF3
Represents iref3.
|
IREF4
Represents iref4.
|
LLREF1
Represents llref1.
|
LLREF10
Represents llref10.
|
LLREF11
Represents llref11.
|
LLREF12
Represents llref12.
|
LLREF13
Represents llref13.
|
LLREF14
Represents llref14.
|
LLREF15
Represents llref15.
|
LLREF16
Represents llref16.
|
LLREF17
Represents llref17.
|
LLREF18
Represents llref18.
|
LLREF19
Represents llref19.
|
LLREF2
Represents llref2.
|
LLREF20
Represents llref20.
|
LLREF3
Represents llref3.
|
LLREF4
Represents llref4.
|
LLREF5
Represents llref5.
|
LLREF6
Represents llref6.
|
LLREF7
Represents llref7.
|
LLREF8
Represents llref8.
|
LLREF9
Represents llref9.
|
LREF21
Represents lref21.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getLeafIndex() |
static Cont3.LeafIdentifier |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Cont3.LeafIdentifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Cont3.LeafIdentifier LREF21
public static final Cont3.LeafIdentifier IREF1
public static final Cont3.LeafIdentifier IREF3
public static final Cont3.LeafIdentifier LLREF1
public static final Cont3.LeafIdentifier LLREF2
public static final Cont3.LeafIdentifier LLREF3
public static final Cont3.LeafIdentifier LLREF4
public static final Cont3.LeafIdentifier LLREF5
public static final Cont3.LeafIdentifier LLREF6
public static final Cont3.LeafIdentifier LLREF7
public static final Cont3.LeafIdentifier LLREF8
public static final Cont3.LeafIdentifier LLREF9
public static final Cont3.LeafIdentifier LLREF10
public static final Cont3.LeafIdentifier LLREF11
public static final Cont3.LeafIdentifier LLREF12
public static final Cont3.LeafIdentifier LLREF13
public static final Cont3.LeafIdentifier LLREF14
public static final Cont3.LeafIdentifier LLREF15
public static final Cont3.LeafIdentifier LLREF16
public static final Cont3.LeafIdentifier LLREF17
public static final Cont3.LeafIdentifier LLREF18
public static final Cont3.LeafIdentifier LLREF19
public static final Cont3.LeafIdentifier LLREF20
public static final Cont3.LeafIdentifier IREF2
public static final Cont3.LeafIdentifier IREF4
public static Cont3.LeafIdentifier[] values()
for (Cont3.LeafIdentifier c : Cont3.LeafIdentifier.values()) System.out.println(c);
public static Cont3.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.