Package org.isda.cdm.meta
Class IndependentAmountMeta
- java.lang.Object
-
- org.isda.cdm.meta.IndependentAmountMeta
-
- All Implemented Interfaces:
com.rosetta.model.lib.meta.RosettaMetaData<IndependentAmount>
@RosettaMeta(model=IndependentAmount.class) public class IndependentAmountMeta extends java.lang.Object implements com.rosetta.model.lib.meta.RosettaMetaData<IndependentAmount>
- Version:
- 2.5.4
-
-
Constructor Summary
Constructors Constructor Description IndependentAmountMeta()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super IndependentAmount>>
choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super IndependentAmount>>
dataRules()
java.util.List<java.util.function.Function<? super IndependentAmount,com.rosetta.model.lib.qualify.QualifyResult>>
getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super IndependentAmount,java.lang.String>
onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super IndependentAmount>
validator()
-
-
-
Method Detail
-
dataRules
public java.util.List<com.rosetta.model.lib.validation.Validator<? super IndependentAmount>> dataRules()
- Specified by:
dataRules
in interfacecom.rosetta.model.lib.meta.RosettaMetaData<IndependentAmount>
-
choiceRuleValidators
public java.util.List<com.rosetta.model.lib.validation.Validator<? super IndependentAmount>> choiceRuleValidators()
- Specified by:
choiceRuleValidators
in interfacecom.rosetta.model.lib.meta.RosettaMetaData<IndependentAmount>
-
getQualifyFunctions
public java.util.List<java.util.function.Function<? super IndependentAmount,com.rosetta.model.lib.qualify.QualifyResult>> getQualifyFunctions()
- Specified by:
getQualifyFunctions
in interfacecom.rosetta.model.lib.meta.RosettaMetaData<IndependentAmount>
-
validator
public com.rosetta.model.lib.validation.Validator<? super IndependentAmount> validator()
- Specified by:
validator
in interfacecom.rosetta.model.lib.meta.RosettaMetaData<IndependentAmount>
-
onlyExistsValidator
public com.rosetta.model.lib.validation.ValidatorWithArg<? super IndependentAmount,java.lang.String> onlyExistsValidator()
- Specified by:
onlyExistsValidator
in interfacecom.rosetta.model.lib.meta.RosettaMetaData<IndependentAmount>
-
-