org.ow2.jasmine.jadort.api
Class IJadortService.OperationType
java.lang.Object
org.ow2.jasmine.jadort.api.IJadortService.OperationType
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing interface:
- IJadortService
public static final class IJadortService.OperationType
- extends java.lang.Object
- implements java.io.Serializable
Operation types.
We don't use an enum here to preserve compatibility with IIOP runtimes on
Java EE 5. You can check out the bug report and comments on
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6277781 for details.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
MIGRATE
public static final IJadortService.OperationType MIGRATE
MAINTAIN
public static final IJadortService.OperationType MAINTAIN
equals
public boolean equals(java.lang.Object object)
-
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
-
- Overrides:
hashCode in class java.lang.Object
toString
public java.lang.String toString()
-
- Overrides:
toString in class java.lang.Object
values
public static IJadortService.OperationType[] values()
- Returns:
- All OperationType values.
valueOf
public static IJadortService.OperationType valueOf(java.lang.String string)
- Get the OperationType for a string.
- Parameters:
string - OperationType string.
- Returns:
- OperationType for that string.
Copyright © 2009 OW2 Consortium. All Rights Reserved.