Package oracle.communication.brm.charging.util.unit


package oracle.communication.brm.charging.util.unit
  • Class
    Description
    Created with IntelliJ IDEA.
    Represents a Data volume unit with supported units in: Bytes KiloBytes = KibiBytes = 1024 Bytes MegaBytes = MebiBytes = 1024 * 1024 Bytes GigaBytes = GibiBytes = 1024 * 1024 * 1024 Bytes TeraBytes = TebiBytes = 1024 * 1024 * 1024 * 1024 Bytes
    Represents the time duration unit.
    Class presents a Unit that represents a Currency.
    Represents the frequency unit.
    Unit<U extends Unit<U>>
    Represents a generic unit of measurement.
    Exception class to support where any mathematical operation between two or more Unit types is not supported.
    UnitValue<U extends Unit<U>>
    Represents an association between an Unit and its quantity.