public static enum CorePlatformApi.Status extends Enum<CorePlatformApi.Status>
| Enum Constant and Description |
|---|
LEGACY_ONLY
This API is not (yet) considered stable, and so only present in the legacy version of
the API surface.
|
STABLE
This API is considered stable, and so present in both the stable and legacy version of
the API surface.
|
| Modifier and Type | Method and Description |
|---|---|
static CorePlatformApi.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CorePlatformApi.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CorePlatformApi.Status STABLE
public static final CorePlatformApi.Status LEGACY_ONLY
public static CorePlatformApi.Status[] values()
for (CorePlatformApi.Status c : CorePlatformApi.Status.values()) System.out.println(c);
public static CorePlatformApi.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 null