Interface ModelObjectHandler


  • public interface ModelObjectHandler
    A model object handler whose purpose is to provide extra logic, such as enumeration not-null constraint fulfilment.
    • Method Detail

      • handle

        IObject handle​(IObject object)
        Attempt to handle the model object of this type.
        Parameters:
        object - Object to attempt to handle.
        Returns:
        object.