public static enum AlchemyDataNews.TimeFormat extends Enum<AlchemyDataNews.TimeFormat>
Enum Constant and Description |
---|
d
The Time format d.
|
h
The Time format h.
|
m
The Time format m.
|
M
The Time format m.
|
NOW
The Time format now.
|
s
The Time format s.
|
y
The Time format 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–2016. All rights reserved.