public class PowerState extends Object
| Modifier and Type | Field and Description |
|---|---|
static PowerState |
RUNNING |
static PowerState |
STOPPED |
private String |
value |
| Constructor and Description |
|---|
PowerState() |
| Modifier and Type | Method and Description |
|---|---|
static PowerState |
fromString(String input) |
static List<PowerState> |
values() |
public static final PowerState RUNNING
public static final PowerState STOPPED
private String value
public static List<PowerState> values()
public static PowerState fromString(String input)
Copyright © 2024. All rights reserved.