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
-
Method Summary
-
Constructor Details
-
FieldPlainMutator
protected FieldPlainMutator()
-
-
Method Details
-
addValue
- Specified by:
addValue
in interfaceBaseRuntimeChildDefinition.IMutator
-
setValue
- Specified by:
setValue
in interfaceBaseRuntimeChildDefinition.IMutator
-
remove
Description copied from interface:BaseRuntimeChildDefinition.IMutator
Remove an item from a list of values- Specified by:
remove
in interfaceBaseRuntimeChildDefinition.IMutator
- Parameters:
theTarget
- field to remove the item from (e.g. patient.name)theIndex
- the index of the item to be removed (e.g. 1 for patient.name[1])
-