Class CodeListTypeFormatValidator

java.lang.Object
cdm.base.staticdata.codelist.validation.CodeListTypeFormatValidator
All Implemented Interfaces:
com.rosetta.model.lib.validation.Validator<CodeList>

public class CodeListTypeFormatValidator extends Object implements com.rosetta.model.lib.validation.Validator<CodeList>
  • Constructor Details

    • CodeListTypeFormatValidator

      public CodeListTypeFormatValidator()
  • Method Details

    • getValidationResults

      public List<com.rosetta.model.lib.validation.ValidationResult<?>> getValidationResults(com.rosetta.model.lib.path.RosettaPath path, CodeList o)
      Specified by:
      getValidationResults in interface com.rosetta.model.lib.validation.Validator<CodeList>