Package org.openrefine.overlay
Class UnknownOverlayModel
- java.lang.Object
-
- org.openrefine.overlay.UnknownOverlayModel
-
- All Implemented Interfaces:
OverlayModel
public class UnknownOverlayModel extends Object implements OverlayModel
An overlay model that is unknown to the current OpenRefine instance, but might be interpretable by another instance (for instance, a later version of OpenRefine, or using an extension). This class holds the JSON serialization of the overlay model, in the interest of being able to serialize it later, hence avoiding to discard it and lose metadata.
-
-
Constructor Summary
Constructors Constructor Description UnknownOverlayModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
getAttributes()
void
setAttribute(String key, Object value)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openrefine.overlay.OverlayModel
dispose, onAfterSave, onBeforeSave
-
-