org.ow2.jasmine.jadort.api
Class IJadortService.OperationType

java.lang.Object
  extended by 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

Field Summary
static IJadortService.OperationType MAINTAIN
           
static IJadortService.OperationType MIGRATE
           
 
Method Summary
 boolean equals(java.lang.Object object)
          
 int hashCode()
          
 java.lang.String toString()
          
static IJadortService.OperationType valueOf(java.lang.String string)
          Get the OperationType for a string.
static IJadortService.OperationType[] values()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

MIGRATE

public static final IJadortService.OperationType MIGRATE

MAINTAIN

public static final IJadortService.OperationType MAINTAIN
Method Detail

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.