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