Package cdm.base.staticdata.asset.common
Interface TaxonomyClassification
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
TaxonomyClassification.TaxonomyClassificationBuilder
- All Known Implementing Classes:
TaxonomyClassification.TaxonomyClassificationBuilderImpl,TaxonomyClassification.TaxonomyClassificationImpl
@RosettaDataType(value="TaxonomyClassification",
builder=TaxonomyClassificationBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="TaxonomyClassification",
model="cdm",
builder=TaxonomyClassificationBuilderImpl.class,
version="5.30.0")
public interface TaxonomyClassification
extends com.rosetta.model.lib.RosettaModelObject
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of TaxonomyClassificationstatic classImmutable Implementation of TaxonomyClassification -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()The name defined by the classification system for a specific attribute in the taxonomyA description of the class.In the case of multi-layered hierarchical classification systems such as commodity classification, the layer the value and className occupy in the classification hierarchy, where 1 represents the top-layer.default Class<? extends TaxonomyClassification> getType()getValue()The value set by the taxonomy that is specific to the className attribute.default com.rosetta.model.lib.meta.RosettaMetaData<? extends TaxonomyClassification> 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
-
getClassName
String getClassName()The name defined by the classification system for a specific attribute in the taxonomy -
getValue
String getValue()The value set by the taxonomy that is specific to the className attribute. -
getDescription
String getDescription()A description of the class. -
getOrdinal
Integer getOrdinal()In the case of multi-layered hierarchical classification systems such as commodity classification, the layer the value and className occupy in the classification hierarchy, where 1 represents the top-layer. -
build
TaxonomyClassification build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
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
-