Package | Description |
---|---|
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev180220.interfaces.state |
Modifier and Type | Method and Description |
---|---|
static Interface.AdminStatus |
Interface.AdminStatus.forValue(int intValue)
Return the enumeration member whose
getIntValue() matches specified value. |
Interface.AdminStatus |
InterfaceBuilder.getAdminStatus() |
@Nullable Interface.AdminStatus |
Interface.getAdminStatus()
Deprecated.
|
static Interface.AdminStatus |
Interface.AdminStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Interface.AdminStatus[] |
Interface.AdminStatus.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<Interface.AdminStatus> |
Interface.AdminStatus.forName(String name)
Return the enumeration member whose
getName() matches specified value. |
Modifier and Type | Method and Description |
---|---|
InterfaceBuilder |
InterfaceBuilder.setAdminStatus(Interface.AdminStatus value) |
Copyright © 2019 OpenDaylight. All rights reserved.