| Modifier and Type | Method and Description |
|---|---|
static P2mpLeaves |
P2mpLeaves.forValue(int intValue)
Return the enumeration member whose
getIntValue() matches specified value. |
@Nullable P2mpLeaves |
P2mpLeavesLeaf.getP2mpLeaves() |
static P2mpLeaves |
P2mpLeaves.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static P2mpLeaves[] |
P2mpLeaves.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<P2mpLeaves> |
P2mpLeaves.forName(String name)
Return the enumeration member whose
getName() matches specified value. |
| Modifier and Type | Method and Description |
|---|---|
P2mpLeaves |
P2mpIpv4Builder.getP2mpLeaves() |
| Modifier and Type | Method and Description |
|---|---|
P2mpIpv4Builder |
P2mpIpv4Builder.setP2mpLeaves(P2mpLeaves value) |
| Modifier and Type | Method and Description |
|---|---|
P2mpLeaves |
P2mpIpv6Builder.getP2mpLeaves() |
| Modifier and Type | Method and Description |
|---|---|
P2mpIpv6Builder |
P2mpIpv6Builder.setP2mpLeaves(P2mpLeaves value) |
Copyright © 2020 OpenDaylight. All rights reserved.