wt.lite
Interface CloneUpdateable

All Known Implementing Classes:
AbstractCSMAttributeConstraintView, AbstractFormView, AbstractNavigationView, AbstractNodeView, AbstractQFElementValueView, AbstractQueryFormElementView, AbstractQueryTargetView, ClassificationStructDefaultView, ImageHolder, RankingDataDefaultView

public interface CloneUpdateable



Supported API: false

Extendable: false


Method Summary
 void update(CloneUpdateable clone)
          update the values from 'clone' into self.
 

Method Detail

update

public void update(CloneUpdateable clone)
            throws WTException
update the values from 'clone' into self.

Supported API: false

Parameters:
clone -
Throws:
WTException