Package cdm.observable.asset.metafields
Interface ReferenceWithMetaPerformanceValuationDates
- All Superinterfaces:
com.rosetta.model.lib.meta.FieldWithMeta<PerformanceValuationDates>,com.rosetta.model.lib.meta.ReferenceWithMeta<PerformanceValuationDates>,com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
ReferenceWithMetaPerformanceValuationDates.ReferenceWithMetaPerformanceValuationDatesBuilder
- All Known Implementing Classes:
ReferenceWithMetaPerformanceValuationDates.ReferenceWithMetaPerformanceValuationDatesBuilderImpl,ReferenceWithMetaPerformanceValuationDates.ReferenceWithMetaPerformanceValuationDatesImpl
@RosettaDataType(value="ReferenceWithMetaPerformanceValuationDates",
builder=ReferenceWithMetaPerformanceValuationDatesBuilderImpl.class,
version="0.0.0")
@RuneDataType(value="ReferenceWithMetaPerformanceValuationDates",
model="cdm",
builder=ReferenceWithMetaPerformanceValuationDatesBuilderImpl.class,
version="0.0.0")
public interface ReferenceWithMetaPerformanceValuationDates
extends com.rosetta.model.lib.RosettaModelObject, com.rosetta.model.lib.meta.ReferenceWithMeta<PerformanceValuationDates>
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of ReferenceWithMetaPerformanceValuationDatesstatic classImmutable Implementation of ReferenceWithMetaPerformanceValuationDatesNested classes/interfaces inherited from interface com.rosetta.model.lib.meta.FieldWithMeta
com.rosetta.model.lib.meta.FieldWithMeta.FieldWithMetaBuilder<T>Nested classes/interfaces inherited from interface com.rosetta.model.lib.meta.ReferenceWithMeta
com.rosetta.model.lib.meta.ReferenceWithMeta.ReferenceWithMetaBuilder<I> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final cdm.observable.asset.metafields.ReferenceWithMetaPerformanceValuationDatesMeta -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()com.rosetta.model.lib.meta.Referencedefault Class<? extends ReferenceWithMetaPerformanceValuationDates> getType()getValue()Getter Methodsdefault Class<PerformanceValuationDates> default com.rosetta.model.lib.meta.RosettaMetaData<? extends ReferenceWithMetaPerformanceValuationDates> 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
static final cdm.observable.asset.metafields.ReferenceWithMetaPerformanceValuationDatesMeta metaData
-
-
Method Details
-
getValue
PerformanceValuationDates getValue()Getter Methods- Specified by:
getValuein interfacecom.rosetta.model.lib.meta.FieldWithMeta<PerformanceValuationDates>
-
getGlobalReference
String getGlobalReference()- Specified by:
getGlobalReferencein interfacecom.rosetta.model.lib.meta.ReferenceWithMeta<PerformanceValuationDates>
-
getExternalReference
String getExternalReference()- Specified by:
getExternalReferencein interfacecom.rosetta.model.lib.meta.ReferenceWithMeta<PerformanceValuationDates>
-
getReference
com.rosetta.model.lib.meta.Reference getReference()- Specified by:
getReferencein interfacecom.rosetta.model.lib.meta.ReferenceWithMeta<PerformanceValuationDates>
-
build
Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
ReferenceWithMetaPerformanceValuationDates.ReferenceWithMetaPerformanceValuationDatesBuilder toBuilder()- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
default com.rosetta.model.lib.meta.RosettaMetaData<? extends ReferenceWithMetaPerformanceValuationDates> metaData()Utility Methods- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
@RuneAttribute("@type") default Class<? extends ReferenceWithMetaPerformanceValuationDates> getType()- Specified by:
getTypein interfacecom.rosetta.model.lib.RosettaModelObject
-
getValueType
- Specified by:
getValueTypein interfacecom.rosetta.model.lib.meta.FieldWithMeta<PerformanceValuationDates>- Specified by:
getValueTypein interfacecom.rosetta.model.lib.meta.ReferenceWithMeta<PerformanceValuationDates>
-
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
-