This interface is generated from the WSRP version 1.0 specification. For details on this interface, please see the WSRP version 1.0 specification

com.sun.portal.wsrp.common.stubs
Class StateChange

java.lang.Object
  extended bycom.sun.portal.wsrp.common.stubs.StateChange

public class StateChange
extends java.lang.Object


Field Summary
static java.lang.String _cloneBeforeWrite
           
static java.lang.String _cloneBeforeWriteString
           
static java.lang.String _readOnly
           
static java.lang.String _readOnlyString
           
static java.lang.String _readWrite
           
static java.lang.String _readWriteString
           
static StateChange cloneBeforeWrite
           
static StateChange readOnly
           
static StateChange readWrite
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static StateChange fromString(java.lang.String value)
           
static StateChange fromValue(java.lang.String value)
           
 java.lang.String getValue()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_readWriteString

public static final java.lang.String _readWriteString
See Also:
Constant Field Values

_cloneBeforeWriteString

public static final java.lang.String _cloneBeforeWriteString
See Also:
Constant Field Values

_readOnlyString

public static final java.lang.String _readOnlyString
See Also:
Constant Field Values

_readWrite

public static final java.lang.String _readWrite

_cloneBeforeWrite

public static final java.lang.String _cloneBeforeWrite

_readOnly

public static final java.lang.String _readOnly

readWrite

public static final StateChange readWrite

cloneBeforeWrite

public static final StateChange cloneBeforeWrite

readOnly

public static final StateChange readOnly
Method Detail

getValue

public java.lang.String getValue()

fromValue

public static StateChange fromValue(java.lang.String value)
                             throws java.lang.IllegalStateException
Throws:
java.lang.IllegalStateException

fromString

public static StateChange fromString(java.lang.String value)
                              throws java.lang.IllegalStateException
Throws:
java.lang.IllegalStateException

toString

public java.lang.String toString()

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

This interface is generated from the WSRP version 1.0 specification. For details on this interface, please see the WSRP version 1.0 specification