public static enum UnnumberedHop.LeafIdentifier extends Enum<UnnumberedHop.LeafIdentifier> implements org.onosproject.yang.model.LeafIdentifier
| Enum Constant and Description |
|---|
HOPTYPE
Represents hopType.
|
INTERFACEID
Represents interfaceId.
|
ROUTERID
Represents routerId.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getLeafIndex() |
static UnnumberedHop.LeafIdentifier |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnnumberedHop.LeafIdentifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UnnumberedHop.LeafIdentifier ROUTERID
public static final UnnumberedHop.LeafIdentifier INTERFACEID
public static final UnnumberedHop.LeafIdentifier HOPTYPE
public static UnnumberedHop.LeafIdentifier[] values()
for (UnnumberedHop.LeafIdentifier c : UnnumberedHop.LeafIdentifier.values()) System.out.println(c);
public static UnnumberedHop.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.