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