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