Class SpreadScheduleMeta

java.lang.Object
cdm.product.asset.meta.SpreadScheduleMeta
All Implemented Interfaces:
com.rosetta.model.lib.meta.RosettaMetaData<SpreadSchedule>

@RosettaMeta(model=SpreadSchedule.class) public class SpreadScheduleMeta extends Object implements com.rosetta.model.lib.meta.RosettaMetaData<SpreadSchedule>
Version:
5.30.0
  • Constructor Details

    • SpreadScheduleMeta

      public SpreadScheduleMeta()
  • Method Details

    • dataRules

      public List<com.rosetta.model.lib.validation.Validator<? super SpreadSchedule>> dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory)
      Specified by:
      dataRules in interface com.rosetta.model.lib.meta.RosettaMetaData<SpreadSchedule>
    • getQualifyFunctions

      public List<Function<? super SpreadSchedule,com.rosetta.model.lib.qualify.QualifyResult>> getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory)
      Specified by:
      getQualifyFunctions in interface com.rosetta.model.lib.meta.RosettaMetaData<SpreadSchedule>
    • validator

      public com.rosetta.model.lib.validation.Validator<? super SpreadSchedule> validator(com.rosetta.model.lib.validation.ValidatorFactory factory)
      Specified by:
      validator in interface com.rosetta.model.lib.meta.RosettaMetaData<SpreadSchedule>
    • typeFormatValidator

      public com.rosetta.model.lib.validation.Validator<? super SpreadSchedule> typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory)
      Specified by:
      typeFormatValidator in interface com.rosetta.model.lib.meta.RosettaMetaData<SpreadSchedule>
    • validator

      @Deprecated public com.rosetta.model.lib.validation.Validator<? super SpreadSchedule> validator()
      Deprecated.
      Specified by:
      validator in interface com.rosetta.model.lib.meta.RosettaMetaData<SpreadSchedule>
    • typeFormatValidator

      @Deprecated public com.rosetta.model.lib.validation.Validator<? super SpreadSchedule> typeFormatValidator()
      Deprecated.
      Specified by:
      typeFormatValidator in interface com.rosetta.model.lib.meta.RosettaMetaData<SpreadSchedule>
    • onlyExistsValidator

      public com.rosetta.model.lib.validation.ValidatorWithArg<? super SpreadSchedule,Set<String>> onlyExistsValidator()
      Specified by:
      onlyExistsValidator in interface com.rosetta.model.lib.meta.RosettaMetaData<SpreadSchedule>