Class ExternalizableHelper.IntDecoratedObject

    • Constructor Detail

      • IntDecoratedObject

        public IntDecoratedObject​(Object oValue,
                                  int nDecoration)
        Construct an IntDecorated object with the specified value and decoration.
        Parameters:
        oValue - the value to decorate
        nDecoration - the int decoration
    • Method Detail

      • getValue

        public Object getValue()
        Return the underlying value.
        Returns:
        the underlying value
      • getDecoration

        public int getDecoration()
        Return the int decoration.
        Returns:
        the int decoration