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 boolean
equals(java.lang.Object obj)
int
hashCode()
java.lang.Object
operate(java.lang.Object value)
Apply some function to a value and return the result.java.lang.String
toString()
-
-
-
Method Detail
-
operate
public java.lang.Object operate(java.lang.Object value)
Description copied from interface:Operation
Apply some function to a value and return the result.
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-