Class ScheduleMeta

java.lang.Object
cdm.base.math.meta.ScheduleMeta
All Implemented Interfaces:
com.rosetta.model.lib.meta.RosettaMetaData<Schedule>

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

    • ScheduleMeta

      public ScheduleMeta()
  • Method Details

    • dataRules

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

      public List<Function<? super Schedule,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<Schedule>
    • validator

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

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

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

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

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