Uses of Interface
cdm.base.staticdata.codelist.CodeList
Packages that use CodeList
Package
Description
-
Uses of CodeList in cdm.base.staticdata.codelist
Subinterfaces of CodeList in cdm.base.staticdata.codelistClasses in cdm.base.staticdata.codelist that implement CodeListModifier and TypeClassDescriptionstatic classBuilder Implementation of CodeListstatic classImmutable Implementation of CodeListMethods in cdm.base.staticdata.codelist that return CodeListModifier and TypeMethodDescriptionCodeList.build()Build MethodsCodeList.CodeListBuilderImpl.build()CodeList.CodeListImpl.build()Methods in cdm.base.staticdata.codelist that return types with arguments of type CodeList -
Uses of CodeList in cdm.base.staticdata.codelist.functions
Methods in cdm.base.staticdata.codelist.functions that return CodeListMethods in cdm.base.staticdata.codelist.functions that return types with arguments of type CodeList -
Uses of CodeList in cdm.base.staticdata.codelist.meta
Methods in cdm.base.staticdata.codelist.meta that return types with arguments of type CodeListModifier and TypeMethodDescriptionCodeListMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) CodeListMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) CodeListMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super CodeList> CodeListMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super CodeList> CodeListMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super CodeList> CodeListMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super CodeList> CodeListMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of CodeList in cdm.base.staticdata.codelist.validation
Methods in cdm.base.staticdata.codelist.validation with parameters of type CodeListModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> CodeListTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, CodeList o) List<com.rosetta.model.lib.validation.ValidationResult<?>> CodeListValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, CodeList o) -
Uses of CodeList in cdm.base.staticdata.codelist.validation.exists
Methods in cdm.base.staticdata.codelist.validation.exists with type parameters of type CodeListModifier and TypeMethodDescriptionCodeListOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.base.staticdata.codelist.validation.exists that return types with arguments of type CodeList