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