public static enum PLATFORM._N extends Enum<PLATFORM._N>
| Enum Constant and Description |
|---|
DAY_OF_YEAR |
FAMILY |
LEVEL |
VERSION |
YEAR |
| Modifier and Type | Method and Description |
|---|---|
static PLATFORM._N |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PLATFORM._N[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PLATFORM._N FAMILY
public static final PLATFORM._N LEVEL
public static final PLATFORM._N VERSION
public static final PLATFORM._N YEAR
public static final PLATFORM._N DAY_OF_YEAR
public static PLATFORM._N[] values()
for (PLATFORM._N c : PLATFORM._N.values()) System.out.println(c);
public static PLATFORM._N 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 © 2017. All rights reserved.