Uses of Class
org.isda.cdm.DateRange
-
Packages that use DateRange Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.exists -
-
Uses of DateRange in org.isda.cdm
Subclasses of DateRange in org.isda.cdm Modifier and Type Class Description class
BusinessDateRange
A class defining a range of contiguous business days by defining an unadjusted first date, an unadjusted last date and a business day convention and business centers for adjusting the first and last dates if they would otherwise fall on a non business day in the specified business centers.Methods in org.isda.cdm that return DateRange Modifier and Type Method Description DateRange
DateRange.DateRangeBuilder. build()
DateRange
RelativeDates. getScheduleBounds()
The first and last dates of a schedule.Methods in org.isda.cdm that return types with arguments of type DateRange Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends DateRange>
DateRange.DateRangeBuilder. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends DateRange>
DateRange. metaData()
Methods in org.isda.cdm with parameters of type DateRange Modifier and Type Method Description RelativeDates.RelativeDatesBuilder
RelativeDates.RelativeDatesBuilder. setScheduleBounds(DateRange scheduleBounds)
-
Uses of DateRange in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type DateRange Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super DateRange>>
DateRangeMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super DateRange>>
DateRangeMeta. dataRules()
java.util.List<java.util.function.Function<? super DateRange,com.rosetta.model.lib.qualify.QualifyResult>>
DateRangeMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super DateRange,java.lang.String>
DateRangeMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super DateRange>
DateRangeMeta. validator()
-
Uses of DateRange in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type DateRange Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<DateRange>
DateRangeValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<DateRange>
DateRangeValidator. validate(com.rosetta.model.lib.path.RosettaPath path, DateRange o)
Methods in org.isda.cdm.validation with parameters of type DateRange Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<DateRange>
DateRangeValidator. validate(com.rosetta.model.lib.path.RosettaPath path, DateRange o)
-
Uses of DateRange in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type DateRange Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<DateRange>
DateRangeOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<DateRange>
DateRangeOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, DateRange o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type DateRange Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<DateRange>
DateRangeOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, DateRange o, java.lang.String field)
-