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 PeriodCodeTypeLimitedExpiryRule. 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 ExpiryCalendarExpiryCalendar. addRule(PeriodCodeType period, ExpiryRule rule)ExpiryCalendarExpiryCalendar. addRule(PeriodCodeType type, UTCDate limit, boolean before, ExpiryRule rule)voidExpiryRuleMap. addRule(PeriodCodeType type, ExpiryRule rule)voidExpiryRuleMap. addRule(PeriodCodeType type, UTCDate limit, boolean before, ExpiryRule rule)List<LimitedExpiryRule>ExpiryRuleMap. getConfiguredExpiryRule(PeriodCodeType pct)LimitedExpiryRuleLimitedExpiryRule. 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 PeriodCodeTypeFinancialPeriodCode. getType()PeriodCodeTypePeriodCode. getType()default PeriodCodeTypePeriodCode. getType(CurveDate ondate)static PeriodCodeTypePeriodCodeComparison. getTypeFromRelative(String relative)static PeriodCodeTypePeriodCodeType. 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 PeriodCodeTypeBalance.BOM. getType()PeriodCodeTypeBalance.BOQ. getType()PeriodCodeTypeBalance.BOW. getType()PeriodCodeTypeBalance.BOY. getType()PeriodCodeTypeCustom. getType()PeriodCodeTypeDay.ABSOLUTE. getType()PeriodCodeTypeDay.RELATIVE. getType()PeriodCodeTypeDayAhead.ABSOLUTE. getType()PeriodCodeTypeDayAhead.RELATIVE. getType()PeriodCodeTypeInvalid. getType()PeriodCodeTypeShort.PROMPT. getType()PeriodCodeTypeShort.SAT. getType()PeriodCodeTypeShort.SPOT. getType()PeriodCodeTypeShort.SUN. getType()PeriodCodeTypeShort.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 PeriodCodeTypeVarContract. getPeriodCodeType()