public static enum RealmsClient.Environment extends java.lang.Enum<RealmsClient.Environment>
| Enum Constant and Description |
|---|
LOCAL |
PRODUCTION |
STAGE |
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
field_224898_d |
java.lang.String |
field_224899_e |
| Modifier and Type | Method and Description |
|---|---|
static RealmsClient.Environment |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RealmsClient.Environment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RealmsClient.Environment PRODUCTION
public static final RealmsClient.Environment STAGE
public static final RealmsClient.Environment LOCAL
public java.lang.String field_224898_d
public java.lang.String field_224899_e
public static RealmsClient.Environment[] values()
for (RealmsClient.Environment c : RealmsClient.Environment.values()) System.out.println(c);
public static RealmsClient.Environment valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null