Uses of Class
org.isda.cdm.DayTypeEnum
-
Packages that use DayTypeEnum Package Description org.isda.cdm -
-
Uses of DayTypeEnum in org.isda.cdm
Fields in org.isda.cdm declared as DayTypeEnum Modifier and Type Field Description protected DayTypeEnum
Offset.OffsetBuilder. dayType
Methods in org.isda.cdm that return DayTypeEnum Modifier and Type Method Description DayTypeEnum
Offset. getDayType()
In the case of an offset specified as a number of days, this element defines whether consideration is given as to whether a day is a good business day or not.DayTypeEnum
Offset.OffsetBuilder. getDayType()
static DayTypeEnum
DayTypeEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DayTypeEnum[]
DayTypeEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.isda.cdm with parameters of type DayTypeEnum Modifier and Type Method Description AdjustedRelativeDateOffset.AdjustedRelativeDateOffsetBuilder
AdjustedRelativeDateOffset.AdjustedRelativeDateOffsetBuilder. setDayType(DayTypeEnum dayType)
FxFixingDate.FxFixingDateBuilder
FxFixingDate.FxFixingDateBuilder. setDayType(DayTypeEnum dayType)
Offset.OffsetBuilder
Offset.OffsetBuilder. setDayType(DayTypeEnum dayType)
RelativeDateOffset.RelativeDateOffsetBuilder
RelativeDateOffset.RelativeDateOffsetBuilder. setDayType(DayTypeEnum dayType)
RelativeDates.RelativeDatesBuilder
RelativeDates.RelativeDatesBuilder. setDayType(DayTypeEnum dayType)
-