Uses of Class
org.isda.cdm.AmendmentEffectiveDate
-
Packages that use AmendmentEffectiveDate 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 AmendmentEffectiveDate in org.isda.cdm
Methods in org.isda.cdm that return AmendmentEffectiveDate Modifier and Type Method Description AmendmentEffectiveDate
AmendmentEffectiveDate.AmendmentEffectiveDateBuilder. build()
AmendmentEffectiveDate
TerminationCurrencyAmendment. getEffectiveDate()
The effective date of the Amendment to Termination Currency.Methods in org.isda.cdm that return types with arguments of type AmendmentEffectiveDate Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends AmendmentEffectiveDate>
AmendmentEffectiveDate.AmendmentEffectiveDateBuilder. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends AmendmentEffectiveDate>
AmendmentEffectiveDate. metaData()
Methods in org.isda.cdm with parameters of type AmendmentEffectiveDate Modifier and Type Method Description TerminationCurrencyAmendment.TerminationCurrencyAmendmentBuilder
TerminationCurrencyAmendment.TerminationCurrencyAmendmentBuilder. setEffectiveDate(AmendmentEffectiveDate effectiveDate)
-
Uses of AmendmentEffectiveDate in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type AmendmentEffectiveDate Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super AmendmentEffectiveDate>>
AmendmentEffectiveDateMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super AmendmentEffectiveDate>>
AmendmentEffectiveDateMeta. dataRules()
java.util.List<java.util.function.Function<? super AmendmentEffectiveDate,com.rosetta.model.lib.qualify.QualifyResult>>
AmendmentEffectiveDateMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super AmendmentEffectiveDate,java.lang.String>
AmendmentEffectiveDateMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super AmendmentEffectiveDate>
AmendmentEffectiveDateMeta. validator()
-
Uses of AmendmentEffectiveDate in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type AmendmentEffectiveDate Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<AmendmentEffectiveDate>
AmendmentEffectiveDateValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<AmendmentEffectiveDate>
AmendmentEffectiveDateValidator. validate(com.rosetta.model.lib.path.RosettaPath path, AmendmentEffectiveDate o)
Methods in org.isda.cdm.validation with parameters of type AmendmentEffectiveDate Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<AmendmentEffectiveDate>
AmendmentEffectiveDateValidator. validate(com.rosetta.model.lib.path.RosettaPath path, AmendmentEffectiveDate o)
-
Uses of AmendmentEffectiveDate in org.isda.cdm.validation.choicerule
Methods in org.isda.cdm.validation.choicerule that return types with arguments of type AmendmentEffectiveDate Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<AmendmentEffectiveDate>
AmendmentEffectiveDateOneOfRule. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder builder)
com.rosetta.model.lib.validation.ValidationResult<AmendmentEffectiveDate>
AmendmentEffectiveDateOneOfRule. validate(com.rosetta.model.lib.path.RosettaPath path, AmendmentEffectiveDate object)
Methods in org.isda.cdm.validation.choicerule with parameters of type AmendmentEffectiveDate Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<AmendmentEffectiveDate>
AmendmentEffectiveDateOneOfRule. validate(com.rosetta.model.lib.path.RosettaPath path, AmendmentEffectiveDate object)
-
Uses of AmendmentEffectiveDate in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type AmendmentEffectiveDate Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<AmendmentEffectiveDate>
AmendmentEffectiveDateOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<AmendmentEffectiveDate>
AmendmentEffectiveDateOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, AmendmentEffectiveDate o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type AmendmentEffectiveDate Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<AmendmentEffectiveDate>
AmendmentEffectiveDateOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, AmendmentEffectiveDate o, java.lang.String field)
-