Class LoadCodeList
java.lang.Object
cdm.base.staticdata.codelist.functions.LoadCodeList
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Direct Known Subclasses:
LoadCodeList.LoadCodeListDefault,LoadCodeListImpl
public abstract class LoadCodeList
extends Object
implements com.rosetta.model.lib.functions.RosettaFunction
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.rosetta.model.lib.functions.ModelObjectValidator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract CodeList.CodeListBuilderdoEvaluate(String domain) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.rosetta.model.lib.functions.RosettaFunction
toBuilder, toBuilder, toBuilder
-
Field Details
-
objectValidator
@Inject protected com.rosetta.model.lib.functions.ModelObjectValidator objectValidator
-
-
Constructor Details
-
LoadCodeList
public LoadCodeList()
-
-
Method Details
-
evaluate
- Parameters:
domain- The identifier of the code list resource to retrieve. e.g. The cdm.base.staticdata.codelist.FpMLCodingScheme domain parameter- Returns:
- codelist The loaded code list (or null if not found)
-
doEvaluate
-