Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.ethernet.rev210609.EthernetInterfaceState.NegotiatedDuplexMode
-
-
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.NegotiatedDuplexMode Modifier and Type Method Description static EthernetInterfaceState.NegotiatedDuplexModeEthernetInterfaceState.NegotiatedDuplexMode. forValue(int intValue)Return the enumeration member whosegetIntValue()matches specified value.EthernetInterfaceState.NegotiatedDuplexModeEthernetInterfaceState. getNegotiatedDuplexMode()Return negotiatedDuplexMode, ornullif it is not present.default @NonNull EthernetInterfaceState.NegotiatedDuplexModeEthernetInterfaceState. requireNegotiatedDuplexMode()Return negotiatedDuplexMode, guaranteed to be non-null.static EthernetInterfaceState.NegotiatedDuplexModeEthernetInterfaceState.NegotiatedDuplexMode. valueOf(String name)Returns the enum constant of this type with the specified name.static EthernetInterfaceState.NegotiatedDuplexMode[]EthernetInterfaceState.NegotiatedDuplexMode. 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 EthernetInterfaceState.NegotiatedDuplexMode Modifier and Type Method Description static Optional<EthernetInterfaceState.NegotiatedDuplexMode>EthernetInterfaceState.NegotiatedDuplexMode. forName(String name)Return the enumeration member whosegetName()matches specified value. -
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.NegotiatedDuplexMode Modifier and Type Method Description EthernetInterfaceState.NegotiatedDuplexModeStateBuilder. 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.NegotiatedDuplexMode Modifier and Type Method Description StateBuilderStateBuilder. setNegotiatedDuplexMode(EthernetInterfaceState.NegotiatedDuplexMode value)Set the property corresponding toEthernetInterfaceState.getNegotiatedDuplexMode()to the specified value.
-