Package org.faktorips.util.memento
package org.faktorips.util.memento
This package defines some interfaces for the memento pattern.
-
ClassDescriptionA memento stores the state of another object called the originator in memory.An interface that marks an object as one supporting the memento pattern.A memento that stores the originator's state as string.A memento that stores the originator's state as XML element.