Uses of Class
com.walkfares.calendar.period.PeriodCodeType
Package | Description |
---|---|
com.walkfares.calendar.expiry | |
com.walkfares.calendar.period | |
com.walkfares.calendar.period.type | |
com.walkfares.odsl.var.curve |
-
Uses of PeriodCodeType in com.walkfares.calendar.expiry
Methods in com.walkfares.calendar.expiry that return PeriodCodeType Modifier and Type Method Description PeriodCodeType
LimitedExpiryRule. getPeriodCodeType()
Methods in com.walkfares.calendar.expiry that return types with arguments of type PeriodCodeType Modifier and Type Method Description List<PeriodCodeType>
ExpiryRuleMap. getConfiguredTypes()
Methods in com.walkfares.calendar.expiry with parameters of type PeriodCodeType Modifier and Type Method Description ExpiryCalendar
ExpiryCalendar. addRule(PeriodCodeType period, ExpiryRule rule)
ExpiryCalendar
ExpiryCalendar. addRule(PeriodCodeType type, UTCDate limit, boolean before, ExpiryRule rule)
void
ExpiryRuleMap. addRule(PeriodCodeType type, ExpiryRule rule)
void
ExpiryRuleMap. addRule(PeriodCodeType type, UTCDate limit, boolean before, ExpiryRule rule)
List<LimitedExpiryRule>
ExpiryRuleMap. getConfiguredExpiryRule(PeriodCodeType pct)
LimitedExpiryRule
LimitedExpiryRule. setPeriodCodeType(PeriodCodeType periodCodeType)
-
Uses of PeriodCodeType in com.walkfares.calendar.period
Methods in com.walkfares.calendar.period that return PeriodCodeType Modifier and Type Method Description default PeriodCodeType
FinancialPeriodCode. getType()
PeriodCodeType
PeriodCode. getType()
default PeriodCodeType
PeriodCode. getType(CurveDate ondate)
static PeriodCodeType
PeriodCodeComparison. getTypeFromRelative(String relative)
static PeriodCodeType
PeriodCodeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static PeriodCodeType[]
PeriodCodeType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PeriodCodeType in com.walkfares.calendar.period.type
Methods in com.walkfares.calendar.period.type that return PeriodCodeType Modifier and Type Method Description PeriodCodeType
Balance.BOM. getType()
PeriodCodeType
Balance.BOQ. getType()
PeriodCodeType
Balance.BOW. getType()
PeriodCodeType
Balance.BOY. getType()
PeriodCodeType
Custom. getType()
PeriodCodeType
Day.ABSOLUTE. getType()
PeriodCodeType
Day.RELATIVE. getType()
PeriodCodeType
DayAhead.ABSOLUTE. getType()
PeriodCodeType
DayAhead.RELATIVE. getType()
PeriodCodeType
Invalid. getType()
PeriodCodeType
Short.PROMPT. getType()
PeriodCodeType
Short.SAT. getType()
PeriodCodeType
Short.SPOT. getType()
PeriodCodeType
Short.SUN. getType()
PeriodCodeType
Short.WD. getType()
-
Uses of PeriodCodeType in com.walkfares.odsl.var.curve
Methods in com.walkfares.odsl.var.curve that return PeriodCodeType Modifier and Type Method Description PeriodCodeType
VarContract. getPeriodCodeType()