public final class PcStatus extends ExpandableStringEnum<PcStatus>
| Modifier and Type | Field and Description |
|---|---|
static PcStatus |
ERROR
Static value Error for PcStatus.
|
static PcStatus |
NOT_STARTED
Static value NotStarted for PcStatus.
|
static PcStatus |
RUNNING
Static value Running for PcStatus.
|
static PcStatus |
STOPPED
Static value Stopped for PcStatus.
|
static PcStatus |
UNKNOWN
Static value Unknown for PcStatus.
|
| Constructor and Description |
|---|
PcStatus() |
| Modifier and Type | Method and Description |
|---|---|
static PcStatus |
fromString(String name)
Creates or finds a PcStatus from its string representation.
|
static Collection<PcStatus> |
values() |
equals, fromString, hashCode, toString, values, withNameValuepublic static final PcStatus NOT_STARTED
public static final PcStatus RUNNING
public static final PcStatus STOPPED
public static final PcStatus ERROR
public static final PcStatus UNKNOWN
public static PcStatus fromString(String name)
name - a name to look forpublic static Collection<PcStatus> values()
Copyright © 2019. All rights reserved.