Class ReturnInstructionMeta

java.lang.Object
cdm.event.common.meta.ReturnInstructionMeta
All Implemented Interfaces:
com.rosetta.model.lib.meta.RosettaMetaData<ReturnInstruction>

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

    • ReturnInstructionMeta

      public ReturnInstructionMeta()
  • Method Details

    • dataRules

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

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

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

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

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

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

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