Class ExternalizableHelper.IntDecoratedObject

All Implemented Interfaces:
Serializable
Enclosing class:
ExternalizableHelper

protected static final class ExternalizableHelper.IntDecoratedObject extends ExternalizableHelper implements Serializable
Integer decorated object.
See Also:
  • Constructor Details

    • 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 Details

    • getValue

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

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