Class AdjustableOrAdjustedDateMeta

java.lang.Object
cdm.base.datetime.meta.AdjustableOrAdjustedDateMeta
All Implemented Interfaces:
com.rosetta.model.lib.meta.RosettaMetaData<AdjustableOrAdjustedDate>

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

    • AdjustableOrAdjustedDateMeta

      public AdjustableOrAdjustedDateMeta()
  • Method Details

    • dataRules

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

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

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

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

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

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

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