Package cdm.product.template.metafields
Interface ReferenceWithMetaPerformancePayout
- All Superinterfaces:
com.rosetta.model.lib.meta.FieldWithMeta<PerformancePayout>,com.rosetta.model.lib.meta.ReferenceWithMeta<PerformancePayout>,com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
ReferenceWithMetaPerformancePayout.ReferenceWithMetaPerformancePayoutBuilder
- All Known Implementing Classes:
ReferenceWithMetaPerformancePayout.ReferenceWithMetaPerformancePayoutBuilderImpl,ReferenceWithMetaPerformancePayout.ReferenceWithMetaPerformancePayoutImpl
@RosettaDataType(value="ReferenceWithMetaPerformancePayout",
builder=ReferenceWithMetaPerformancePayoutBuilderImpl.class,
version="0.0.0")
@RuneDataType(value="ReferenceWithMetaPerformancePayout",
model="cdm",
builder=ReferenceWithMetaPerformancePayoutBuilderImpl.class,
version="0.0.0")
public interface ReferenceWithMetaPerformancePayout
extends com.rosetta.model.lib.RosettaModelObject, com.rosetta.model.lib.meta.ReferenceWithMeta<PerformancePayout>
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of ReferenceWithMetaPerformancePayoutstatic classImmutable Implementation of ReferenceWithMetaPerformancePayoutNested 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.product.template.metafields.ReferenceWithMetaPerformancePayoutMeta -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()com.rosetta.model.lib.meta.Referencedefault Class<? extends ReferenceWithMetaPerformancePayout> getType()getValue()Getter Methodsdefault Class<PerformancePayout> default com.rosetta.model.lib.meta.RosettaMetaData<? extends ReferenceWithMetaPerformancePayout> 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.product.template.metafields.ReferenceWithMetaPerformancePayoutMeta metaData
-
-
Method Details
-
getValue
PerformancePayout getValue()Getter Methods- Specified by:
getValuein interfacecom.rosetta.model.lib.meta.FieldWithMeta<PerformancePayout>
-
getGlobalReference
String getGlobalReference()- Specified by:
getGlobalReferencein interfacecom.rosetta.model.lib.meta.ReferenceWithMeta<PerformancePayout>
-
getExternalReference
String getExternalReference()- Specified by:
getExternalReferencein interfacecom.rosetta.model.lib.meta.ReferenceWithMeta<PerformancePayout>
-
getReference
com.rosetta.model.lib.meta.Reference getReference()- Specified by:
getReferencein interfacecom.rosetta.model.lib.meta.ReferenceWithMeta<PerformancePayout>
-
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 ReferenceWithMetaPerformancePayout> 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<PerformancePayout>- Specified by:
getValueTypein interfacecom.rosetta.model.lib.meta.ReferenceWithMeta<PerformancePayout>
-
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
-