Uses of Enum Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.ethernet.rev210609.EthernetInterfaceConfig.DuplexMode
Packages that use EthernetInterfaceConfig.DuplexMode
Package
Description
-
Uses of EthernetInterfaceConfig.DuplexMode 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 EthernetInterfaceConfig.DuplexModeModifier and TypeMethodDescriptionstatic @Nullable EthernetInterfaceConfig.DuplexModeReturn the enumeration member whosegetName()matches specified assigned name.static @Nullable EthernetInterfaceConfig.DuplexModeEthernetInterfaceConfig.DuplexMode.forValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.EthernetInterfaceConfig.getDuplexMode()Return duplexMode, ornullif it is not present.static @NonNull EthernetInterfaceConfig.DuplexModeReturn the enumeration member whosegetName()matches specified assigned name.static @NonNull EthernetInterfaceConfig.DuplexModeEthernetInterfaceConfig.DuplexMode.ofValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.default @NonNull EthernetInterfaceConfig.DuplexModeEthernetInterfaceConfig.requireDuplexMode()Return duplexMode, guaranteed to be non-null.Returns the enum constant of this class with the specified name.static EthernetInterfaceConfig.DuplexMode[]EthernetInterfaceConfig.DuplexMode.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EthernetInterfaceConfig.DuplexMode 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 EthernetInterfaceConfig.DuplexModeModifier and TypeMethodDescriptionConfigBuilder.getDuplexMode()Return current value associated with the property corresponding toEthernetInterfaceConfig.getDuplexMode().StateBuilder.getDuplexMode()Return current value associated with the property corresponding toEthernetInterfaceConfig.getDuplexMode().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.ethernet.rev210609.ethernet.top.ethernet with parameters of type EthernetInterfaceConfig.DuplexModeModifier and TypeMethodDescriptionConfigBuilder.setDuplexMode(EthernetInterfaceConfig.DuplexMode value) Set the property corresponding toEthernetInterfaceConfig.getDuplexMode()to the specified value.StateBuilder.setDuplexMode(EthernetInterfaceConfig.DuplexMode value) Set the property corresponding toEthernetInterfaceConfig.getDuplexMode()to the specified value.