Uses of Interface
cdm.base.staticdata.codelist.CodeListIdentification
Packages that use CodeListIdentification
Package
Description
-
Uses of CodeListIdentification in cdm.base.staticdata.codelist
Subinterfaces of CodeListIdentification in cdm.base.staticdata.codelistModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.base.staticdata.codelist that implement CodeListIdentificationModifier and TypeClassDescriptionstatic classBuilder Implementation of CodeListIdentificationstatic classImmutable Implementation of CodeListIdentificationMethods in cdm.base.staticdata.codelist that return CodeListIdentificationModifier and TypeMethodDescriptionCodeListIdentification.build()Build MethodsCodeListIdentification.CodeListIdentificationBuilderImpl.build()CodeListIdentification.CodeListIdentificationImpl.build()CodeList.CodeListImpl.getIdentification()CodeList.getIdentification()Identification information about the code listMethods in cdm.base.staticdata.codelist that return types with arguments of type CodeListIdentificationModifier and TypeMethodDescriptiondefault Class<? extends CodeListIdentification> CodeListIdentification.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends CodeListIdentification> CodeListIdentification.metaData()Utility MethodsMethods in cdm.base.staticdata.codelist with parameters of type CodeListIdentificationModifier and TypeMethodDescriptionCodeList.CodeListBuilder.setIdentification(CodeListIdentification identification) CodeList.CodeListBuilderImpl.setIdentification(CodeListIdentification _identification) -
Uses of CodeListIdentification in cdm.base.staticdata.codelist.meta
Methods in cdm.base.staticdata.codelist.meta that return types with arguments of type CodeListIdentificationModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super CodeListIdentification>> CodeListIdentificationMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super CodeListIdentification, com.rosetta.model.lib.qualify.QualifyResult>> CodeListIdentificationMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super CodeListIdentification, Set<String>> CodeListIdentificationMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super CodeListIdentification> CodeListIdentificationMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super CodeListIdentification> CodeListIdentificationMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super CodeListIdentification> CodeListIdentificationMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super CodeListIdentification> CodeListIdentificationMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of CodeListIdentification in cdm.base.staticdata.codelist.validation
Methods in cdm.base.staticdata.codelist.validation with parameters of type CodeListIdentificationModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> CodeListIdentificationTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, CodeListIdentification o) List<com.rosetta.model.lib.validation.ValidationResult<?>> CodeListIdentificationValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, CodeListIdentification o) -
Uses of CodeListIdentification in cdm.base.staticdata.codelist.validation.exists
Methods in cdm.base.staticdata.codelist.validation.exists with type parameters of type CodeListIdentificationModifier and TypeMethodDescription<T2 extends CodeListIdentification>
com.rosetta.model.lib.validation.ValidationResult<CodeListIdentification> CodeListIdentificationOnlyExistsValidator.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 CodeListIdentificationModifier and TypeMethodDescription<T2 extends CodeListIdentification>
com.rosetta.model.lib.validation.ValidationResult<CodeListIdentification> CodeListIdentificationOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)