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 Object


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

Field Detail

_readWriteString

public static final String _readWriteString
See Also:
Constant Field Values

_cloneBeforeWriteString

public static final String _cloneBeforeWriteString
See Also:
Constant Field Values

_readOnlyString

public static final String _readOnlyString
See Also:
Constant Field Values

_readWrite

public static final String _readWrite

_cloneBeforeWrite

public static final String _cloneBeforeWrite

_readOnly

public static final String _readOnly

readWrite

public static final StateChange readWrite

cloneBeforeWrite

public static final StateChange cloneBeforeWrite

readOnly

public static final StateChange readOnly
Method Detail

getValue

public String getValue()

fromValue

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

fromString

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

toString

public String toString()

equals

public boolean equals(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