
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 -
Method Summary
-
Constructor Details
-
FieldListMutator
protected FieldListMutator()
-
-
Method Details
-
addValue
- Specified by:
addValuein interfaceBaseRuntimeChildDefinition.IMutator
-
setValue
- Specified by:
setValuein interfaceBaseRuntimeChildDefinition.IMutator
-
remove
Description copied from interface:BaseRuntimeChildDefinition.IMutatorRemove an item from a list of values- Specified by:
removein 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])
-