Class OctalInteger

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

public class OctalInteger extends AbstractMask implements IMask

Mask to convert an IntegerValue to octal notation.

Example: IntegerValue(8) -> 10

Since:
6.0
Author:
Jon van Leuven
  • Constructor Details

    • OctalInteger

      public OctalInteger()
  • Method Details