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