Package com.rosetta.model.metafields
Interface ReferenceWithMetaString.ReferenceWithMetaStringBuilder
- All Superinterfaces:
com.rosetta.model.lib.meta.FieldWithMeta<String>,com.rosetta.model.lib.meta.ReferenceWithMeta<String>,com.rosetta.model.lib.meta.ReferenceWithMeta.ReferenceWithMetaBuilder<String>,ReferenceWithMetaString,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
ReferenceWithMetaString.ReferenceWithMetaStringBuilderImpl
- Enclosing interface:
ReferenceWithMetaString
public static interface ReferenceWithMetaString.ReferenceWithMetaStringBuilder
extends ReferenceWithMetaString, com.rosetta.model.lib.RosettaModelObjectBuilder, com.rosetta.model.lib.meta.ReferenceWithMeta.ReferenceWithMetaBuilder<String>
Builder Interface
-
Nested Class Summary
Nested 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>Nested classes/interfaces inherited from interface com.rosetta.model.metafields.ReferenceWithMetaString
ReferenceWithMetaString.ReferenceWithMetaStringBuilder, ReferenceWithMetaString.ReferenceWithMetaStringBuilderImpl, ReferenceWithMetaString.ReferenceWithMetaStringImpl -
Field Summary
Fields inherited from interface com.rosetta.model.metafields.ReferenceWithMetaString
metaData -
Method Summary
Modifier and TypeMethodDescriptioncom.rosetta.model.lib.meta.Reference.ReferenceBuildercom.rosetta.model.lib.meta.Reference.ReferenceBuilderdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setExternalReference(String externalReference) setGlobalReference(String globalReference) setReference(com.rosetta.model.lib.meta.Reference reference) Methods inherited from interface com.rosetta.model.lib.meta.ReferenceWithMeta.ReferenceWithMetaBuilder
getValueMethods inherited from interface com.rosetta.model.metafields.ReferenceWithMetaString
build, getExternalReference, getGlobalReference, getType, getValue, getValueType, metaData, process, toBuilderMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, hasData, merge, processRosetta, processRosetta
-
Method Details
-
getOrCreateReference
com.rosetta.model.lib.meta.Reference.ReferenceBuilder getOrCreateReference() -
getReference
com.rosetta.model.lib.meta.Reference.ReferenceBuilder getReference()- Specified by:
getReferencein interfacecom.rosetta.model.lib.meta.ReferenceWithMeta<String>- Specified by:
getReferencein interfaceReferenceWithMetaString
-
setValue
- Specified by:
setValuein interfacecom.rosetta.model.lib.meta.ReferenceWithMeta.ReferenceWithMetaBuilder<String>
-
setGlobalReference
- Specified by:
setGlobalReferencein interfacecom.rosetta.model.lib.meta.ReferenceWithMeta.ReferenceWithMetaBuilder<String>
-
setExternalReference
ReferenceWithMetaString.ReferenceWithMetaStringBuilder setExternalReference(String externalReference) - Specified by:
setExternalReferencein interfacecom.rosetta.model.lib.meta.ReferenceWithMeta.ReferenceWithMetaBuilder<String>
-
setReference
ReferenceWithMetaString.ReferenceWithMetaStringBuilder setReference(com.rosetta.model.lib.meta.Reference reference) - Specified by:
setReferencein interfacecom.rosetta.model.lib.meta.ReferenceWithMeta.ReferenceWithMetaBuilder<String>
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
prune
- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-