public static enum BandInfoParameters.DateTime extends Enum<BandInfoParameters.DateTime>
Enum Constant and Description |
---|
DAY |
HOUR |
MINUTE |
MONTH |
SECOND |
WEEK |
YEAR |
Modifier and Type | Method and Description |
---|---|
static BandInfoParameters.DateTime |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BandInfoParameters.DateTime[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BandInfoParameters.DateTime SECOND
public static final BandInfoParameters.DateTime MINUTE
public static final BandInfoParameters.DateTime HOUR
public static final BandInfoParameters.DateTime WEEK
public static final BandInfoParameters.DateTime DAY
public static final BandInfoParameters.DateTime MONTH
public static final BandInfoParameters.DateTime YEAR
public static BandInfoParameters.DateTime[] values()
for (BandInfoParameters.DateTime c : BandInfoParameters.DateTime.values()) System.out.println(c);
public static BandInfoParameters.DateTime 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.