public static enum Dot1q.LeafIdentifier extends Enum<Dot1q.LeafIdentifier> implements org.onosproject.yang.model.LeafIdentifier
| Enum Constant and Description |
|---|
PHYSICALIF
Represents physicalIf.
|
VLANID
Represents vlanId.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getLeafIndex() |
static Dot1q.LeafIdentifier |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Dot1q.LeafIdentifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Dot1q.LeafIdentifier PHYSICALIF
public static final Dot1q.LeafIdentifier VLANID
public static Dot1q.LeafIdentifier[] values()
for (Dot1q.LeafIdentifier c : Dot1q.LeafIdentifier.values()) System.out.println(c);
public static Dot1q.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 © 2017. All rights reserved.