Uses of Enum Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.types.rev200630.VlanModeType
Packages that use VlanModeType
Package
Description
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.switched.top.switched.vlan
-
Uses of VlanModeType in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416 that return VlanModeTypeModifier and TypeMethodDescriptionVlanSwitchedConfig.getInterfaceMode()Return interfaceMode, ornullif it is not present.default @NonNull VlanModeTypeVlanSwitchedConfig.requireInterfaceMode()Return interfaceMode, guaranteed to be non-null. -
Uses of VlanModeType in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.switched.top.switched.vlan
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.switched.top.switched.vlan that return VlanModeTypeModifier and TypeMethodDescriptionConfigBuilder.getInterfaceMode()Return current value associated with the property corresponding toVlanSwitchedConfig.getInterfaceMode().StateBuilder.getInterfaceMode()Return current value associated with the property corresponding toVlanSwitchedConfig.getInterfaceMode().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.switched.top.switched.vlan with parameters of type VlanModeTypeModifier and TypeMethodDescriptionConfigBuilder.setInterfaceMode(VlanModeType value) Set the property corresponding toVlanSwitchedConfig.getInterfaceMode()to the specified value.StateBuilder.setInterfaceMode(VlanModeType value) Set the property corresponding toVlanSwitchedConfig.getInterfaceMode()to the specified value. -
Uses of VlanModeType in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.types.rev200630
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.types.rev200630 that return VlanModeTypeModifier and TypeMethodDescriptionstatic @Nullable VlanModeTypeReturn the enumeration member whosegetName()matches specified assigned name.static @Nullable VlanModeTypeVlanModeType.forValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.static @NonNull VlanModeTypeReturn the enumeration member whosegetName()matches specified assigned name.static @NonNull VlanModeTypeVlanModeType.ofValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.static VlanModeTypeReturns the enum constant of this class with the specified name.static VlanModeType[]VlanModeType.values()Returns an array containing the constants of this enum class, in the order they are declared.