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