Uses of Enum Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.ethernet.rev210609.EthernetInterfaceState.NegotiatedDuplexMode
Packages that use EthernetInterfaceState.NegotiatedDuplexMode
Package
Description
-
Uses of EthernetInterfaceState.NegotiatedDuplexMode in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.ethernet.rev210609
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.ethernet.rev210609 that return EthernetInterfaceState.NegotiatedDuplexModeModifier and TypeMethodDescriptionstatic @Nullable EthernetInterfaceState.NegotiatedDuplexModeReturn the enumeration member whosegetName()matches specified assigned name.static @Nullable EthernetInterfaceState.NegotiatedDuplexModeEthernetInterfaceState.NegotiatedDuplexMode.forValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.EthernetInterfaceState.getNegotiatedDuplexMode()Return negotiatedDuplexMode, ornullif it is not present.static @NonNull EthernetInterfaceState.NegotiatedDuplexModeReturn the enumeration member whosegetName()matches specified assigned name.static @NonNull EthernetInterfaceState.NegotiatedDuplexModeEthernetInterfaceState.NegotiatedDuplexMode.ofValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.default @NonNull EthernetInterfaceState.NegotiatedDuplexModeEthernetInterfaceState.requireNegotiatedDuplexMode()Return negotiatedDuplexMode, guaranteed to be non-null.Returns the enum constant of this class with the specified name.EthernetInterfaceState.NegotiatedDuplexMode.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EthernetInterfaceState.NegotiatedDuplexMode in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.ethernet.rev210609.ethernet.top.ethernet
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.ethernet.rev210609.ethernet.top.ethernet that return EthernetInterfaceState.NegotiatedDuplexModeModifier and TypeMethodDescriptionStateBuilder.getNegotiatedDuplexMode()Return current value associated with the property corresponding toEthernetInterfaceState.getNegotiatedDuplexMode().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.ethernet.rev210609.ethernet.top.ethernet with parameters of type EthernetInterfaceState.NegotiatedDuplexModeModifier and TypeMethodDescriptionStateBuilder.setNegotiatedDuplexMode(EthernetInterfaceState.NegotiatedDuplexMode value) Set the property corresponding toEthernetInterfaceState.getNegotiatedDuplexMode()to the specified value.