package obix.contracts; import obix.IObj; import obix.Obj; public interface WritePointIn extends IObj { Obj value(); }