Class OperationFactory.IntegerRangeAction

java.lang.Object
com.sun.corba.ee.spi.orb.OperationFactory.OperationBase
com.sun.corba.ee.spi.orb.OperationFactory.IntegerRangeAction
All Implemented Interfaces:
Operation
Enclosing class:
OperationFactory

private static class OperationFactory.IntegerRangeAction extends OperationFactory.OperationBase
  • Field Details

    • min

      private int min
    • max

      private int max
  • Constructor Details

    • IntegerRangeAction

      IntegerRangeAction(int min, int max)
  • Method Details

    • operate

      public Object operate(Object value)
      Description copied from interface: Operation
      Apply some function to a value and return the result.
      Parameters:
      value - value to apply function to
      Returns:
      result of function
    • toString

      public String toString()
      Overrides:
      toString in class Object