public static enum AlchemyDataNews.TimeFormat extends Enum<AlchemyDataNews.TimeFormat>
| Enum Constant and Description |
|---|
d
The d.
|
h
The h.
|
m
The m.
|
M
The m.
|
NOW
The now.
|
s
The s.
|
y
The y.
|
| Modifier and Type | Method and Description |
|---|---|
static AlchemyDataNews.TimeFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlchemyDataNews.TimeFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlchemyDataNews.TimeFormat d
public static final AlchemyDataNews.TimeFormat h
public static final AlchemyDataNews.TimeFormat m
public static final AlchemyDataNews.TimeFormat M
public static final AlchemyDataNews.TimeFormat NOW
public static final AlchemyDataNews.TimeFormat s
public static final AlchemyDataNews.TimeFormat y
public static AlchemyDataNews.TimeFormat[] values()
for (AlchemyDataNews.TimeFormat c : AlchemyDataNews.TimeFormat.values()) System.out.println(c);
public static AlchemyDataNews.TimeFormat 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 © 2015. All rights reserved.