Package ome.formats.model.handler
Interface ModelObjectHandler
-
public interface ModelObjectHandler
A model object handler whose purpose is to provide extra logic, such as enumeration not-null constraint fulfilment.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IObject
handle(IObject object)
Attempt to handle the model object of this type.
-