Uses of Interface
cdm.product.template.OptionFeature
Packages that use OptionFeature
Package
Description
Template feature concepts to define payouts.
-
Uses of OptionFeature in cdm.product.template
Subinterfaces of OptionFeature in cdm.product.templateModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.product.template that implement OptionFeatureModifier and TypeClassDescriptionstatic classBuilder Implementation of OptionFeaturestatic classImmutable Implementation of OptionFeatureMethods in cdm.product.template that return OptionFeatureModifier and TypeMethodDescriptionOptionFeature.build()Build MethodsOptionFeature.OptionFeatureBuilderImpl.build()OptionFeature.OptionFeatureImpl.build()OptionPayout.getFeature()The option feature, such as quanto, Asian, barrier, knock.OptionPayout.OptionPayoutImpl.getFeature()Methods in cdm.product.template that return types with arguments of type OptionFeatureModifier and TypeMethodDescriptiondefault Class<? extends OptionFeature> OptionFeature.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends OptionFeature> OptionFeature.metaData()Utility MethodsMethods in cdm.product.template with parameters of type OptionFeatureModifier and TypeMethodDescriptionOptionPayout.OptionPayoutBuilder.setFeature(OptionFeature feature) OptionPayout.OptionPayoutBuilderImpl.setFeature(OptionFeature _feature) -
Uses of OptionFeature in cdm.product.template.meta
Methods in cdm.product.template.meta that return types with arguments of type OptionFeatureModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super OptionFeature>> OptionFeatureMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super OptionFeature, com.rosetta.model.lib.qualify.QualifyResult>> OptionFeatureMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super OptionFeature, Set<String>> OptionFeatureMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super OptionFeature> OptionFeatureMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super OptionFeature> OptionFeatureMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super OptionFeature> OptionFeatureMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super OptionFeature> OptionFeatureMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of OptionFeature in cdm.product.template.validation
Methods in cdm.product.template.validation with parameters of type OptionFeatureModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> OptionFeatureTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, OptionFeature o) List<com.rosetta.model.lib.validation.ValidationResult<?>> OptionFeatureValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, OptionFeature o) -
Uses of OptionFeature in cdm.product.template.validation.exists
Methods in cdm.product.template.validation.exists with type parameters of type OptionFeatureModifier and TypeMethodDescription<T2 extends OptionFeature>
com.rosetta.model.lib.validation.ValidationResult<OptionFeature> OptionFeatureOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.product.template.validation.exists that return types with arguments of type OptionFeatureModifier and TypeMethodDescription<T2 extends OptionFeature>
com.rosetta.model.lib.validation.ValidationResult<OptionFeature> OptionFeatureOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)