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