Uses of Interface
cdm.base.staticdata.codelist.CodeValue
Packages that use CodeValue
Package
Description
-
Uses of CodeValue in cdm.base.staticdata.codelist
Subinterfaces of CodeValue in cdm.base.staticdata.codelistModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.base.staticdata.codelist that implement CodeValueModifier and TypeClassDescriptionstatic classBuilder Implementation of CodeValuestatic classImmutable Implementation of CodeValueMethods in cdm.base.staticdata.codelist that return CodeValueModifier and TypeMethodDescriptionCodeValue.build()Build MethodsCodeValue.CodeValueBuilderImpl.build()CodeValue.CodeValueImpl.build()Methods in cdm.base.staticdata.codelist that return types with arguments of type CodeValueModifier and TypeMethodDescriptionCodeList.CodeListImpl.getCodes()CodeList.getCodes()Code valuesCodeValue.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends CodeValue> CodeValue.metaData()Utility MethodsMethods in cdm.base.staticdata.codelist with parameters of type CodeValueModifier and TypeMethodDescriptionMethod parameters in cdm.base.staticdata.codelist with type arguments of type CodeValueModifier and TypeMethodDescription -
Uses of CodeValue in cdm.base.staticdata.codelist.meta
Methods in cdm.base.staticdata.codelist.meta that return types with arguments of type CodeValueModifier and TypeMethodDescriptionCodeValueMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) CodeValueMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) CodeValueMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super CodeValue> CodeValueMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super CodeValue> CodeValueMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super CodeValue> CodeValueMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super CodeValue> CodeValueMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of CodeValue in cdm.base.staticdata.codelist.validation
Methods in cdm.base.staticdata.codelist.validation with parameters of type CodeValueModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> CodeValueTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, CodeValue o) List<com.rosetta.model.lib.validation.ValidationResult<?>> CodeValueValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, CodeValue o) -
Uses of CodeValue in cdm.base.staticdata.codelist.validation.exists
Methods in cdm.base.staticdata.codelist.validation.exists with type parameters of type CodeValueModifier and TypeMethodDescriptionCodeValueOnlyExistsValidator.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 CodeValue