Uses of Enum Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.VlanConfig.Status
Packages that use VlanConfig.Status
Package
Description
-
Uses of VlanConfig.Status 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 VlanConfig.StatusModifier and TypeMethodDescriptionstatic @Nullable VlanConfig.StatusReturn the enumeration member whosegetName()matches specified assigned name.static @Nullable VlanConfig.StatusVlanConfig.Status.forValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.VlanConfig.getStatus()Return status, ornullif it is not present.static @NonNull VlanConfig.StatusReturn the enumeration member whosegetName()matches specified assigned name.static @NonNull VlanConfig.StatusVlanConfig.Status.ofValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.default @NonNull VlanConfig.StatusVlanConfig.requireStatus()Return status, guaranteed to be non-null.static VlanConfig.StatusReturns the enum constant of this class with the specified name.static VlanConfig.Status[]VlanConfig.Status.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of VlanConfig.Status in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.top.vlans.vlan
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.top.vlans.vlan that return VlanConfig.StatusModifier and TypeMethodDescriptionConfigBuilder.getStatus()Return current value associated with the property corresponding toVlanConfig.getStatus().StateBuilder.getStatus()Return current value associated with the property corresponding toVlanConfig.getStatus().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.top.vlans.vlan with parameters of type VlanConfig.StatusModifier and TypeMethodDescriptionConfigBuilder.setStatus(VlanConfig.Status value) Set the property corresponding toVlanConfig.getStatus()to the specified value.StateBuilder.setStatus(VlanConfig.Status value) Set the property corresponding toVlanConfig.getStatus()to the specified value.