public enum P2mpLeaves extends Enum<P2mpLeaves> implements org.opendaylight.yangtools.yang.binding.Enumeration
| Enum Constant and Description |
|---|
NewLeavesToAdd |
OldLeavesPathModifiedReoptimized |
OldLeavesPathUnchanged |
OldLeavesToRemove |
| Modifier and Type | Method and Description |
|---|---|
static Optional<P2mpLeaves> |
forName(String name)
Return the enumeration member whose
getName() matches specified value. |
static P2mpLeaves |
forValue(int intValue)
Return the enumeration member whose
getIntValue() matches specified value. |
int |
getIntValue() |
String |
getName() |
static P2mpLeaves |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static P2mpLeaves[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final P2mpLeaves NewLeavesToAdd
public static final P2mpLeaves OldLeavesToRemove
public static final P2mpLeaves OldLeavesPathModifiedReoptimized
public static final P2mpLeaves OldLeavesPathUnchanged
public static P2mpLeaves[] values()
for (P2mpLeaves c : P2mpLeaves.values()) System.out.println(c);
public static P2mpLeaves 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 String getName()
getName in interface org.opendaylight.yangtools.yang.binding.Enumerationpublic int getIntValue()
getIntValue in interface org.opendaylight.yangtools.yang.binding.Enumerationpublic static Optional<P2mpLeaves> forName(String name)
getName() matches specified value.name - YANG assigned nameNullPointerException - if name is nullpublic static P2mpLeaves forValue(int intValue)
getIntValue() matches specified value.intValue - integer valueCopyright © 2020 OpenDaylight. All rights reserved.