Package cdm.base.staticdata.codelist
Interface CodeValue
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
CodeValue.CodeValueBuilder
- All Known Implementing Classes:
CodeValue.CodeValueBuilderImpl,CodeValue.CodeValueImpl
@RosettaDataType(value="CodeValue",
builder=CodeValueBuilderImpl.class,
version="7.0.0-dev.105")
@RuneDataType(value="CodeValue",
model="cdm",
builder=CodeValueBuilderImpl.class,
version="7.0.0-dev.105")
public interface CodeValue
extends com.rosetta.model.lib.RosettaModelObject
A type to hold the value of the code in a codelist
- Version:
- 7.0.0-dev.105
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of CodeValuestatic classImmutable Implementation of CodeValue -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsstatic CodeValue.CodeValueBuilderbuilder()com.rosetta.model.lib.records.DateWhen the code ceased to be valid for new usesA description of the meaning of the code, e.g.com.rosetta.model.lib.records.DateWhen the code became/becomes effectiveWhere the code was defined,e.g.getType()getValue()The value of the code, e.g.default com.rosetta.model.lib.meta.RosettaMetaData<? extends CodeValue> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getValue
String getValue()The value of the code, e.g. USNY -
getDescription
String getDescription()A description of the meaning of the code, e.g. New York City, USA -
getSource
String getSource()Where the code was defined,e.g. ISDA, FpML, Bloomberg -
getEffectiveDate
com.rosetta.model.lib.records.Date getEffectiveDate()When the code became/becomes effective -
getDeprecatedDate
com.rosetta.model.lib.records.Date getDeprecatedDate()When the code ceased to be valid for new uses -
build
CodeValue build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
CodeValue.CodeValueBuilder toBuilder()- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfacecom.rosetta.model.lib.RosettaModelObject
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-