Uses of Class
org.isda.cdm.SpreadScheduleTypeEnum
-
Packages that use SpreadScheduleTypeEnum Package Description org.isda.cdm org.isda.cdm.metafields -
-
Uses of SpreadScheduleTypeEnum in org.isda.cdm
Methods in org.isda.cdm that return SpreadScheduleTypeEnum Modifier and Type Method Description static SpreadScheduleTypeEnum
SpreadScheduleTypeEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SpreadScheduleTypeEnum[]
SpreadScheduleTypeEnum. 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 SpreadScheduleTypeEnum Modifier and Type Method Description SpreadSchedule.SpreadScheduleBuilder
SpreadSchedule.SpreadScheduleBuilder. setTypeRef(SpreadScheduleTypeEnum type)
-
Uses of SpreadScheduleTypeEnum in org.isda.cdm.metafields
Methods in org.isda.cdm.metafields that return SpreadScheduleTypeEnum Modifier and Type Method Description SpreadScheduleTypeEnum
FieldWithMetaSpreadScheduleTypeEnum.FieldWithMetaSpreadScheduleTypeEnumBuilder. getValue()
SpreadScheduleTypeEnum
FieldWithMetaSpreadScheduleTypeEnum. getValue()
Methods in org.isda.cdm.metafields with parameters of type SpreadScheduleTypeEnum Modifier and Type Method Description FieldWithMetaSpreadScheduleTypeEnum.FieldWithMetaSpreadScheduleTypeEnumBuilder
FieldWithMetaSpreadScheduleTypeEnum.FieldWithMetaSpreadScheduleTypeEnumBuilder. setValue(SpreadScheduleTypeEnum value)
-