Package com.sun.corba.ee.spi.orb
Class OperationFactoryExt.ConvertAction
- java.lang.Object
-
- com.sun.corba.ee.spi.orb.OperationFactoryExt.ConvertAction
-
- All Implemented Interfaces:
Operation
- Enclosing class:
- OperationFactoryExt
private static class OperationFactoryExt.ConvertAction extends java.lang.Object implements Operation
-
-
Constructor Summary
Constructors Constructor Description ConvertAction(java.lang.Class<?> cls)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()java.lang.Objectoperate(java.lang.Object value)Apply some function to a value and return the result.java.lang.StringtoString()
-
-
-
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.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-