Uses of Class
org.isda.cdm.LastRegularPaymentDate
-
Packages that use LastRegularPaymentDate Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.choicerule org.isda.cdm.validation.exists -
-
Uses of LastRegularPaymentDate in org.isda.cdm
Methods in org.isda.cdm that return LastRegularPaymentDate Modifier and Type Method Description LastRegularPaymentDate
LastRegularPaymentDate.LastRegularPaymentDateBuilder. build()
LastRegularPaymentDate
PaymentDates. getLastPaymentDate()
The last payment date.Methods in org.isda.cdm that return types with arguments of type LastRegularPaymentDate Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends LastRegularPaymentDate>
LastRegularPaymentDate.LastRegularPaymentDateBuilder. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends LastRegularPaymentDate>
LastRegularPaymentDate. metaData()
Methods in org.isda.cdm with parameters of type LastRegularPaymentDate Modifier and Type Method Description PaymentDates.PaymentDatesBuilder
PaymentDates.PaymentDatesBuilder. setLastPaymentDate(LastRegularPaymentDate lastPaymentDate)
-
Uses of LastRegularPaymentDate in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type LastRegularPaymentDate Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super LastRegularPaymentDate>>
LastRegularPaymentDateMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super LastRegularPaymentDate>>
LastRegularPaymentDateMeta. dataRules()
java.util.List<java.util.function.Function<? super LastRegularPaymentDate,com.rosetta.model.lib.qualify.QualifyResult>>
LastRegularPaymentDateMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super LastRegularPaymentDate,java.lang.String>
LastRegularPaymentDateMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super LastRegularPaymentDate>
LastRegularPaymentDateMeta. validator()
-
Uses of LastRegularPaymentDate in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type LastRegularPaymentDate Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<LastRegularPaymentDate>
LastRegularPaymentDateValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<LastRegularPaymentDate>
LastRegularPaymentDateValidator. validate(com.rosetta.model.lib.path.RosettaPath path, LastRegularPaymentDate o)
Methods in org.isda.cdm.validation with parameters of type LastRegularPaymentDate Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<LastRegularPaymentDate>
LastRegularPaymentDateValidator. validate(com.rosetta.model.lib.path.RosettaPath path, LastRegularPaymentDate o)
-
Uses of LastRegularPaymentDate in org.isda.cdm.validation.choicerule
Methods in org.isda.cdm.validation.choicerule that return types with arguments of type LastRegularPaymentDate Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<LastRegularPaymentDate>
LastRegularPaymentDateOneOfRule. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder builder)
com.rosetta.model.lib.validation.ValidationResult<LastRegularPaymentDate>
LastRegularPaymentDateOneOfRule. validate(com.rosetta.model.lib.path.RosettaPath path, LastRegularPaymentDate object)
Methods in org.isda.cdm.validation.choicerule with parameters of type LastRegularPaymentDate Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<LastRegularPaymentDate>
LastRegularPaymentDateOneOfRule. validate(com.rosetta.model.lib.path.RosettaPath path, LastRegularPaymentDate object)
-
Uses of LastRegularPaymentDate in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type LastRegularPaymentDate Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<LastRegularPaymentDate>
LastRegularPaymentDateOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<LastRegularPaymentDate>
LastRegularPaymentDateOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, LastRegularPaymentDate o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type LastRegularPaymentDate Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<LastRegularPaymentDate>
LastRegularPaymentDateOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, LastRegularPaymentDate o, java.lang.String field)
-