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