com.nedap.archie.xml.adapters.DateIntervalXmlAdapter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aom Show documentation
Show all versions of aom Show documentation
An OpenEHR archetype object model implementation, plus parser
package com.nedap.archie.xml.adapters;
import java.time.temporal.TemporalAccessor;
/**
* Created by pieter.bos on 28/07/16.
*/
public class DateIntervalXmlAdapter extends AbstractIntervalAdapter {
public DateIntervalXmlAdapter() {
super(new DateTimeXmlAdapter());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy