Uses of Enum Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.InterfaceCommonState.AdminStatus
Packages that use InterfaceCommonState.AdminStatus
Package
Description
-
Uses of InterfaceCommonState.AdminStatus in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406 that return InterfaceCommonState.AdminStatusModifier and TypeMethodDescriptionstatic @Nullable InterfaceCommonState.AdminStatusReturn the enumeration member whosegetName()matches specified assigned name.static @Nullable InterfaceCommonState.AdminStatusInterfaceCommonState.AdminStatus.forValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.InterfaceCommonState.getAdminStatus()Return adminStatus, ornullif it is not present.static @NonNull InterfaceCommonState.AdminStatusReturn the enumeration member whosegetName()matches specified assigned name.static @NonNull InterfaceCommonState.AdminStatusInterfaceCommonState.AdminStatus.ofValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.default @NonNull InterfaceCommonState.AdminStatusInterfaceCommonState.requireAdminStatus()Return adminStatus, guaranteed to be non-null.Returns the enum constant of this class with the specified name.static InterfaceCommonState.AdminStatus[]InterfaceCommonState.AdminStatus.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of InterfaceCommonState.AdminStatus in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.interfaces.top.interfaces._interface
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.interfaces.top.interfaces._interface that return InterfaceCommonState.AdminStatusModifier and TypeMethodDescriptionStateBuilder.getAdminStatus()Return current value associated with the property corresponding toInterfaceCommonState.getAdminStatus().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.interfaces.top.interfaces._interface with parameters of type InterfaceCommonState.AdminStatusModifier and TypeMethodDescriptionStateBuilder.setAdminStatus(InterfaceCommonState.AdminStatus value) Set the property corresponding toInterfaceCommonState.getAdminStatus()to the specified value. -
Uses of InterfaceCommonState.AdminStatus in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.subinterfaces.top.subinterfaces.subinterface
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.subinterfaces.top.subinterfaces.subinterface that return InterfaceCommonState.AdminStatusModifier and TypeMethodDescriptionStateBuilder.getAdminStatus()Return current value associated with the property corresponding toInterfaceCommonState.getAdminStatus().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.subinterfaces.top.subinterfaces.subinterface with parameters of type InterfaceCommonState.AdminStatusModifier and TypeMethodDescriptionStateBuilder.setAdminStatus(InterfaceCommonState.AdminStatus value) Set the property corresponding toInterfaceCommonState.getAdminStatus()to the specified value.