All Superinterfaces:
org.openehr.base.base_types.definitions.BasicDefinitions, DataValue, DvAbsoluteQuantity, DvOrdered, DvQuantified, DvTemporal, org.openehr.base.foundation_types.time_types.Iso8601Time, org.openehr.base.foundation_types.time_types.Iso8601Type, org.openehr.base.base_types.definitions.OpenehrDefinitions, org.openehr.base.foundation_types.primitive_types.Ordered, org.openehr.base.foundation_types.time_types.Temporal, org.openehr.base.foundation_types.time_types.TimeDefinitions

public interface DvTime extends DvTemporal, org.openehr.base.foundation_types.time_types.Iso8601Time
See Also:
  • Method Details

    • getValue

      String getValue()
      Specified by:
      getValue in interface org.openehr.base.foundation_types.time_types.Iso8601Type
    • magnitude

      org.openehr.base.foundation_types.primitive_types.Real magnitude()
      Specified by:
      magnitude in interface DvQuantified
    • add

      DvTime add(DvTime aDiff)
    • subtract

      DvTime subtract(DvTime aDiff)
    • diff

      DvDuration diff(Object other)
      Specified by:
      diff in interface org.openehr.base.foundation_types.time_types.Iso8601Time
    • lessThan

      Boolean lessThan(Object other)
      Specified by:
      lessThan in interface DvOrdered
      Specified by:
      lessThan in interface DvQuantified
      Specified by:
      lessThan in interface org.openehr.base.foundation_types.primitive_types.Ordered
    • isStrictlyComparableTo

      Boolean isStrictlyComparableTo(Object other)
      Specified by:
      isStrictlyComparableTo in interface DvOrdered