public static enum HierarchicalLinkId.LeafIdentifier extends Enum<HierarchicalLinkId.LeafIdentifier> implements org.onosproject.yang.model.LeafIdentifier
| Enum Constant and Description |
|---|
LOCALTELINKTPID
Represents localTeLinkTpId.
|
LOCALTENODEID
Represents localTeNodeId.
|
REMOTETENODEID
Represents remoteTeNodeId.
|
TETOPOLOGYID
Represents teTopologyId.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getLeafIndex() |
static HierarchicalLinkId.LeafIdentifier |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HierarchicalLinkId.LeafIdentifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HierarchicalLinkId.LeafIdentifier LOCALTENODEID
public static final HierarchicalLinkId.LeafIdentifier LOCALTELINKTPID
public static final HierarchicalLinkId.LeafIdentifier REMOTETENODEID
public static final HierarchicalLinkId.LeafIdentifier TETOPOLOGYID
public static HierarchicalLinkId.LeafIdentifier[] values()
for (HierarchicalLinkId.LeafIdentifier c : HierarchicalLinkId.LeafIdentifier.values()) System.out.println(c);
public static HierarchicalLinkId.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.