Uses of Enum Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412.InterfaceCommonState.OperStatus
Packages that use InterfaceCommonState.OperStatus
Package
Description
-
Uses of InterfaceCommonState.OperStatus in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412 that return InterfaceCommonState.OperStatusModifier and TypeMethodDescriptionstatic @Nullable InterfaceCommonState.OperStatus
Return the enumeration member whosegetName()
matches specified assigned name.static @Nullable InterfaceCommonState.OperStatus
InterfaceCommonState.OperStatus.forValue
(int intValue) Return the enumeration member whosegetIntValue()
matches specified value.InterfaceCommonState.getOperStatus()
Return operStatus, ornull
if it is not present.static @NonNull InterfaceCommonState.OperStatus
Return the enumeration member whosegetName()
matches specified assigned name.static @NonNull InterfaceCommonState.OperStatus
InterfaceCommonState.OperStatus.ofValue
(int intValue) Return the enumeration member whosegetIntValue()
matches specified value.default @NonNull InterfaceCommonState.OperStatus
InterfaceCommonState.requireOperStatus()
Return operStatus, guaranteed to be non-null.Returns the enum constant of this class with the specified name.static InterfaceCommonState.OperStatus[]
InterfaceCommonState.OperStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of InterfaceCommonState.OperStatus in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412.interfaces.top.interfaces._interface
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412.interfaces.top.interfaces._interface that return InterfaceCommonState.OperStatusModifier and TypeMethodDescriptionStateBuilder.getOperStatus()
Return current value associated with the property corresponding toInterfaceCommonState.getOperStatus()
.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412.interfaces.top.interfaces._interface with parameters of type InterfaceCommonState.OperStatusModifier and TypeMethodDescriptionStateBuilder.setOperStatus
(InterfaceCommonState.OperStatus value) Set the property corresponding toInterfaceCommonState.getOperStatus()
to the specified value. -
Uses of InterfaceCommonState.OperStatus in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412.subinterfaces.top.subinterfaces.subinterface
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412.subinterfaces.top.subinterfaces.subinterface that return InterfaceCommonState.OperStatusModifier and TypeMethodDescriptionStateBuilder.getOperStatus()
Return current value associated with the property corresponding toInterfaceCommonState.getOperStatus()
.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412.subinterfaces.top.subinterfaces.subinterface with parameters of type InterfaceCommonState.OperStatusModifier and TypeMethodDescriptionStateBuilder.setOperStatus
(InterfaceCommonState.OperStatus value) Set the property corresponding toInterfaceCommonState.getOperStatus()
to the specified value.