Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.ethernet.rev210609.EthernetInterfaceConfig.DuplexMode
-
-
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.DuplexMode Modifier and Type Method Description static EthernetInterfaceConfig.DuplexModeEthernetInterfaceConfig.DuplexMode. forValue(int intValue)Return the enumeration member whosegetIntValue()matches specified value.EthernetInterfaceConfig.DuplexModeEthernetInterfaceConfig. getDuplexMode()Return duplexMode, ornullif it is not present.default @NonNull EthernetInterfaceConfig.DuplexModeEthernetInterfaceConfig. requireDuplexMode()Return duplexMode, guaranteed to be non-null.static EthernetInterfaceConfig.DuplexModeEthernetInterfaceConfig.DuplexMode. valueOf(String name)Returns the enum constant of this type with the specified name.static EthernetInterfaceConfig.DuplexMode[]EthernetInterfaceConfig.DuplexMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.ethernet.rev210609 that return types with arguments of type EthernetInterfaceConfig.DuplexMode Modifier and Type Method Description static Optional<EthernetInterfaceConfig.DuplexMode>EthernetInterfaceConfig.DuplexMode. forName(String name)Return the enumeration member whosegetName()matches specified value. -
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.DuplexMode Modifier and Type Method Description EthernetInterfaceConfig.DuplexModeConfigBuilder. getDuplexMode()EthernetInterfaceConfig.DuplexModeStateBuilder. getDuplexMode()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.ethernet.rev210609.ethernet.top.ethernet with parameters of type EthernetInterfaceConfig.DuplexMode Modifier and Type Method Description ConfigBuilderConfigBuilder. setDuplexMode(EthernetInterfaceConfig.DuplexMode value)StateBuilderStateBuilder. setDuplexMode(EthernetInterfaceConfig.DuplexMode value)
-