Interface DvScale

All Superinterfaces:
org.openehr.base.base_types.definitions.BasicDefinitions, DataValue, DvOrdered, org.openehr.base.base_types.definitions.OpenehrDefinitions, org.openehr.base.foundation_types.primitive_types.Ordered

public interface DvScale extends DvOrdered
See Also:
  • Method Details

    • getSymbol

      DvCodedText getSymbol()
    • getValue

      org.openehr.base.foundation_types.primitive_types.Real getValue()
    • isStrictlyComparableTo

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

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