| Modifier and Type | Method and Description |
|---|---|
static Toaster.ToasterStatus |
Toaster.ToasterStatus.forValue(int intValue)
Return the enumeration member whose
getIntValue() matches specified value. |
Toaster.ToasterStatus |
ToasterBuilder.getToasterStatus() |
@Nullable Toaster.ToasterStatus |
Toaster.getToasterStatus()
This variable indicates the current state of the toaster.
|
static Toaster.ToasterStatus |
Toaster.ToasterStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Toaster.ToasterStatus[] |
Toaster.ToasterStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<Toaster.ToasterStatus> |
Toaster.ToasterStatus.forName(String name)
Return the enumeration member whose
getName() matches specified value. |
| Modifier and Type | Method and Description |
|---|---|
ToasterBuilder |
ToasterBuilder.setToasterStatus(Toaster.ToasterStatus value) |
Copyright © 2019 OpenDaylight. All rights reserved.