Uses of Interface
cdm.base.math.MoneyBound
Packages that use MoneyBound
Package
Description
Basic maths concepts: quantity and unit, rounding, curve / schedule, non-negativity constraint etc.
-
Uses of MoneyBound in cdm.base.math
Subinterfaces of MoneyBound in cdm.base.mathModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.base.math that implement MoneyBoundModifier and TypeClassDescriptionstatic classBuilder Implementation of MoneyBoundstatic classImmutable Implementation of MoneyBoundMethods in cdm.base.math that return MoneyBoundModifier and TypeMethodDescriptionMoneyBound.build()Build MethodsMoneyBound.MoneyBoundBuilderImpl.build()MoneyBound.MoneyBoundImpl.build()MoneyRange.getLowerBound()The lower bound of a money range, e.g. greater than or equal to 1,000 USD.MoneyRange.MoneyRangeImpl.getLowerBound()MoneyRange.getUpperBound()The upper bound of a money range, e.g. less than 10,000 USD.MoneyRange.MoneyRangeImpl.getUpperBound()Methods in cdm.base.math that return types with arguments of type MoneyBoundModifier and TypeMethodDescriptiondefault Class<? extends MoneyBound> MoneyBound.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends MoneyBound> MoneyBound.metaData()Utility MethodsMethods in cdm.base.math with parameters of type MoneyBoundModifier and TypeMethodDescriptionMoneyRange.MoneyRangeBuilder.setLowerBound(MoneyBound lowerBound) MoneyRange.MoneyRangeBuilderImpl.setLowerBound(MoneyBound _lowerBound) MoneyRange.MoneyRangeBuilder.setUpperBound(MoneyBound upperBound) MoneyRange.MoneyRangeBuilderImpl.setUpperBound(MoneyBound _upperBound) -
Uses of MoneyBound in cdm.base.math.meta
Methods in cdm.base.math.meta that return types with arguments of type MoneyBoundModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super MoneyBound>> MoneyBoundMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super MoneyBound, com.rosetta.model.lib.qualify.QualifyResult>> MoneyBoundMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super MoneyBound, Set<String>> MoneyBoundMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super MoneyBound> MoneyBoundMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super MoneyBound> MoneyBoundMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super MoneyBound> MoneyBoundMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super MoneyBound> MoneyBoundMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of MoneyBound in cdm.base.math.validation
Methods in cdm.base.math.validation with parameters of type MoneyBoundModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> MoneyBoundTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, MoneyBound o) List<com.rosetta.model.lib.validation.ValidationResult<?>> MoneyBoundValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, MoneyBound o) -
Uses of MoneyBound in cdm.base.math.validation.exists
Methods in cdm.base.math.validation.exists with type parameters of type MoneyBoundModifier and TypeMethodDescription<T2 extends MoneyBound>
com.rosetta.model.lib.validation.ValidationResult<MoneyBound> MoneyBoundOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.base.math.validation.exists that return types with arguments of type MoneyBoundModifier and TypeMethodDescription<T2 extends MoneyBound>
com.rosetta.model.lib.validation.ValidationResult<MoneyBound> MoneyBoundOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)