Package cdm.base.staticdata.codelist
Interface CodeListIdentification.CodeListIdentificationBuilder
- All Superinterfaces:
CodeListIdentification,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
CodeListIdentification.CodeListIdentificationBuilderImpl
- Enclosing interface:
CodeListIdentification
public static interface CodeListIdentification.CodeListIdentificationBuilder
extends CodeListIdentification, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.base.staticdata.codelist.CodeListIdentification
CodeListIdentification.CodeListIdentificationBuilder, CodeListIdentification.CodeListIdentificationBuilderImpl, CodeListIdentification.CodeListIdentificationImpl -
Field Summary
Fields inherited from interface cdm.base.staticdata.codelist.CodeListIdentification
metaData -
Method Summary
Modifier and TypeMethodDescriptiondefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setCanonicalUri(String canonicalUri) setCanonicalVersionUri(String canonicalVersionUri) setCodeShortId(String codeShortId) setDescription(String description) setLocationUri(String locationUri) setPublicationDate(String publicationDate) setShortName(String shortName) setVersion(String version) Methods inherited from interface cdm.base.staticdata.codelist.CodeListIdentification
build, getCanonicalUri, getCanonicalVersionUri, getCodeShortId, getDescription, getLocationUri, getPublicationDate, getShortName, getType, getVersion, metaData, process, toBuilderMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, hasData, merge, processRosetta, processRosetta
-
Method Details
-
setDescription
-
setPublicationDate
-
setShortName
-
setVersion
-
setCodeShortId
-
setCanonicalUri
-
setCanonicalVersionUri
CodeListIdentification.CodeListIdentificationBuilder setCanonicalVersionUri(String canonicalVersionUri) -
setLocationUri
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
prune
- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-