
Package ca.uhn.fhir.context
Class BaseRuntimeDeclaredChildDefinition.FieldPlainMutator
- java.lang.Object
-
- ca.uhn.fhir.context.BaseRuntimeDeclaredChildDefinition.FieldPlainMutator
-
- All Implemented Interfaces:
BaseRuntimeChildDefinition.IMutator
- Enclosing class:
- BaseRuntimeDeclaredChildDefinition
protected final class BaseRuntimeDeclaredChildDefinition.FieldPlainMutator extends Object implements BaseRuntimeChildDefinition.IMutator
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
FieldPlainMutator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addValue(IBase theTarget, IBase theValue)
void
setValue(IBase theTarget, IBase theValue)
-
-
-
Constructor Detail
-
FieldPlainMutator
protected FieldPlainMutator()
-
-
Method Detail
-
addValue
public void addValue(IBase theTarget, IBase theValue)
- Specified by:
addValue
in interfaceBaseRuntimeChildDefinition.IMutator
-
setValue
public void setValue(IBase theTarget, IBase theValue)
- Specified by:
setValue
in interfaceBaseRuntimeChildDefinition.IMutator
-
-