uPortal 2.3.2
API Documentation

org.jasig.portal.wsrp.types
Class StateChange

java.lang.Object
  extended byorg.jasig.portal.wsrp.types.StateChange
All Implemented Interfaces:
java.io.Serializable

public class StateChange
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static java.lang.String _cloneBeforeWrite
           
static java.lang.String _readOnly
           
static java.lang.String _readWrite
           
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.Object readResolve()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_readWrite

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

_cloneBeforeWrite

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

_readOnly

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

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

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

toString

public java.lang.String toString()

readResolve

public java.lang.Object readResolve()
                             throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException

uPortal 2.3.2
API Documentation