Package cdm.observable.asset.metafields
Interface ReferenceWithMetaPriceSchedule
- All Superinterfaces:
com.rosetta.model.lib.meta.FieldWithMeta<PriceSchedule>,com.rosetta.model.lib.meta.ReferenceWithMeta<PriceSchedule>,com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
ReferenceWithMetaPriceSchedule.ReferenceWithMetaPriceScheduleBuilder
- All Known Implementing Classes:
ReferenceWithMetaPriceSchedule.ReferenceWithMetaPriceScheduleBuilderImpl,ReferenceWithMetaPriceSchedule.ReferenceWithMetaPriceScheduleImpl
@RosettaDataType(value="ReferenceWithMetaPriceSchedule",
builder=ReferenceWithMetaPriceScheduleBuilderImpl.class,
version="0.0.0")
@RuneDataType(value="ReferenceWithMetaPriceSchedule",
model="cdm",
builder=ReferenceWithMetaPriceScheduleBuilderImpl.class,
version="0.0.0")
public interface ReferenceWithMetaPriceSchedule
extends com.rosetta.model.lib.RosettaModelObject, com.rosetta.model.lib.meta.ReferenceWithMeta<PriceSchedule>
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of ReferenceWithMetaPriceSchedulestatic classImmutable Implementation of ReferenceWithMetaPriceScheduleNested 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.ReferenceWithMetaPriceScheduleMeta -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()com.rosetta.model.lib.meta.Referencedefault Class<? extends ReferenceWithMetaPriceSchedule> getType()getValue()Getter Methodsdefault Class<PriceSchedule> default com.rosetta.model.lib.meta.RosettaMetaData<? extends ReferenceWithMetaPriceSchedule> 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.ReferenceWithMetaPriceScheduleMeta metaData
-
-
Method Details
-
getValue
PriceSchedule getValue()Getter Methods- Specified by:
getValuein interfacecom.rosetta.model.lib.meta.FieldWithMeta<PriceSchedule>
-
getGlobalReference
String getGlobalReference()- Specified by:
getGlobalReferencein interfacecom.rosetta.model.lib.meta.ReferenceWithMeta<PriceSchedule>
-
getExternalReference
String getExternalReference()- Specified by:
getExternalReferencein interfacecom.rosetta.model.lib.meta.ReferenceWithMeta<PriceSchedule>
-
getReference
com.rosetta.model.lib.meta.Reference getReference()- Specified by:
getReferencein interfacecom.rosetta.model.lib.meta.ReferenceWithMeta<PriceSchedule>
-
build
ReferenceWithMetaPriceSchedule build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
default com.rosetta.model.lib.meta.RosettaMetaData<? extends ReferenceWithMetaPriceSchedule> metaData()Utility Methods- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfacecom.rosetta.model.lib.RosettaModelObject
-
getValueType
- Specified by:
getValueTypein interfacecom.rosetta.model.lib.meta.FieldWithMeta<PriceSchedule>- Specified by:
getValueTypein interfacecom.rosetta.model.lib.meta.ReferenceWithMeta<PriceSchedule>
-
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
-