Uses of Enum Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.InterfaceCommonState.OperStatus
Packages that use InterfaceCommonState.OperStatus
Package
Description
-
Uses of InterfaceCommonState.OperStatus in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406 that return InterfaceCommonState.OperStatusModifier and TypeMethodDescriptionstatic @Nullable InterfaceCommonState.OperStatusReturn the enumeration member whosegetName()matches specified assigned name.static @Nullable InterfaceCommonState.OperStatusInterfaceCommonState.OperStatus.forValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.InterfaceCommonState.getOperStatus()Return operStatus, ornullif it is not present.static @NonNull InterfaceCommonState.OperStatusReturn the enumeration member whosegetName()matches specified assigned name.static @NonNull InterfaceCommonState.OperStatusInterfaceCommonState.OperStatus.ofValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.default @NonNull InterfaceCommonState.OperStatusInterfaceCommonState.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.rev210406.interfaces.top.interfaces._interface
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.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.rev210406.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.rev210406.subinterfaces.top.subinterfaces.subinterface
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.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.rev210406.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.