public static enum AlchemyDataNews.TimeFormat extends Enum<AlchemyDataNews.TimeFormat>
| Enum Constant and Description | 
|---|
| dThe Time format d. | 
| hThe Time format h. | 
| mThe Time format m. | 
| MThe Time format m. | 
| NOWThe Time format now. | 
| sThe Time format s. | 
| yThe 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.