public static enum ExportModel.TimespanType extends java.lang.Enum<ExportModel.TimespanType>
Modifier and Type | Method and Description |
---|---|
static ExportModel.TimespanType |
parseText(java.lang.String text) |
java.lang.String |
toText() |
static ExportModel.TimespanType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExportModel.TimespanType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExportModel.TimespanType ALL
public static final ExportModel.TimespanType YEAR
public static final ExportModel.TimespanType YEARS
public static final ExportModel.TimespanType DATES
public static ExportModel.TimespanType[] values()
for (ExportModel.TimespanType c : ExportModel.TimespanType.values()) System.out.println(c);
public static ExportModel.TimespanType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static ExportModel.TimespanType parseText(java.lang.String text)
public java.lang.String toText()