com.ibm.portal.state
Class Constants.DeepCopyConstant

java.lang.Object
  extended by com.ibm.portal.state.Constants.DeepCopyConstant
All Implemented Interfaces:
Constants, Constants.Clone, java.io.Serializable
Enclosing interface:
Constants

public static class Constants.DeepCopyConstant
extends java.lang.Object
implements Constants.Clone, java.io.Serializable

Implementation of the constant DEEP_COPY

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.ibm.portal.state.Constants
Constants.Clone, Constants.DeepCopyConstant, Constants.EmptyCopyConstant, Constants.Merge, Constants.OverwriteConstant, Constants.SmartCopyConstant
 
Field Summary
 
Fields inherited from interface com.ibm.portal.state.Constants
DEEP_COPY, EMPTY_COPY, OVERWRITE, SMART_COPY
 
Constructor Summary
protected Constants.DeepCopyConstant()
          Nobody should instantiate this class directly
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Constants.DeepCopyConstant

protected Constants.DeepCopyConstant()
Nobody should instantiate this class directly

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object.toString()