com.ibm.portal.state
Class Constants.OverwriteConstant

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

public static class Constants.OverwriteConstant
extends java.lang.Object
implements Constants.Merge, java.io.Serializable

Implementation of the constant OVERWRITE. Merging overwrites existing data in the target data set.

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.OverwriteConstant()
          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.OverwriteConstant

protected Constants.OverwriteConstant()
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()