Package | Description |
---|---|
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.ip.rev180222.interfaces._interface.ipv6 |
Modifier and Type | Method and Description |
---|---|
static Address.Status |
Address.Status.forValue(int intValue)
Return the enumeration member whose
getIntValue() matches specified value. |
Address.Status |
AddressBuilder.getStatus() |
@Nullable Address.Status |
Address.getStatus()
The status of an address.
|
static Address.Status |
Address.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Address.Status[] |
Address.Status.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<Address.Status> |
Address.Status.forName(String name)
Return the enumeration member whose
getName() matches specified value. |
Modifier and Type | Method and Description |
---|---|
AddressBuilder |
AddressBuilder.setStatus(Address.Status value) |
Copyright © 2019 OpenDaylight. All rights reserved.