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