Class DvTimeRMUnmarshaller
java.lang.Object
org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.rmunmarshaller.AbstractRMUnmarshaller<com.nedap.archie.rm.datavalues.quantity.datetime.DvTime>
org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.rmunmarshaller.DvTimeRMUnmarshaller
- All Implemented Interfaces:
RMUnmarshaller<com.nedap.archie.rm.datavalues.quantity.datetime.DvTime>,ClassDependent<com.nedap.archie.rm.datavalues.quantity.datetime.DvTime>
public class DvTimeRMUnmarshaller
extends AbstractRMUnmarshaller<com.nedap.archie.rm.datavalues.quantity.datetime.DvTime>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<com.nedap.archie.rm.datavalues.quantity.datetime.DvTime>voidhandle(String currentTerm, com.nedap.archie.rm.datavalues.quantity.datetime.DvTime rmObject, Map<FlatPathDto, String> currentValues, Context<Map<FlatPathDto, String>> context, Set<String> consumedPaths) Puts thecurrentValuesinto thermObjectMethods inherited from class org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.rmunmarshaller.AbstractRMUnmarshaller
setValue
-
Constructor Details
-
DvTimeRMUnmarshaller
public DvTimeRMUnmarshaller()
-
-
Method Details
-
getAssociatedClass
-
handle
public void handle(String currentTerm, com.nedap.archie.rm.datavalues.quantity.datetime.DvTime rmObject, Map<FlatPathDto, String> currentValues, Context<Map<FlatPathDto, String>> context, Set<String> consumedPaths) Description copied from class:AbstractRMUnmarshallerPuts thecurrentValuesinto thermObjectUseRmIntrospectConfigto find die properties which needs to be set- Specified by:
handlein interfaceRMUnmarshaller<com.nedap.archie.rm.datavalues.quantity.datetime.DvTime>- Overrides:
handlein classAbstractRMUnmarshaller<com.nedap.archie.rm.datavalues.quantity.datetime.DvTime>
-