com.swfm.mica.core
Interface MiiCopyable

All Known Subinterfaces:
MiiLayout, MiiManipulatableLayout
All Known Implementing Classes:
MiGeneralAttributes, MiLayout, MiManipulatableLayout

public interface MiiCopyable

This interface is used to indicate is a generic way that the implementer has a *public* copy (clone) method.

Version:
%I% %G%
Author:
Michael L. Davis

Method Summary
 java.lang.Object makeCopy()
          Makes and returns a copy of this class.
 

Method Detail

makeCopy

public java.lang.Object makeCopy()
Makes and returns a copy of this class.

Returns:
the copy