@Generated(value="org.jsonschema2pojo") public static enum FanBay.State extends Enum<FanBay.State>
Enum Constant and Description |
---|
Degraded |
Failed |
Misplaced |
Missing |
OK |
Modifier and Type | Method and Description |
---|---|
static FanBay.State |
fromValue(String value) |
String |
toString() |
static FanBay.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FanBay.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FanBay.State Misplaced
public static final FanBay.State Missing
public static final FanBay.State Degraded
public static final FanBay.State Failed
public static final FanBay.State OK
public static FanBay.State[] values()
for (FanBay.State c : FanBay.State.values()) System.out.println(c);
public static FanBay.State valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<FanBay.State>
public static FanBay.State fromValue(String value)
Copyright © 2016. All rights reserved.