public static enum HistoricalRequestBuilder.PeriodicityAdjustment extends Enum<HistoricalRequestBuilder.PeriodicityAdjustment>
Enum Constant and Description |
---|
ACTUAL
These revert to the actual date from today (if the end date is left blank) or from the End Date
|
CALENDAR
For pricing fields, these revert to the last business day of the specified calendar period.
|
FISCAL
These periods revert to the fiscal period end for the company - Fiscal Quarterly (FQ), Fiscal Semi- Annually
(FS) and Fiscal Yearly (FY) only
|
Modifier and Type | Method and Description |
---|---|
static HistoricalRequestBuilder.PeriodicityAdjustment |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HistoricalRequestBuilder.PeriodicityAdjustment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HistoricalRequestBuilder.PeriodicityAdjustment ACTUAL
public static final HistoricalRequestBuilder.PeriodicityAdjustment CALENDAR
public static final HistoricalRequestBuilder.PeriodicityAdjustment FISCAL
public static HistoricalRequestBuilder.PeriodicityAdjustment[] values()
for (HistoricalRequestBuilder.PeriodicityAdjustment c : HistoricalRequestBuilder.PeriodicityAdjustment.values()) System.out.println(c);
public static HistoricalRequestBuilder.PeriodicityAdjustment 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 © 2013. All Rights Reserved.