@CodingStyleguideUnaware public enum ETimeFrequencyCode21 extends Enum<ETimeFrequencyCode21> implements com.helger.commons.id.IHasID<String>
| Enum Constant and Description |
|---|
DAY |
MONTH |
QUARTER |
UNSPECIFIED |
WEEK |
YEAR |
| Modifier and Type | Method and Description |
|---|---|
static ETimeFrequencyCode21 |
getFromIDOrNull(String sID) |
String |
getID() |
static ETimeFrequencyCode21 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ETimeFrequencyCode21[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ETimeFrequencyCode21 DAY
public static final ETimeFrequencyCode21 MONTH
public static final ETimeFrequencyCode21 QUARTER
public static final ETimeFrequencyCode21 UNSPECIFIED
public static final ETimeFrequencyCode21 WEEK
public static final ETimeFrequencyCode21 YEAR
public static ETimeFrequencyCode21[] values()
for (ETimeFrequencyCode21 c : ETimeFrequencyCode21.values()) System.out.println(c);
public static ETimeFrequencyCode21 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 null@Nonnull @Nonempty public String getID()
getID in interface com.helger.commons.id.IHasID<String>@Nullable public static ETimeFrequencyCode21 getFromIDOrNull(@Nullable String sID)
Copyright © 2014–2015 Philip Helger. All rights reserved.