Uses of Enum Class
org.opendaylight.yang.gen.v1.http.netconfcentral.org.ns.toaster.rev091120.Toaster.ToasterStatus
-
Uses of Toaster.ToasterStatus in org.opendaylight.yang.gen.v1.http.netconfcentral.org.ns.toaster.rev091120
Methods in org.opendaylight.yang.gen.v1.http.netconfcentral.org.ns.toaster.rev091120 that return Toaster.ToasterStatusModifier and TypeMethodDescriptionstatic @Nullable Toaster.ToasterStatusReturn the enumeration member whosegetName()matches specified assigned name.static @Nullable Toaster.ToasterStatusToaster.ToasterStatus.forValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.Toaster.getToasterStatus()Return toasterStatus, ornullif it is not present.ToasterBuilder.getToasterStatus()Return current value associated with the property corresponding toToaster.getToasterStatus().static @NonNull Toaster.ToasterStatusReturn the enumeration member whosegetName()matches specified assigned name.static @NonNull Toaster.ToasterStatusToaster.ToasterStatus.ofValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.default @NonNull Toaster.ToasterStatusToaster.requireToasterStatus()Return toasterStatus, guaranteed to be non-null.static Toaster.ToasterStatusReturns the enum constant of this class with the specified name.static Toaster.ToasterStatus[]Toaster.ToasterStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opendaylight.yang.gen.v1.http.netconfcentral.org.ns.toaster.rev091120 with parameters of type Toaster.ToasterStatusModifier and TypeMethodDescriptionToasterBuilder.setToasterStatus(Toaster.ToasterStatus value) Set the property corresponding toToaster.getToasterStatus()to the specified value.