Uses of Class
org.isda.cdm.FeaturePayment
-
Packages that use FeaturePayment Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.choicerule org.isda.cdm.validation.datarule org.isda.cdm.validation.exists -
-
Uses of FeaturePayment in org.isda.cdm
Methods in org.isda.cdm that return FeaturePayment Modifier and Type Method Description FeaturePayment
FeaturePayment.FeaturePaymentBuilder. build()
FeaturePayment
TriggerEvent. getFeaturePayment()
The feature payment, i.e.Methods in org.isda.cdm that return types with arguments of type FeaturePayment Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends FeaturePayment>
FeaturePayment.FeaturePaymentBuilder. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends FeaturePayment>
FeaturePayment. metaData()
Methods in org.isda.cdm with parameters of type FeaturePayment Modifier and Type Method Description TriggerEvent.TriggerEventBuilder
TriggerEvent.TriggerEventBuilder. setFeaturePayment(FeaturePayment featurePayment)
-
Uses of FeaturePayment in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type FeaturePayment Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super FeaturePayment>>
FeaturePaymentMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super FeaturePayment>>
FeaturePaymentMeta. dataRules()
java.util.List<java.util.function.Function<? super FeaturePayment,com.rosetta.model.lib.qualify.QualifyResult>>
FeaturePaymentMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super FeaturePayment,java.lang.String>
FeaturePaymentMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super FeaturePayment>
FeaturePaymentMeta. validator()
-
Uses of FeaturePayment in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type FeaturePayment Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<FeaturePayment>
FeaturePaymentValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<FeaturePayment>
FeaturePaymentValidator. validate(com.rosetta.model.lib.path.RosettaPath path, FeaturePayment o)
Methods in org.isda.cdm.validation with parameters of type FeaturePayment Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<FeaturePayment>
FeaturePaymentValidator. validate(com.rosetta.model.lib.path.RosettaPath path, FeaturePayment o)
-
Uses of FeaturePayment in org.isda.cdm.validation.choicerule
Methods in org.isda.cdm.validation.choicerule that return types with arguments of type FeaturePayment Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<FeaturePayment>
FeaturePaymentChoiceRule. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder builder)
com.rosetta.model.lib.validation.ValidationResult<FeaturePayment>
FeaturePaymentChoiceRule. validate(com.rosetta.model.lib.path.RosettaPath path, FeaturePayment object)
Methods in org.isda.cdm.validation.choicerule with parameters of type FeaturePayment Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<FeaturePayment>
FeaturePaymentChoiceRule. validate(com.rosetta.model.lib.path.RosettaPath path, FeaturePayment object)
-
Uses of FeaturePayment in org.isda.cdm.validation.datarule
Methods in org.isda.cdm.validation.datarule that return types with arguments of type FeaturePayment Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<FeaturePayment>
FeaturePaymentAmountDataRule. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder featurePayment)
com.rosetta.model.lib.validation.ValidationResult<FeaturePayment>
FeaturePaymentAmountDataRule. validate(com.rosetta.model.lib.path.RosettaPath path, FeaturePayment featurePayment)
Methods in org.isda.cdm.validation.datarule with parameters of type FeaturePayment Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<FeaturePayment>
FeaturePaymentAmountDataRule. validate(com.rosetta.model.lib.path.RosettaPath path, FeaturePayment featurePayment)
-
Uses of FeaturePayment in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type FeaturePayment Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<FeaturePayment>
FeaturePaymentOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<FeaturePayment>
FeaturePaymentOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, FeaturePayment o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type FeaturePayment Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<FeaturePayment>
FeaturePaymentOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, FeaturePayment o, java.lang.String field)
-