Package com.sun.corba.ee.spi.orb
Class OperationFactory.ConvertIntegerToShort
- java.lang.Object
-
- com.sun.corba.ee.spi.orb.OperationFactory.OperationBase
-
- com.sun.corba.ee.spi.orb.OperationFactory.ConvertIntegerToShort
-
- All Implemented Interfaces:
Operation
- Enclosing class:
- OperationFactory
private static class OperationFactory.ConvertIntegerToShort extends OperationFactory.OperationBase
-
-
Constructor Summary
Constructors Modifier Constructor Description privateConvertIntegerToShort()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectoperate(java.lang.Object value)Apply some function to a value and return the result.java.lang.StringtoString()-
Methods inherited from class com.sun.corba.ee.spi.orb.OperationFactory.OperationBase
equals, hashCode
-
-
-
-
Method Detail
-
operate
public java.lang.Object operate(java.lang.Object value)
Description copied from interface:OperationApply some function to a value and return the result.- Parameters:
value- value to apply function to- Returns:
- result of function
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-