org.jasig.portal.wsrp.types
Class StateChange
java.lang.Object
org.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
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
_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
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