@Generated(value="org.jsonschema2pojo") public static enum FanBay.Status extends Enum<FanBay.Status>
Enum Constant and Description |
---|
Critical |
Disabled |
OK |
Unknown |
Warning |
Modifier and Type | Method and Description |
---|---|
static FanBay.Status |
fromValue(String value) |
String |
toString() |
static FanBay.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FanBay.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FanBay.Status Unknown
public static final FanBay.Status OK
public static final FanBay.Status Disabled
public static final FanBay.Status Warning
public static final FanBay.Status Critical
public static FanBay.Status[] values()
for (FanBay.Status c : FanBay.Status.values()) System.out.println(c);
public static FanBay.Status 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.Status>
public static FanBay.Status fromValue(String value)
Copyright © 2016. All rights reserved.