Uses of Class
org.isda.cdm.CreditEventNotice
-
Packages that use CreditEventNotice Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.exists -
-
Uses of CreditEventNotice in org.isda.cdm
Methods in org.isda.cdm that return CreditEventNotice Modifier and Type Method Description CreditEventNotice
CreditEventNotice.CreditEventNoticeBuilder. build()
CreditEventNotice
CreditEvents. getCreditEventNotice()
A specified condition to settlement.Methods in org.isda.cdm that return types with arguments of type CreditEventNotice Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends CreditEventNotice>
CreditEventNotice.CreditEventNoticeBuilder. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends CreditEventNotice>
CreditEventNotice. metaData()
Methods in org.isda.cdm with parameters of type CreditEventNotice Modifier and Type Method Description CreditEvents.CreditEventsBuilder
CreditEvents.CreditEventsBuilder. setCreditEventNotice(CreditEventNotice creditEventNotice)
-
Uses of CreditEventNotice in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type CreditEventNotice Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super CreditEventNotice>>
CreditEventNoticeMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super CreditEventNotice>>
CreditEventNoticeMeta. dataRules()
java.util.List<java.util.function.Function<? super CreditEventNotice,com.rosetta.model.lib.qualify.QualifyResult>>
CreditEventNoticeMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super CreditEventNotice,java.lang.String>
CreditEventNoticeMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super CreditEventNotice>
CreditEventNoticeMeta. validator()
-
Uses of CreditEventNotice in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type CreditEventNotice Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<CreditEventNotice>
CreditEventNoticeValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<CreditEventNotice>
CreditEventNoticeValidator. validate(com.rosetta.model.lib.path.RosettaPath path, CreditEventNotice o)
Methods in org.isda.cdm.validation with parameters of type CreditEventNotice Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<CreditEventNotice>
CreditEventNoticeValidator. validate(com.rosetta.model.lib.path.RosettaPath path, CreditEventNotice o)
-
Uses of CreditEventNotice in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type CreditEventNotice Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<CreditEventNotice>
CreditEventNoticeOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<CreditEventNotice>
CreditEventNoticeOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, CreditEventNotice o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type CreditEventNotice Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<CreditEventNotice>
CreditEventNoticeOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, CreditEventNotice o, java.lang.String field)
-