Class HexadecimalInteger

java.lang.Object
com.aquima.interactions.framework.mask.impl.AbstractMask
com.aquima.interactions.framework.mask.impl.HexadecimalInteger
All Implemented Interfaces:
IMask

public class HexadecimalInteger extends AbstractMask implements IMask

Mask to convert an IntegerValue to hexadecimal notation.

Example: IntegerValue(94) -> 5E

Since:
6.0
Author:
Jon van Leuven
  • Constructor Details

    • HexadecimalInteger

      public HexadecimalInteger()
  • Method Details