Class QuantityScheduleMeta

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

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

    • QuantityScheduleMeta

      public QuantityScheduleMeta()
  • Method Details

    • dataRules

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

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

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

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

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

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

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