Class RmBooleanConfig
java.lang.Object
org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.config.AbstractsStdConfig<RmBoolean>
org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.config.RmBooleanConfig
- All Implemented Interfaces:
StdConfig<RmBoolean>,ClassDependent<RmBoolean>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.config.AbstractsStdConfig
addValue
-
Constructor Details
-
RmBooleanConfig
public RmBooleanConfig()
-
-
Method Details
-
getAssociatedClass
-
buildChildValues
public Map<String,Object> buildChildValues(String currentTerm, RmBoolean rmObject, Context<Map<String, Object>> context) - Specified by:
buildChildValuesin interfaceStdConfig<RmBoolean>- Overrides:
buildChildValuesin classAbstractsStdConfig<RmBoolean>- Parameters:
currentTerm- current flat term pathrmObject- TheRMObjectto flatten- Returns:
- Map containing the flat representation of
rmObject
-