portal.dictionary
Interface I_PortalCloneableDictionaryObject

All Superinterfaces:
I_PortalDictionaryObject
All Known Implementing Classes:
PortalDOMInstance, PortalDOMMapping, PortalDOMMessages, PortalDOMSchema, PortalDOMXForm

public interface I_PortalCloneableDictionaryObject
extends I_PortalDictionaryObject

A dictionary object that allows to create a clone of itself.

Version:
$Revision: 1.7 $
Author:
Thomas Weckert

Method Summary
 I_PortalCloneableDictionaryObject createClone()
           
 
Methods inherited from interface portal.dictionary.I_PortalDictionaryObject
getName, getType
 

Method Detail

createClone

public I_PortalCloneableDictionaryObject createClone()